summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/punchout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/punchout.h')
-rw-r--r--src/mame/includes/punchout.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h
index 07584bf8a26..90721077db9 100644
--- a/src/mame/includes/punchout.h
+++ b/src/mame/includes/punchout.h
@@ -33,6 +33,11 @@ public:
m_armwrest_fg_videoram(*this, "armwrest_fgram")
{ }
+ void spnchout(machine_config &config);
+ void armwrest(machine_config &config);
+ void punchout(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
optional_device<rp5c01_device> m_rtc;
@@ -91,9 +96,6 @@ public:
void drawbs2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void punchout_copy_top_palette(int bank);
void punchout_copy_bot_palette(int bank);
- void spnchout(machine_config &config);
- void armwrest(machine_config &config);
- void punchout(machine_config &config);
void armwrest_map(address_map &map);
void punchout_io_map(address_map &map);
void punchout_map(address_map &map);