Mercurial > repos > blastem
diff genesis.h @ 1113:45db303fc705
Restore 68K address logging functionality
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 19 Dec 2016 13:58:51 -0800 |
parents | 2eb54e24914e |
children | 928a65750345 |
line wrap: on
line diff
--- a/genesis.h Mon Dec 19 13:46:58 2016 -0800 +++ b/genesis.h Mon Dec 19 13:58:51 2016 -0800 @@ -55,7 +55,7 @@ uint16_t read_dma_value(uint32_t address); uint16_t get_open_bus_value(); 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 ym_opts, uint8_t force_region, rom_info *info_out); +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, rom_info *info_out); #endif //GENESIS_H_