]> Shamusworld >> Repos - virtualjaguar/commit
Added memory browser, fixed documentation, M68000 exception explanations.
authorShamus Hammons <jlhamm@acm.org>
Wed, 15 Aug 2012 03:39:04 +0000 (22:39 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 15 Aug 2012 03:39:04 +0000 (22:39 -0500)
commit8fa19895c8308c0a1aee537f971c740eea4bab9e
tree7a5f383a63c6f850f923253b613f37d5209e39a3
parentdadebc1a7525d196d5ee406be7b9d804d5f9945d
Added memory browser, fixed documentation, M68000 exception explanations.

Fixed documentation to reflect the current state of Virtual Jaguar,
added text to the M68000 exception handler to show what kind of
exception occured. Also added a rudimentary memory browser to allow
developers a peek at the RAM of the emulated Jaguar.
res/help.html
src/gui/debug/memorybrowser.cpp [new file with mode: 0644]
src/gui/debug/memorybrowser.h [new file with mode: 0644]
src/gui/help.cpp
src/gui/mainwin.cpp
src/gui/mainwin.h
src/m68000/cpuextra.c
virtualjaguar.pro