comparison 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
comparison
equal deleted inserted replaced
800:ec23202df6a6 801:092524bb2e8f
20 m68k_context *m68k; 20 m68k_context *m68k;
21 z80_context *z80; 21 z80_context *z80;
22 vdp_context *vdp; 22 vdp_context *vdp;
23 ym2612_context *ym; 23 ym2612_context *ym;
24 psg_context *psg; 24 psg_context *psg;
25 uint16_t *work_ram;
26 uint8_t *zram;
25 uint8_t *save_storage; 27 uint8_t *save_storage;
26 eeprom_map *eeprom_map; 28 eeprom_map *eeprom_map;
27 uint32_t num_eeprom; 29 uint32_t num_eeprom;
28 uint32_t save_size; 30 uint32_t save_size;
29 uint32_t save_ram_mask; 31 uint32_t save_ram_mask;