diff options
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ typedef struct { vdp_context *vdp; ym2612_context *ym; psg_context *psg; + uint16_t *work_ram; + uint8_t *zram; uint8_t *save_storage; eeprom_map *eeprom_map; uint32_t num_eeprom; |