summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_x.h')
-rw-r--r--src/mame/includes/taito_x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taito_x.h b/src/mame/includes/taito_x.h
index ba717767954..046dd3d6f42 100644
--- a/src/mame/includes/taito_x.h
+++ b/src/mame/includes/taito_x.h
@@ -26,7 +26,7 @@ public:
DECLARE_WRITE16_MEMBER(kyustrkr_input_w);
DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
void init_kyustrkr();
- void machine_start_taitox() ATTR_COLD;
+ DECLARE_MACHINE_START(taitox);
INTERRUPT_GEN_MEMBER(interrupt);
TIMER_DEVICE_CALLBACK_MEMBER(cchip_irq_clear_cb);