summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neptunp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neptunp2.c')
-rw-r--r--src/mame/drivers/neptunp2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/neptunp2.c b/src/mame/drivers/neptunp2.c
index dfc366278fc..040d37c33cb 100644
--- a/src/mame/drivers/neptunp2.c
+++ b/src/mame/drivers/neptunp2.c
@@ -19,14 +19,14 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }
-
+
DECLARE_READ8_MEMBER(test_r);
-
+
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);