mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +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 */
|
||||
int debug_mode; /* was debug mode enabled? */
|
||||
|
||||
/* MESS-specific information */
|
||||
#ifdef MESS
|
||||
struct IODevice * devices;
|
||||
#endif /* MESS */
|
||||
|
||||
/* internal core information */
|
||||
mame_private * mame_data; /* internal data from mame.c */
|
||||
palette_private * palette_data; /* internal data from palette.c */
|
||||
|
Loading…
Reference in New Issue
Block a user