vAmiga icon indicating copy to clipboard operation
vAmiga copied to clipboard

Add beamtraps

Open dirkwhoffmann opened this issue 1 year ago • 1 comments

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.

dirkwhoffmann avatar Feb 05 '24 14:02 dirkwhoffmann