diff options
Diffstat (limited to 'src/devices/bus/spectrum/beta128.cpp')
-rw-r--r-- | src/devices/bus/spectrum/beta128.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/bus/spectrum/beta128.cpp b/src/devices/bus/spectrum/beta128.cpp index 812c1f6afdf..d9d1f91b015 100644 --- a/src/devices/bus/spectrum/beta128.cpp +++ b/src/devices/bus/spectrum/beta128.cpp @@ -269,12 +269,6 @@ uint8_t spectrum_beta128_device::mreq_r(offs_t offset) return data; } -void spectrum_beta128_device::mreq_w(offs_t offset, uint8_t data) -{ - if (m_exp->romcs()) - m_exp->mreq_w(offset, data); -} - INPUT_CHANGED_MEMBER(spectrum_beta128_device::magic_button) { if (newval && !oldval) |