summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shaolins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shaolins.h')
-rw-r--r--src/mame/includes/shaolins.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/shaolins.h b/src/mame/includes/shaolins.h
index c6a53353879..ad17681cc51 100644
--- a/src/mame/includes/shaolins.h
+++ b/src/mame/includes/shaolins.h
@@ -16,6 +16,9 @@ public:
m_colorram(*this, "colorram"),
m_videoram(*this, "videoram") { }
+ void shaolins(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
@@ -43,6 +46,5 @@ public:
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(interrupt);
- void shaolins(machine_config &config);
void shaolins_map(address_map &map);
};