]> Shamusworld >> Repos - virtualjaguar/commit
Added user controlled blitter logging.
authorShamus Hammons <jlhamm@acm.org>
Thu, 30 May 2013 20:54:57 +0000 (15:54 -0500)
committerShamus Hammons <jlhamm@acm.org>
Thu, 30 May 2013 20:54:57 +0000 (15:54 -0500)
commit589081c92356312de02a98292b433bce2547901d
tree3e1ac9cd4370526b27ecdb7ea52fc7b0df246bca
parentd1e404e2f488610a99f844783dca15a7525c3813
Added user controlled blitter logging.

Press F10 to have the blitter do a "short" dump of the blitter command;
this also dumps various blitter registers as well. Press F12 to have VJ
log the internal states of the blitter as well. This is pretty much only
useful if you're trying to fix problems with the blitter code. ;-) Also,
you *must* have logging turned on with the --log option to get any input.
Those keys only turn on logging. There's no way to turn it off once it's
started, other than exiting the emulator.
src/blitter.cpp
src/gui/mainwin.cpp