From 0d3870235c38e40fda2722471ceb4f706454a5f1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 19 Dec 2016 13:58:51 -0800 Subject: Restore 68K address logging functionality --- system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index 97dde44..59297e4 100644 --- a/system.h +++ b/system.h @@ -43,6 +43,8 @@ struct system_header { system_type type; }; +#define OPT_ADDRESS_LOG (1U << 31U) + system_type detect_system_type(uint8_t *rom, long filesize); 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); -- cgit v1.2.3