summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tourtabl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tourtabl.c')
-rw-r--r--src/mame/drivers/tourtabl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tourtabl.c b/src/mame/drivers/tourtabl.c
index bc74e8d2a05..ebb0df4ec75 100644
--- a/src/mame/drivers/tourtabl.c
+++ b/src/mame/drivers/tourtabl.c
@@ -21,7 +21,7 @@ public:
m_maincpu(*this, "maincpu") { }
required_device<cpu_device> m_maincpu;
-
+
DECLARE_WRITE8_MEMBER(tourtabl_led_w);
DECLARE_READ16_MEMBER(tourtabl_read_input_port);
DECLARE_READ8_MEMBER(tourtabl_get_databus_contents);