summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/firefox.c')
-rw-r--r--src/mame/drivers/firefox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/firefox.c b/src/mame/drivers/firefox.c
index 168c1a5d397..675d7b7ceef 100644
--- a/src/mame/drivers/firefox.c
+++ b/src/mame/drivers/firefox.c
@@ -300,7 +300,7 @@ static UINT8 riot_porta_r(const device_config *device, UINT8 olddata)
/* bit 2 = TMS /ready */
/* bit 1 = TMS /read */
/* bit 0 = TMS /write */
-
+
const device_config *tms = devtag_get_device(device->machine, SOUND, "tms");
return (main_to_sound_flag << 7) | (sound_to_main_flag << 6) | 0x10 | (!tms5220_ready_r(tms) << 2);
}