vAmiga
vAmiga copied to clipboard
Add beamtraps
Currently, we have:
- breakpoints
- watchpoints
- catchpoints
Proposal: Add beamtraps that pause the emulator at specific coordinates.
This feature is virtually free. All that is needed is to add a BEAMTRAP
slot in the tertiary slot section and schedule an event that fires at the proper cycle. In the event handler, pause the emulator.