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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/atarigx2.h b/src/mame/includes/atarigx2.h
index 76e4199be92..7bbd6558ab0 100644
--- a/src/mame/includes/atarigx2.h
+++ b/src/mame/includes/atarigx2.h
@@ -68,4 +68,7 @@ public:
DECLARE_VIDEO_START(atarigx2);
uint32_t screen_update_atarigx2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE16_MEMBER( atarigx2_mo_control_w );
+ void atarigx2(machine_config &config);
+ void atarigx2_0x200(machine_config &config);
+ void atarigx2_0x400(machine_config &config);
};