Debugger: fix for MODE_STEPPING at was falsely breaking on floating bus

This commit is contained in:
tomcw 2017-03-18 15:18:14 +00:00
parent 6063d8e96f
commit 6d55634281

View File

@ -1135,8 +1135,7 @@ bool MemIsAddrCodeMemory(const USHORT addr)
if (addr <= APPLE_SLOT_END) // [$C100..C7FF]
{
const UINT uSlot = (addr >> 8) & 0x7;
if (!IsCardInSlot(uSlot))
return false;
return IsCardInSlot(uSlot);
}
// [$C800..CFFF]