summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neptunp2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neptunp2.cpp')
-rw-r--r--src/mame/drivers/neptunp2.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/neptunp2.cpp b/src/mame/drivers/neptunp2.cpp
index 861847c1e5b..6baed13488f 100644
--- a/src/mame/drivers/neptunp2.cpp
+++ b/src/mame/drivers/neptunp2.cpp
@@ -24,14 +24,15 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void neptunp2(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER(test_r);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void neptunp2(machine_config &config);
void neptunp2_io(address_map &map);
void neptunp2_map(address_map &map);
-protected:
// devices
required_device<cpu_device> m_maincpu;