diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-12-19 13:58:51 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-12-19 13:58:51 -0800 |
commit | 0d3870235c38e40fda2722471ceb4f706454a5f1 (patch) | |
tree | 48adfb6cfdd5cdb7e53f9f6142910bf1011ced49 /system.h | |
parent | 4c010e5cddadb5e65c71f9296b9f2f3eef69003b (diff) |
Restore 68K address logging functionality
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |