Basilisk II and SheepShaver Macintosh emulators
Go to file
Ricky Zhang 175fbfde43 Enhance ROM break point feature.
1. Change --break input option format. Too much typing by taking decimal address. Change to hexadecimal input.
2. Allow ROM break point to continue to execution. The original ROM break point just replace instruction in ROM break point address with emul_op M68K_EMUL_BREAK. This just halts emulation right at the break point. The patch is less invasive than the original approach. It allows emulation to continue to run by pressing 'x' to exit from cxmon.
3. Add option --loadbreak which load break point from file before emulation start.

Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2017-09-15 21:36:16 -04:00
BasiliskII Enhance ROM break point feature. 2017-09-15 21:36:16 -04:00
cxmon Enhance ROM break point feature. 2017-09-15 21:36:16 -04:00
SheepShaver Merge pull request #122 from coderforlife/fix-107 2017-08-18 19:49:47 -04:00
.gitignore Ignore .DS_Store files. 2012-06-18 19:15:37 -04:00