indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 18 forks source link

Bug: TRACE is broken #66

Closed indigodarkwolf closed 1 year ago

indigodarkwolf commented 1 year ago

The change with R/W memory breakpoints broke #ifdef TRACE code. Will need to fix at some point. And then add a -D TRACE option in the makefile, and add that build to the CI processes.

indigodarkwolf commented 1 year ago

Considered fixed by #67, closing.