summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/exidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/exidy.c')
-rw-r--r--src/mame/audio/exidy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/exidy.c b/src/mame/audio/exidy.c
index 3893b7231ed..64c206508df 100644
--- a/src/mame/audio/exidy.c
+++ b/src/mame/audio/exidy.c
@@ -764,7 +764,7 @@ void venture_sound_device::device_reset()
m_pia0->reset();
//machine().device("pia1")->reset();
m_pia1->reset();
-
+
/* 6532 */
m_riot->reset();
@@ -999,7 +999,7 @@ void victory_sound_device::device_start()
save_item(NAME(m_riot_irq_state));
sh8253_register_state_globals();
-
+
m_tms = machine().device<tms5220_device>("tms");
}