summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madmotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/madmotor.cpp')
-rw-r--r--src/mame/drivers/madmotor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/madmotor.cpp b/src/mame/drivers/madmotor.cpp
index b3fd5eb0230..51877c3130b 100644
--- a/src/mame/drivers/madmotor.cpp
+++ b/src/mame/drivers/madmotor.cpp
@@ -43,15 +43,15 @@ public:
m_spritegen(*this, "spritegen")
{ }
- void init_madmotor();
void madmotor(machine_config &config);
-protected:
+ void init_madmotor();
+
+private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void madmotor_map(address_map &map);
void sound_map(address_map &map);
-private:
/* memory pointers */
required_shared_ptr<uint16_t> m_spriteram;