summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtom3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xtom3d.c')
-rw-r--r--src/mame/drivers/xtom3d.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/xtom3d.c b/src/mame/drivers/xtom3d.c
index d9522b1fb33..cf9d3160cb5 100644
--- a/src/mame/drivers/xtom3d.c
+++ b/src/mame/drivers/xtom3d.c
@@ -56,12 +56,12 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }
-
+
protected:
-
+
// devices
required_device<cpu_device> m_maincpu;
-
+
// driver_device overrides
virtual void video_start();
virtual bool screen_update(screen_device &screen, bitmap_t &bitmap, const rectangle &cliprect);