mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 19:10:31 +00:00
define for m68705Scan()
This commit is contained in:
parent
163722a1c7
commit
b02b1e33f1
@ -23,6 +23,7 @@ void m6805Open(INT32 );
|
||||
void m6805Close();
|
||||
|
||||
INT32 m6805Scan(INT32 nAction, INT32 */*pnMin*/);
|
||||
#define m68705Scan(x, y) m6805Scan(x, y)
|
||||
|
||||
void m6805Reset();
|
||||
void m6805SetIrqLine(INT32 , INT32 state);
|
||||
|
Loading…
Reference in New Issue
Block a user