comparison 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
comparison
equal deleted inserted replaced
652:f822d9216968 653:a18e3923481e
57 uint16_t *mem_pointers[NUM_MEM_AREAS]; 57 uint16_t *mem_pointers[NUM_MEM_AREAS];
58 void *video_context; 58 void *video_context;
59 uint16_t reserved; 59 uint16_t reserved;
60 60
61 native_map_slot *native_code_map; 61 native_map_slot *native_code_map;
62 void *options; 62 m68k_options *options;
63 uint8_t ram_code_flags[32/8]; 63 uint8_t ram_code_flags[32/8];
64 void *system; 64 void *system;
65 } m68k_context; 65 } m68k_context;
66 66
67 void translate_m68k(m68k_options * opts, struct m68kinst * inst); 67 void translate_m68k(m68k_options * opts, struct m68kinst * inst);