summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastbank.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lastbank.cpp')
-rw-r--r--src/mame/drivers/lastbank.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lastbank.cpp b/src/mame/drivers/lastbank.cpp
index 2aaf4c9ceb5..17a3a4ec44e 100644
--- a/src/mame/drivers/lastbank.cpp
+++ b/src/mame/drivers/lastbank.cpp
@@ -73,7 +73,7 @@ public:
DECLARE_WRITE8_MEMBER(irq_vector_w);
DECLARE_READ8_MEMBER(irq_enable_r);
DECLARE_WRITE8_MEMBER(irq_enable_w);
-
+
DECLARE_DRIVER_INIT(lastbank);
TIMER_DEVICE_CALLBACK_MEMBER(irq_scanline);
@@ -547,7 +547,7 @@ MACHINE_CONFIG_START(lastbank_state::lastbank)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
-
+
MCFG_GENERIC_LATCH_8_ADD("soundlatch1")
MCFG_GENERIC_LATCH_8_ADD("soundlatch2")