summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tonton.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tonton.c')
-rw-r--r--src/mame/drivers/tonton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tonton.c b/src/mame/drivers/tonton.c
index 6b59b8bd308..db8b56dbdb1 100644
--- a/src/mame/drivers/tonton.c
+++ b/src/mame/drivers/tonton.c
@@ -36,7 +36,7 @@ public:
tonton_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_v9938(*this, "v9938") { }
-
+
required_device<v9938_device> m_v9938;
};