stella/src
Stephen Anthony abfc01b483 Rework trapping on 'read from write port' functionality.
The new code introduces a generic 'EmulationWarning' exception that can
be thrown for any reason.  The RWP functionality has been ported to use
this, with the main benefit that if we ever have to add new exceptional
cases, we no longer need to modify M6502 class; it will pick up on the
new exceptions and pass them to the EmulationWorker as necessary.

Functionally, the RWP stuff works the same as before, just with a
different implementation behind the scenes.
2018-12-07 21:19:44 -03:30
..
cheat Yet more fixes for warnings from cppcheck. 2018-08-28 17:00:00 -02:30
common Some refactoring of snapshot code for future reference. 2018-12-07 15:22:39 -03:30
debugger Rework trapping on 'read from write port' functionality. 2018-12-07 21:19:44 -03:30
emucore Rework trapping on 'read from write port' functionality. 2018-12-07 21:19:44 -03:30
gui Rework trapping on 'read from write port' functionality. 2018-12-07 21:19:44 -03:30
libpng More updates to Visual Studio compiler settings: 2018-08-19 15:01:03 -02:30
macosx Updated Xcode project for recent class additions. 2018-12-05 20:07:06 -03:30
tools Add 'Cartridge.StartBank' ROM property, to specify the startup bank for a ROM to use. 2018-09-11 10:23:39 -02:30
unix For UNIX-only, use version-specific config file if it already exists. 2018-09-17 08:36:31 -02:30
windows Added latest classes to VS project file. 2018-12-04 20:29:48 -03:30
yacc Updated copyright date to 2018. A few days early, but nobody will mind ... 2017-12-29 17:10:37 -03:30
zlib Updated ZLIB and PNG libraries to latest released versions. 2017-07-09 16:49:17 -02:30