mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
small change needed by MESS. no whatsnew
This commit is contained in:
parent
27106c92f7
commit
ba841c0efe
@ -23,7 +23,7 @@
|
||||
#define DOTCLK_NTSC (MCLK_NTSC/4)
|
||||
#define DOTCLK_PAL (MCLK_PAL/4)
|
||||
|
||||
#define SNES_LAYER_DEBUG 1
|
||||
#define SNES_LAYER_DEBUG 0
|
||||
|
||||
/* Debug definitions */
|
||||
#ifdef MAME_DEBUG
|
||||
@ -644,6 +644,7 @@ struct snes_cart_info
|
||||
UINT8 mode; /* ROM memory mode */
|
||||
UINT32 sram; /* Amount of sram in cart */
|
||||
UINT32 sram_max; /* Maximum amount sram in cart (based on ROM mode) */
|
||||
int small_sram;
|
||||
};
|
||||
|
||||
extern struct snes_cart_info snes_cart;
|
||||
|
Loading…
Reference in New Issue
Block a user