comparison system.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
41 uint8_t save_state; 41 uint8_t save_state;
42 debugger_type debugger_type; 42 debugger_type debugger_type;
43 system_type type; 43 system_type type;
44 }; 44 };
45 45
46 #define OPT_ADDRESS_LOG (1U << 31U)
47
46 system_type detect_system_type(uint8_t *rom, long filesize); 48 system_type detect_system_type(uint8_t *rom, long filesize);
47 system_header *alloc_config_system(system_type stype, void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t opts, uint8_t force_region, rom_info *info_out); 49 system_header *alloc_config_system(system_type stype, void *rom, uint32_t rom_size, void *lock_on, uint32_t lock_on_size, uint32_t opts, uint8_t force_region, rom_info *info_out);
48 50
49 #endif //SYSTEM_H_ 51 #endif //SYSTEM_H_