summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fmtowns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fmtowns.h')
-rw-r--r--src/mame/includes/fmtowns.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/fmtowns.h b/src/mame/includes/fmtowns.h
index e32d80226eb..2ba20b38064 100644
--- a/src/mame/includes/fmtowns.h
+++ b/src/mame/includes/fmtowns.h
@@ -351,6 +351,11 @@ class towns_state : public driver_device
void townsftv(machine_config &config);
void townshr(machine_config &config);
void townssj(machine_config &config);
+ void marty_mem(address_map &map);
+ void towns16_io(address_map &map);
+ void towns_io(address_map &map);
+ void towns_mem(address_map &map);
+ void ux_mem(address_map &map);
private:
static const device_timer_id TIMER_FREERUN = 1;
static const device_timer_id TIMER_INTERVAL2 = 2;