VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 21 forks source link

Fix DP reg Debugger Processor Window #155

Closed ejaquay closed 7 months ago

ejaquay commented 7 months ago

DP register field was always zero, was being incorrectly fetched in mc6809.c and hc6309.c

In addition, a "Set PC" button is added to Debugger Processor Window to allow setting the program counter while the CPU is halted. This allows using the Processor Window to single step code anywhere in CPU memory. Function was added to facilitate testing the DP register field.