summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/abc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/abc80.h')
-rw-r--r--src/mame/includes/abc80.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/abc80.h b/src/mame/includes/abc80.h
index b7e94b1ecf6..899a47e7e92 100644
--- a/src/mame/includes/abc80.h
+++ b/src/mame/includes/abc80.h
@@ -188,6 +188,8 @@ public:
emu_timer *m_vsync_off_timer;
void abc80(machine_config &config);
void abc80_video(machine_config &config);
+ void abc80_io(address_map &map);
+ void abc80_mem(address_map &map);
};
#endif // MAME_INCLUDES_ABC80_H