This project is mirrored from https://github.com/stella-emu/stella.
Pull mirroring updated .
- 19 Dec, 2018 4 commits
-
-
Stephen Anthony authored
-
Stephen Anthony authored
-
Stephen Anthony authored
-
Stephen Anthony authored
The new way of detecting RWP is superior, and we don't have time to rework _rwport to use it. This may come back in the future (if required), but I honestly don't see a need for it.
-
- 18 Dec, 2018 8 commits
-
-
Stephen Anthony authored
I'll admit that some of these suggestions are of dubious importance, but at least we shut up the tester :)
-
Christian Speckner authored
-
Stephen Anthony authored
-
Stephen Anthony authored
Again, this is a relatively untested BS scheme, with only one test ROM available.
-
Stephen Anthony authored
This is currently mostly untested, since this scheme isn't widespread and has only a few test ROMS.
-
Stephen Anthony authored
That's an *awful* lot of work to simply pass info to each class :)
-
Stephen Anthony authored
-
Stephen Anthony authored
-
- 17 Dec, 2018 2 commits
-
-
Stephen Anthony authored
-
Stephen Anthony authored
- abstracted RWP code into Cart base class (only F8SC converted for now) - RWP now works by analysing RAM accesses before and after each instruction, catching all occurrences Fixes for compiling without debugger support.
-
- 16 Dec, 2018 1 commit
-
-
Christian Speckner authored
-
- 15 Dec, 2018 4 commits
-
-
Christian Speckner authored
-
thrust26 authored
fixed #398
-
thrust26 authored
updated change log
-
Christian Speckner authored
-
- 14 Dec, 2018 2 commits
-
-
Christian Speckner authored
-
Christian Speckner authored
-
- 08 Dec, 2018 10 commits
-
-
Stephen Anthony authored
Previously these values were from whatever was on the databus, but new testing indicates that they are semi-random (ie, random, but with some pattern). The new code bases the values in part on the md5sum of the ROM (for randomization), but also pre-generates a set number of values (for a pattern). Currently only F8SC scheme is implemented. The remainder will be done once we test this one.
-
Stephen Anthony authored
-
thrust26 authored
-
thrust26 authored
-
thrust26 authored
-
thrust26 authored
-
Stephen Anthony authored
-
Stephen Anthony authored
-
Stephen Anthony authored
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.
-
Stephen Anthony authored
-
- 07 Dec, 2018 3 commits
-
-
thrust26 authored
-
thrust26 authored
-
Stephen Anthony authored
-
- 06 Dec, 2018 5 commits
- 05 Dec, 2018 1 commit
-
-
Stephen Anthony authored
-