mirror of
https://github.com/holub/mame
synced 2025-04-30 03:47:13 +03:00
Removed a MESS-ism
This commit is contained in:
parent
a72d813bb3
commit
ec82be4ab3
@ -198,11 +198,6 @@ struct _running_machine
|
|||||||
/* debugger-related information */
|
/* debugger-related information */
|
||||||
int debug_mode; /* was debug mode enabled? */
|
int debug_mode; /* was debug mode enabled? */
|
||||||
|
|
||||||
/* MESS-specific information */
|
|
||||||
#ifdef MESS
|
|
||||||
struct IODevice * devices;
|
|
||||||
#endif /* MESS */
|
|
||||||
|
|
||||||
/* internal core information */
|
/* internal core information */
|
||||||
mame_private * mame_data; /* internal data from mame.c */
|
mame_private * mame_data; /* internal data from mame.c */
|
||||||
palette_private * palette_data; /* internal data from palette.c */
|
palette_private * palette_data; /* internal data from palette.c */
|
||||||
|
Loading…
Reference in New Issue
Block a user