mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Fix SH-2 interpreter [Atari Ace]
This commit is contained in:
parent
30662dcdef
commit
9580049784
File diff suppressed because it is too large
Load Diff
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user