diff --git a/src/debugger/DiStella.cxx b/src/debugger/DiStella.cxx index 3c9ca4a29..a706cea59 100644 --- a/src/debugger/DiStella.cxx +++ b/src/debugger/DiStella.cxx @@ -754,8 +754,9 @@ void DiStella::disasmFromAddress(uInt32 distart) // abort when we reach non-code areas if (checkBits(myPC, Device::Device::DATA | Device::GFX | Device::PGFX | - Device::COL | Device::PCOL | Device::BCOL | Device::AUD, - Device::CODE)) { + Device::COL | Device::PCOL | Device::BCOL | + Device::AUD | Device::ROW, + Device::CODE)) { myPCEnd = (myPC - 1) + myOffset; return; }