gulrak / cadmium

A CHIP-8 variant emulation and development environment
MIT License
53 stars 3 forks source link

Real-VIP feature #5

Closed gulrak closed 1 year ago

gulrak commented 1 year ago

This PR adds a new behavior preset, VIP-CHIP-8, that actually emulates a COSMAC VIP behind the scenes, to run the original interpreter on the (emulated) classic 1977 hardware. It also adds a trace-log-view, where (when enabled in the settings) the last 1024 trace events are logged to get a look at what happened before the current code position.