CIA shiftregister bugs
Adjust docs for changed 8032 editor rom name.
PET 8032: use editor rom edit-4-80-b-50Hz.901474-04.bin.
PET 8x96: Fix stores to $FFF0
PET 8296: fix some memory mapping bugs found by rsarson.
PET: improve the HRE memory banking register $E888
PET: Added a PetSpeed dongle.
In your example of $1000 LDA #$00, I agree that break load 1001 should not trigger. But I would argue that these are not really dummy cycles, and instead the command break exec 1001 should trigger. However, break on exec doesn't seem to be handled by a LOAD_EXEC macro or similar, but somewhere in the main cpu loop. This makes it harder to do. Just another rabbit hole :-(