From bed9b1c1b11736bafa486fb378f6d791995dd61e Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Fri, 23 May 2014 23:26:10 +0000 Subject: Amiga: Add support for the Commodore A2232 Serial Card. --- src/emu/machine/mos6526.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/emu/machine/mos6526.c') diff --git a/src/emu/machine/mos6526.c b/src/emu/machine/mos6526.c index 94f1c667bfa..85e3e40a652 100644 --- a/src/emu/machine/mos6526.c +++ b/src/emu/machine/mos6526.c @@ -798,6 +798,9 @@ void mos6526_device::execute_run() READ8_MEMBER( mos6526_device::read ) { + if (space.debugger_access()) + return 0xff; + UINT8 data = 0; switch (offset & 0x0f) -- cgit v1.2.3-70-g09d2