This project is mirrored from https://github.com/stella-emu/stella.
Pull mirroring updated .
- 22 Dec, 2018 1 commit
-
-
Stephen Anthony authored
-
- 19 Dec, 2018 1 commit
-
-
Stephen Anthony authored
-
- 17 Dec, 2018 1 commit
-
-
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.
-
- 08 Dec, 2018 3 commits
-
-
Stephen Anthony authored
-
thrust26 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.
-
- 07 Dec, 2018 1 commit
-
-
thrust26 authored
-
- 04 Dec, 2018 2 commits
-
-
Christian Speckner authored
-
Christian Speckner authored
-
- 13 Sep, 2018 1 commit
-
-
Stephen Anthony authored
- this both speeds up load/save of state files, and makes them smaller - affects both on-disk files, and Time Machine functionality
-
- 29 Aug, 2018 1 commit
-
-
Stephen Anthony authored
-
- 28 Aug, 2018 1 commit
-
-
Stephen Anthony authored
-
- 19 Aug, 2018 1 commit
-
-
Stephen Anthony authored
- Increase warning level to 4, and fix a few new warnings - Globally, all files are now explictly compiled in C++ mode - For png and zlib code (that we didn't write), drop back to level 2 warnings and explicitly compile in C mode
-
- 06 Aug, 2018 2 commits
-
-
Christian Speckner authored
-
Christian Speckner authored
* Pass parameters from DispatchResult to debugger * Fix default trap type (= read) * Remove fallout from branch merge
-
- 04 Aug, 2018 1 commit
-
-
Christian Speckner authored
-
- 13 Jul, 2018 2 commits
-
-
Stephen Anthony authored
-
Stephen Anthony authored
-
- 02 Jul, 2018 1 commit
-
-
Stephen Anthony authored
Changed uInt32 to uInt64 in several places, standardizing on uInt64 for cycle-related variables.
-
- 23 May, 2018 2 commits
-
-
Christian Speckner authored
-
Christian Speckner authored
-
- 21 May, 2018 1 commit
-
-
Christian Speckner authored
-
- 04 May, 2018 2 commits
-
-
Christian Speckner authored
-
Christian Speckner authored
-> no more perceivable audio latency -> fewer underruns
-
- 31 Mar, 2018 1 commit
-
-
Stephen Anthony authored
-
- 13 Mar, 2018 2 commits
-
-
Christian Speckner authored
-
Christian Speckner authored
-
- 20 Jan, 2018 1 commit
-
-
Stephen Anthony authored
-
- 10 Jan, 2018 1 commit
-
-
Stephen Anthony authored
-
- 06 Jan, 2018 2 commits
-
-
Christian Speckner authored
Always make sure that hardware state is consistent with a full step before dispatching the debugger. * Allows to revert much of the complexity of my previous fix.
-
Christian Speckner authored
-
- 29 Dec, 2017 1 commit
-
-
Stephen Anthony authored
-
- 19 Dec, 2017 1 commit
-
-
thrust26 authored
'ghost' read traps are displayed by 'RTrapG'
-
- 18 Dec, 2017 3 commits
- 16 Dec, 2017 2 commits
-
-
Christian Speckner authored
-
thrust26 authored
-
- 15 Dec, 2017 2 commits