comparison m68k_core.h @ 1097:faa3a4617f62

Get Jaguar video interrupt working
author Michael Pavone <pavone@retrodev.com>
date Sat, 05 Nov 2016 00:23:11 -0700
parents a68274a25e2f
children c15896605bf2
comparison
equal deleted inserted replaced
1096:1ab30d427db8 1097:faa3a4617f62
16 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)) 16 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS))
17 #define MAX_NATIVE_SIZE 255 17 #define MAX_NATIVE_SIZE 255
18 18
19 #define M68K_OPT_BROKEN_READ_MODIFY 1 19 #define M68K_OPT_BROKEN_READ_MODIFY 1
20 20
21 #define INT_PENDING_SR_CHANGE 8 21 #define INT_PENDING_SR_CHANGE 254
22 #define INT_PENDING_NONE 255
22 23
23 typedef void (*start_fun)(uint8_t * addr, void * context); 24 typedef void (*start_fun)(uint8_t * addr, void * context);
24 25
25 typedef struct { 26 typedef struct {
26 cpu_options gen; 27 cpu_options gen;