summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/flash.cpp
diff options
context:
space:
mode:
author Olivier Galibert <olivier.galibert@lne.fr>2016-06-16 16:50:07 +0200
committer Olivier Galibert <galibert@pobox.com>2016-06-16 21:14:04 +0200
commit0dc5ed558543e70e334fa6b768f27e9d1066a22f (patch)
treeb76c5e14c9c87360e31c6b764877174e16c40a31 /src/devices/bus/z88/flash.cpp
parent6e962f2d95a00307b7361cef04fc50ea8e4da446 (diff)
intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert]
Diffstat (limited to 'src/devices/bus/z88/flash.cpp')
-rw-r--r--src/devices/bus/z88/flash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/z88/flash.cpp b/src/devices/bus/z88/flash.cpp
index 0793f126c18..03b18d98f35 100644
--- a/src/devices/bus/z88/flash.cpp
+++ b/src/devices/bus/z88/flash.cpp
@@ -72,7 +72,7 @@ machine_config_constructor z88_1024k_flash_device::device_mconfig_additions() co
UINT8* z88_1024k_flash_device::get_cart_base()
{
- return (UINT8*)m_flash->space().get_read_ptr(0);
+ return m_flash->base();
}
/*-------------------------------------------------