summaryrefslogtreecommitdiff
path: root/blastem.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-26 16:32:34 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-26 16:32:34 -0700
commit6cd1ab5ac4004b9e9433c5d16a6ed7fa049cf767 (patch)
tree8df5ba11bdbfe4f312c5d5d4d679ad817740f4e1 /blastem.h
parentddf40125853bc97a5122a1f4e740a6ba6ae526c3 (diff)
Fix GDB remote debugging support
Diffstat (limited to 'blastem.h')
-rw-r--r--blastem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blastem.h b/blastem.h
index 43f694d..43ca592 100644
--- a/blastem.h
+++ b/blastem.h
@@ -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;