Fix SH-2 interpreter [Atari Ace]

This commit is contained in:
R. Belmont 2010-07-07 01:27:54 +00:00
parent 30662dcdef
commit 9580049784
2 changed files with 479 additions and 457 deletions

File diff suppressed because it is too large Load Diff

View File

@ -128,6 +128,7 @@ typedef struct
int frt_input;
int internal_irq_level;
int internal_irq_vector;
int icount;
emu_timer *timer;
emu_timer *dma_timer[2];
@ -144,8 +145,6 @@ typedef struct
drcfe_state * drcfe; /* pointer to the DRC front-end state */
UINT32 drcoptions; /* configurable DRC options */
int icount;
/* internal stuff */
UINT8 cache_dirty; /* true if we need to flush the cache */