summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigx2.h')
-rw-r--r--src/mame/includes/atarigx2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/atarigx2.h b/src/mame/includes/atarigx2.h
index 56e44a1d253..2bef2eaa7f4 100644
--- a/src/mame/includes/atarigx2.h
+++ b/src/mame/includes/atarigx2.h
@@ -31,9 +31,9 @@ public:
, m_adc(*this, "adc")
{ }
- DECLARE_DRIVER_INIT(spclords);
- DECLARE_DRIVER_INIT(rrreveng);
- DECLARE_DRIVER_INIT(motofren);
+ void init_spclords();
+ void init_rrreveng();
+ void init_motofren();
void atarigx2_0x200(machine_config &config);
void atarigx2_0x400(machine_config &config);