diff 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
line wrap: on
line diff
--- a/system.h	Mon Dec 19 13:46:58 2016 -0800
+++ b/system.h	Mon Dec 19 13:58:51 2016 -0800
@@ -43,6 +43,8 @@
 	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);