diff options
Diffstat (limited to 'src/emu/sound/5110intf.c')
| -rw-r--r-- | src/emu/sound/5110intf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/5110intf.c b/src/emu/sound/5110intf.c index 472a5ef02c8..6cb4641c293 100644 --- a/src/emu/sound/5110intf.c +++ b/src/emu/sound/5110intf.c @@ -40,7 +40,7 @@ static int speech_rom_read_bit(void) const UINT8 *table = memory_region(info->intf->rom_region); int r; - + if (info->speech_rom_bitnum<0) r = 0; else @@ -55,7 +55,7 @@ static void speech_rom_set_addr(int addr) { struct tms5110_info *info = sndti_token(SOUND_TMS5110, 0); - info->speech_rom_bitnum = addr * 8 - 1; + info->speech_rom_bitnum = addr * 8 - 1; } /****************************************************************************** |
