diff m68k_core.h @ 653:a18e3923481e

Remove some of the hard coded assumptions about the memory map from the CPU cores
author Michael Pavone <pavone@retrodev.com>
date Thu, 01 Jan 2015 14:36:55 -0800
parents 76bba9ffe351
children 30ccf56842d6
line wrap: on
line diff
--- a/m68k_core.h	Tue Dec 30 19:11:34 2014 -0800
+++ b/m68k_core.h	Thu Jan 01 14:36:55 2015 -0800
@@ -59,7 +59,7 @@
 	uint16_t        reserved;
 
 	native_map_slot *native_code_map;
-	void            *options;
+	m68k_options    *options;
 	uint8_t         ram_code_flags[32/8];
 	void            *system;
 } m68k_context;