summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pce.h')
-rw-r--r--src/mame/includes/pce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pce.h b/src/mame/includes/pce.h
index e205773f75e..6ca8f8ce4cc 100644
--- a/src/mame/includes/pce.h
+++ b/src/mame/includes/pce.h
@@ -74,8 +74,8 @@ public:
void init_tg16();
void init_mess_pce();
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void machine_start_pce() ATTR_COLD;
- void machine_reset_mess_pce();
+ DECLARE_MACHINE_START(pce);
+ DECLARE_MACHINE_RESET(mess_pce);
void pce_common(machine_config &config);
void pce(machine_config &config);
void tg16(machine_config &config);