diff options
Diffstat (limited to 'src/devices/video/t6a04.cpp')
-rw-r--r-- | src/devices/video/t6a04.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/t6a04.cpp b/src/devices/video/t6a04.cpp index 70f3e0522f1..72df41a52d9 100644 --- a/src/devices/video/t6a04.cpp +++ b/src/devices/video/t6a04.cpp @@ -229,7 +229,7 @@ READ8_MEMBER(t6a04_device::data_read) output_reg = ((((*ti82_video)<<8)+ti82_video[1])>>(10-pos_bit)); } - if (!machine().debugger_access()) + if (!space.debugger_access()) { m_output_reg = output_reg; |