summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/monzagp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/monzagp.cpp')
-rw-r--r--src/mame/drivers/monzagp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/monzagp.cpp b/src/mame/drivers/monzagp.cpp
index 5fbcc2e5d75..14596400c75 100644
--- a/src/mame/drivers/monzagp.cpp
+++ b/src/mame/drivers/monzagp.cpp
@@ -61,6 +61,9 @@ public:
m_digits(*this, "digit%u%u", 0U, 0U)
{ }
+ void monzagp(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER(port_r);
DECLARE_WRITE8_MEMBER(port_w);
DECLARE_WRITE8_MEMBER(port1_w);
@@ -85,10 +88,9 @@ public:
required_ioport m_dsw;
output_finder<4, 7> m_digits;
- void monzagp(machine_config &config);
void monzagp_io(address_map &map);
void monzagp_map(address_map &map);
-private:
+
uint8_t m_p1;
uint8_t m_p2;
uint8_t m_video_ctrl[2][8];