summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/tig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/tig.cpp')
-rw-r--r--src/devices/bus/wangpc/tig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/wangpc/tig.cpp b/src/devices/bus/wangpc/tig.cpp
index 936340a4267..700024c3fc2 100644
--- a/src/devices/bus/wangpc/tig.cpp
+++ b/src/devices/bus/wangpc/tig.cpp
@@ -83,7 +83,7 @@ const tiny_rom_entry *wangpc_tig_device::device_rom_region() const
// UPD7220_INTERFACE( hgdc0_intf )
//-------------------------------------------------
-static ADDRESS_MAP_START( upd7220_0_map, 0, 16, wangpc_tig_device )
+ADDRESS_MAP_START(wangpc_tig_device::upd7220_0_map)
ADDRESS_MAP_GLOBAL_MASK(0x7fff)
AM_RANGE(0x0000, 0x0fff) AM_MIRROR(0x1000) AM_RAM // frame buffer
AM_RANGE(0x4000, 0x7fff) AM_RAM // font memory
@@ -98,7 +98,7 @@ UPD7220_DRAW_TEXT_LINE_MEMBER( wangpc_tig_device::hgdc_draw_text )
// UPD7220_INTERFACE( hgdc1_intf )
//-------------------------------------------------
-static ADDRESS_MAP_START( upd7220_1_map, 0, 16, wangpc_tig_device )
+ADDRESS_MAP_START(wangpc_tig_device::upd7220_1_map)
ADDRESS_MAP_GLOBAL_MASK(0xffff)
AM_RANGE(0x0000, 0xffff) AM_RAM // graphics memory
ADDRESS_MAP_END