indigodarkwolf / box16

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

cpu and memory access logging #67

Closed FlightControl-User closed 1 year ago

FlightControl-User commented 1 year ago

Added new options -log Cl, Cm, Ca, Cr to optionally trace CPU disassembler between memory areas:

image
indigodarkwolf commented 1 year ago

Of course, my attempt to prevent overlay.cpp from appearing changed, using GitHub's web editor to remove the extra newline, resulted in a change going in anyways to add a newline at the end of the file. /eyeroll.

indigodarkwolf commented 1 year ago

Looking good now. Thanks for working on this!

FlightControl-User commented 1 year ago

You're welcome, so I'll pull now the latest updates from remote/master into my local branch. I will have further enhancements on this as i use the feature and optmize it, is ok to create a new pull request?

indigodarkwolf commented 1 year ago

Sure, I'm always happy to consider pull requests.