comparison m68k_core.h @ 1090:a68274a25e2f

Initial stab at implementing the Jaguar object processor
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Oct 2016 18:25:18 -0700
parents 2ec5e6eaf81d
children faa3a4617f62
comparison
equal deleted inserted replaced
1089:87597a048d38 1090:a68274a25e2f
45 code_ptr get_sr; 45 code_ptr get_sr;
46 code_ptr set_sr; 46 code_ptr set_sr;
47 code_ptr set_ccr; 47 code_ptr set_ccr;
48 } m68k_options; 48 } m68k_options;
49 49
50 typedef struct { 50 typedef struct m68k_context {
51 uint8_t flags[5]; 51 uint8_t flags[5];
52 uint8_t status; 52 uint8_t status;
53 uint16_t int_ack; 53 uint16_t int_ack;
54 uint32_t dregs[8]; 54 uint32_t dregs[8];
55 uint32_t aregs[9]; 55 uint32_t aregs[9];