summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hng64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hng64.h')
-rw-r--r--src/mame/includes/hng64.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/hng64.h b/src/mame/includes/hng64.h
index 4d3ad40549c..e6572c88ce1 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -282,14 +282,14 @@ public:
DECLARE_WRITE8_MEMBER(hng64_comm_space_w);
DECLARE_READ8_MEMBER(hng64_comm_mmu_r);
DECLARE_WRITE8_MEMBER(hng64_comm_mmu_w);
- DECLARE_DRIVER_INIT(hng64_race);
- DECLARE_DRIVER_INIT(fatfurwa);
- DECLARE_DRIVER_INIT(buriki);
- DECLARE_DRIVER_INIT(hng64);
- DECLARE_DRIVER_INIT(hng64_shoot);
- DECLARE_DRIVER_INIT(ss64);
- DECLARE_DRIVER_INIT(hng64_fght);
- DECLARE_DRIVER_INIT(hng64_reorder_gfx);
+ void init_hng64_race();
+ void init_fatfurwa();
+ void init_buriki();
+ void init_hng64();
+ void init_hng64_shoot();
+ void init_ss64();
+ void init_hng64_fght();
+ void init_hng64_reorder_gfx();
void set_irq(uint32_t irq_vector);
uint32_t m_irq_pending;