mirror of https://github.com/stella-emu/stella.git
abfc01b483
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. |
||
---|---|---|
.. | ||
cheat | ||
common | ||
debugger | ||
emucore | ||
gui | ||
libpng | ||
macosx | ||
tools | ||
unix | ||
windows | ||
yacc | ||
zlib |