summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-12-19 13:58:51 -0800
committerMichael Pavone <pavone@retrodev.com>2016-12-19 13:58:51 -0800
commit0d3870235c38e40fda2722471ceb4f706454a5f1 (patch)
tree48adfb6cfdd5cdb7e53f9f6142910bf1011ced49 /system.h
parent4c010e5cddadb5e65c71f9296b9f2f3eef69003b (diff)
Restore 68K address logging functionality
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
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);