summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigt.h')
-rw-r--r--src/mame/includes/atarigt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/atarigt.h b/src/mame/includes/atarigt.h
index 656464265c4..f42940f556f 100644
--- a/src/mame/includes/atarigt.h
+++ b/src/mame/includes/atarigt.h
@@ -81,8 +81,8 @@ public:
void atarigt_colorram_w(offs_t address, uint16_t data, uint16_t mem_mask);
uint16_t atarigt_colorram_r(offs_t address);
- DECLARE_DRIVER_INIT(primrage);
- DECLARE_DRIVER_INIT(tmek);
+ void init_primrage();
+ void init_tmek();
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
TILEMAP_MAPPER_MEMBER(atarigt_playfield_scan);