This project is mirrored from https://github.com/stella-emu/stella.
Pull mirroring updated .
- 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 2 commits
-
-
Stephen Anthony authored
-
Stephen Anthony authored
-
- 04 Dec, 2018 5 commits
-
-
Stephen Anthony authored
Added 'DEBUG_BUILD' define to Windows debug builds.
-
Christian Speckner authored
-
Christian Speckner authored
-
Christian Speckner authored
-
Stephen Anthony authored
-
- 02 Dec, 2018 1 commit
-
-
thrust26 authored
extended trace step count to 10000 (preliminary fix for #393)
-
- 20 Nov, 2018 1 commit
-
-
Stephen Anthony authored
-
- 19 Nov, 2018 2 commits
-
-
Stephen Anthony authored
-
Stephen Anthony authored
-
- 16 Nov, 2018 1 commit
-
-
Stephen Anthony authored
-
- 14 Nov, 2018 1 commit
-
-
Stephen Anthony authored
-
- 10 Nov, 2018 1 commit
-
-
Stephen Anthony authored
- Now video/timer and joystick subsystems are opened and closed in the proper SDL2 way - SDL_Quit() is also done at the very end, to clean up any remaining SDL state - Hopefully this fixes the issues with RPi not exiting cleanly.
-
- 21 Oct, 2018 1 commit
-
-
Stephen Anthony authored
- Major update is adding 'Chetiry' 60K ROMs info.
-
- 23 Sep, 2018 1 commit
-
-
Stephen Anthony authored
It ended up being much easier than I realized.
-
- 22 Sep, 2018 1 commit
-
-
Stephen Anthony authored
-
- 21 Sep, 2018 2 commits
-
-
Stephen Anthony authored
-
Stephen Anthony authored
-
- 20 Sep, 2018 2 commits
- 19 Sep, 2018 1 commit
-
-
Christian Speckner authored
-