diff blastem.h @ 801:092524bb2e8f

Fix GDB remote debugging support
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 16:32:34 -0700
parents cbf97d335444
children 69a6ec208111
line wrap: on
line diff
--- a/blastem.h	Sun Jul 26 13:33:48 2015 -0700
+++ b/blastem.h	Sun Jul 26 16:32:34 2015 -0700
@@ -22,6 +22,8 @@
 	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;