From 6cd1ab5ac4004b9e9433c5d16a6ed7fa049cf767 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Jul 2015 16:32:34 -0700 Subject: Fix GDB remote debugging support --- blastem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blastem.h') 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; -- cgit v1.2.3