summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/abc80x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/abc80x.h')
-rw-r--r--src/mame/includes/abc80x.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/abc80x.h b/src/mame/includes/abc80x.h
index 74d4a2348c5..d7459ad7290 100644
--- a/src/mame/includes/abc80x.h
+++ b/src/mame/includes/abc80x.h
@@ -150,6 +150,9 @@ public:
// timers
emu_timer *m_ctc_timer;
emu_timer *m_cassette_timer;
+ void abc800c_io(address_map &map);
+ void abc800m_io(address_map &map);
+ void abc800m_mem(address_map &map);
};
@@ -206,6 +209,7 @@ public:
DECLARE_PALETTE_INIT( abc800c );
void abc800c(machine_config &config);
void abc800c_video(machine_config &config);
+ void abc800c_mem(address_map &map);
};
@@ -251,6 +255,8 @@ public:
void abc802(machine_config &config);
void abc802_video(machine_config &config);
+ void abc802_io(address_map &map);
+ void abc802_mem(address_map &map);
};
@@ -326,6 +332,8 @@ public:
void abc806(machine_config &config);
void abc806_video(machine_config &config);
+ void abc806_io(address_map &map);
+ void abc806_mem(address_map &map);
};
#endif