mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +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 frt_input;
|
||||||
int internal_irq_level;
|
int internal_irq_level;
|
||||||
int internal_irq_vector;
|
int internal_irq_vector;
|
||||||
|
int icount;
|
||||||
|
|
||||||
emu_timer *timer;
|
emu_timer *timer;
|
||||||
emu_timer *dma_timer[2];
|
emu_timer *dma_timer[2];
|
||||||
@ -144,8 +145,6 @@ typedef struct
|
|||||||
drcfe_state * drcfe; /* pointer to the DRC front-end state */
|
drcfe_state * drcfe; /* pointer to the DRC front-end state */
|
||||||
UINT32 drcoptions; /* configurable DRC options */
|
UINT32 drcoptions; /* configurable DRC options */
|
||||||
|
|
||||||
int icount;
|
|
||||||
|
|
||||||
/* internal stuff */
|
/* internal stuff */
|
||||||
UINT8 cache_dirty; /* true if we need to flush the cache */
|
UINT8 cache_dirty; /* true if we need to flush the cache */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user