diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-12-18 19:58:00 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-12-18 19:58:00 -0800 |
commit | 6cb4560e3d8d22203dbc9f0c651a482188ce3b25 (patch) | |
tree | 918b220f8f50357159252df92e61a152af8488f2 /genesis.h | |
parent | 834ee46f6588437936d9cbda4a0e70074c1ebaf8 (diff) |
Allow closing VDP debug windows with the close button in the window title bar
Diffstat (limited to 'genesis.h')
-rw-r--r-- | genesis.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -60,7 +60,6 @@ struct genesis_context { #define RAM_WORDS 32 * 1024 #define Z80_RAM_BYTES 8 * 1024 -uint16_t read_dma_value(uint32_t address); m68k_context * sync_components(m68k_context *context, uint32_t address); genesis_context *alloc_config_genesis(void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t system_opts, uint8_t force_region); void genesis_serialize(genesis_context *gen, serialize_buffer *buf, uint32_t m68k_pc); |