mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
Debugger: fix for MODE_STEPPING at was falsely breaking on floating bus
This commit is contained in:
parent
6063d8e96f
commit
6d55634281
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user