diff options
Diffstat (limited to 'src/devices/machine/mos6551.cpp')
-rw-r--r-- | src/devices/machine/mos6551.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6551.cpp b/src/devices/machine/mos6551.cpp index 83ece745233..43201fb1d2b 100644 --- a/src/devices/machine/mos6551.cpp +++ b/src/devices/machine/mos6551.cpp @@ -377,7 +377,7 @@ void mos6551_device::write_command(uint8_t data) READ8_MEMBER( mos6551_device::read ) { - if (machine().debugger_access()) + if (space.debugger_access()) return 0xff; switch (offset & 0x03) |