| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to artic.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / io | 
| version 1.7, 2005/04/05 18:43:52 | version 1.8, 2007/11/03 00:00:20 | 
|---|---|
| Line 79 static REG8 IOINPCALL artic_i5f(UINT por | Line 79 static REG8 IOINPCALL artic_i5f(UINT por | 
| // ---- I/F | // ---- I/F | 
| void artic_reset(void) { | void artic_reset(const NP2CFG *pConfig) { | 
| ZeroMemory(&artic, sizeof(artic)); | ZeroMemory(&artic, sizeof(artic)); | 
| (void)pConfig; | |
| } | } | 
| void artic_bind(void) { | void artic_bind(void) { |