summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segaxbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segaxbd.h')
-rw-r--r--src/mame/includes/segaxbd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/segaxbd.h b/src/mame/includes/segaxbd.h
index 2756507480d..1209b9f025a 100644
--- a/src/mame/includes/segaxbd.h
+++ b/src/mame/includes/segaxbd.h
@@ -240,8 +240,7 @@ private:
DECLARE_WRITE8_MEMBER(commram_bank_w);
void sub_map(address_map &map);
- void z80_map(address_map &map);
- void z80_portmap(address_map &map);
+ void comm_map(address_map &map);
required_device<mb8421_device> m_commram;
required_device<i8251_device> m_usart;