Mercurial > repos > blastem
comparison 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 |
comparison
equal
deleted
inserted
replaced
1112:7ab7c8fb34ba | 1113:45db303fc705 |
---|---|
53 #define Z80_RAM_BYTES 8 * 1024 | 53 #define Z80_RAM_BYTES 8 * 1024 |
54 | 54 |
55 uint16_t read_dma_value(uint32_t address); | 55 uint16_t read_dma_value(uint32_t address); |
56 uint16_t get_open_bus_value(); | 56 uint16_t get_open_bus_value(); |
57 m68k_context * sync_components(m68k_context *context, uint32_t address); | 57 m68k_context * sync_components(m68k_context *context, uint32_t address); |
58 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); | 58 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); |
59 | 59 |
60 #endif //GENESIS_H_ | 60 #endif //GENESIS_H_ |
61 | 61 |