summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180/z180.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z180/z180.cpp')
-rw-r--r--src/devices/cpu/z180/z180.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/cpu/z180/z180.cpp b/src/devices/cpu/z180/z180.cpp
index f9f15f0d834..1c1f8f3df54 100644
--- a/src/devices/cpu/z180/z180.cpp
+++ b/src/devices/cpu/z180/z180.cpp
@@ -482,16 +482,6 @@ device_memory_interface::space_config_vector z180_device::memory_space_config()
};
}
-uint8_t z180_device::z180_read_memory(offs_t addr)
-{
- return m_program.read_byte(addr);
-}
-
-void z180_device::z180_write_memory(offs_t addr, uint8_t data)
-{
- m_program.write_byte(addr, data);
-}
-
uint8_t z180_device::z180_readcontrol(offs_t port)
{
// normal external readport (ignore the data)