mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-22 03:30:02 +00:00
tiny bugfix
This commit is contained in:
parent
12bed84629
commit
be80014d06
@ -15,7 +15,7 @@ void hardware_init(class CPU &);
|
|||||||
void hardware_checkpoint(class Stream &);
|
void hardware_checkpoint(class Stream &);
|
||||||
void hardware_restore(class Stream &);
|
void hardware_restore(class Stream &);
|
||||||
|
|
||||||
#ifdef __PS2DRV_H__
|
#if defined(__PS2DRV_H__) && defined(USE_KBD)
|
||||||
extern class PS2Driver ps2;
|
extern class PS2Driver ps2;
|
||||||
#endif
|
#endif
|
||||||
#if defined(__SPIRAM_H__) && defined(USE_SPIRAM)
|
#if defined(__SPIRAM_H__) && defined(USE_SPIRAM)
|
||||||
|
Loading…
Reference in New Issue
Block a user