mirror of
https://github.com/libretro/libretro-meowPC98.git
synced 2024-11-23 08:19:58 +00:00
16 lines
246 B
C
16 lines
246 B
C
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const OEMCHAR *debugsub_flags(UINT16 flag);
|
|
const OEMCHAR *debugsub_regs(void);
|
|
void debugsub_status(void);
|
|
void debugsub_memorydump(void);
|
|
void debugsub_memorydumpall(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|