summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/expro02.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-07-27 09:26:22 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-07-27 09:26:22 +0200
commit4887ce18443a51fd2a861da959082ad346ff4ee2 (patch)
treef21e5096b569bff399a6e03c09715502ef859c34 /src/mame/drivers/expro02.cpp
parent385f433cf4f7c3a2fa6012536a479de6ddddc68a (diff)
Cleanups and version bump
Diffstat (limited to 'src/mame/drivers/expro02.cpp')
-rw-r--r--src/mame/drivers/expro02.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/expro02.cpp b/src/mame/drivers/expro02.cpp
index b1bbf6448fc..cf39a1db0a7 100644
--- a/src/mame/drivers/expro02.cpp
+++ b/src/mame/drivers/expro02.cpp
@@ -228,7 +228,7 @@ public:
m_kaneko_spr(*this, "kan_spr"),
m_spriteram(*this, "spriteram")
{ }
-
+
required_device<cpu_device> m_maincpu;
required_device<palette_device> m_palette;
required_device<screen_device> m_screen;