diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 16:32:34 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 16:32:34 -0700 |
commit | 6cd1ab5ac4004b9e9433c5d16a6ed7fa049cf767 (patch) | |
tree | 8df5ba11bdbfe4f312c5d5d4d679ad817740f4e1 /blastem.h | |
parent | ddf40125853bc97a5122a1f4e740a6ba6ae526c3 (diff) |
Fix GDB remote debugging support
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; |