summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/potgoldu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/potgoldu.c')
-rw-r--r--src/mame/drivers/potgoldu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/potgoldu.c b/src/mame/drivers/potgoldu.c
index 71913aabc36..dddbd26057e 100644
--- a/src/mame/drivers/potgoldu.c
+++ b/src/mame/drivers/potgoldu.c
@@ -27,12 +27,12 @@ public:
potgold_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu") { }
-
+
required_device<cpu_device> m_maincpu;
-
+
virtual void machine_reset();
virtual void video_start();
-
+
TMS340X0_SCANLINE_RGB32_CB_MEMBER(scanline_update);
};