summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nc.h')
-rw-r--r--src/mame/includes/nc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/nc.h b/src/mame/includes/nc.h
index 33ee7000b59..39c51be1b2d 100644
--- a/src/mame/includes/nc.h
+++ b/src/mame/includes/nc.h
@@ -74,8 +74,8 @@ public:
DECLARE_WRITE8_MEMBER(nc200_poweroff_control_w);
DECLARE_PALETTE_INIT(nc);
- void machine_start_nc200() ATTR_COLD;
- void machine_reset_nc200();
+ DECLARE_MACHINE_START(nc200);
+ DECLARE_MACHINE_RESET(nc200);
uint32_t screen_update_nc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(nc_keyboard_timer_callback);
TIMER_DEVICE_CALLBACK_MEMBER(dummy_timer_callback);