snd/tms5220.cpp (gauntlet speech chip): states minor oops: retain 32/64bit compatibility

This commit is contained in:
dinkc64 2018-06-05 12:27:33 +00:00
parent def4576164
commit ccfd68d084
1 changed files with 1 additions and 3 deletions

View File

@ -73,9 +73,6 @@ struct tms5220
UINT8 buffer_empty; /* FIFO is empty*/
UINT8 irq_pin; /* state of the IRQ pin (output) */
void (*irq_func)(INT32 state); /* called when the state of the IRQ pin changes */
/* these contain data describing the current and previous voice frames */
UINT16 old_energy;
UINT16 old_pitch;
@ -114,6 +111,7 @@ struct tms5220
INT32 (*read_callback)(INT32 count);
void (*load_address_callback)(INT32 data);
void (*read_and_branch_callback)(void);
void (*irq_func)(INT32 state); /* called when the state of the IRQ pin changes */
/* flag for tms0285 emulation */