summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mw8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mw8080bw.h')
-rw-r--r--src/mame/includes/mw8080bw.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/includes/mw8080bw.h b/src/mame/includes/mw8080bw.h
index 75026d596c5..28197a5b9c8 100644
--- a/src/mame/includes/mw8080bw.h
+++ b/src/mame/includes/mw8080bw.h
@@ -155,18 +155,18 @@ public:
DECLARE_WRITE8_MEMBER(bowler_audio_4_w);
DECLARE_WRITE8_MEMBER(bowler_audio_5_w);
DECLARE_WRITE8_MEMBER(bowler_audio_6_w);
- DECLARE_MACHINE_START(mw8080bw);
- DECLARE_MACHINE_RESET(mw8080bw);
- DECLARE_MACHINE_START(maze);
- DECLARE_MACHINE_START(boothill);
- DECLARE_MACHINE_START(desertgu);
- DECLARE_MACHINE_START(gmissile);
- DECLARE_MACHINE_START(m4);
- DECLARE_MACHINE_START(clowns);
- DECLARE_MACHINE_START(spcenctr);
- DECLARE_MACHINE_START(phantom2);
- DECLARE_MACHINE_START(invaders);
- DECLARE_SOUND_START(samples);
+ void machine_start_mw8080bw() ATTR_COLD;
+ void machine_reset_mw8080bw();
+ void machine_start_maze() ATTR_COLD;
+ void machine_start_boothill() ATTR_COLD;
+ void machine_start_desertgu() ATTR_COLD;
+ void machine_start_gmissile() ATTR_COLD;
+ void machine_start_m4() ATTR_COLD;
+ void machine_start_clowns() ATTR_COLD;
+ void machine_start_spcenctr() ATTR_COLD;
+ void machine_start_phantom2() ATTR_COLD;
+ void machine_start_invaders() ATTR_COLD;
+ void sound_start_samples() ATTR_COLD;
uint32_t screen_update_mw8080bw(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_spcenctr(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_phantom2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);