summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pokemini.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pokemini.cpp')
-rw-r--r--src/mame/drivers/pokemini.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/pokemini.cpp b/src/mame/drivers/pokemini.cpp
index 7136547e892..55a148e644f 100644
--- a/src/mame/drivers/pokemini.cpp
+++ b/src/mame/drivers/pokemini.cpp
@@ -65,6 +65,9 @@ public:
, m_inputs(*this, "INPUTS")
{ }
+ void pokemini(machine_config &config);
+
+private:
uint8_t m_pm_reg[0x100];
PRC m_prc;
TIMERS m_timers;
@@ -79,9 +82,8 @@ public:
DECLARE_READ8_MEMBER(rom_r);
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(pokemini_cart);
- void pokemini(machine_config &config);
void pokemini_mem_map(address_map &map);
-protected:
+
enum
{
TIMER_SECONDS,