summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbee.h')
-rw-r--r--src/mame/includes/mbee.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index 9030f013086..fcecfb87871 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -101,16 +101,16 @@ public:
void init_mbeepc();
void init_mbeeic();
void init_mbee128();
- void machine_reset_mbee();
- void video_start_mono() ATTR_COLD;
- void video_start_standard() ATTR_COLD;
- void video_start_premium() ATTR_COLD;
+ DECLARE_MACHINE_RESET(mbee);
+ DECLARE_VIDEO_START(mono);
+ DECLARE_VIDEO_START(standard);
+ DECLARE_VIDEO_START(premium);
DECLARE_PALETTE_INIT(standard);
DECLARE_PALETTE_INIT(premium);
- void machine_reset_mbee56();
- void machine_reset_mbee128();
- void machine_reset_mbee256();
- void machine_reset_mbeett();
+ DECLARE_MACHINE_RESET(mbee56);
+ DECLARE_MACHINE_RESET(mbee128);
+ DECLARE_MACHINE_RESET(mbee256);
+ DECLARE_MACHINE_RESET(mbeett);
uint32_t screen_update_mbee(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(timer_newkb);
DECLARE_QUICKLOAD_LOAD_MEMBER(mbee);