Skip to content

Commit

Permalink
Bump stella.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Apr 13, 2021
1 parent 50206fb commit 519f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stella/stella
Submodule stella updated 54 files
+109 −9 .gitlab-ci.yml
+13 −2 Changes.txt
+1 −1 Makefile
+4 −4 docs/index.html
+101 −26 src/common/PKeyboardHandler.cxx
+11 −1 src/common/PKeyboardHandler.hxx
+1 −1 src/common/StateManager.hxx
+1 −1 src/common/Version.hxx
+4 −0 src/common/jsonDefinitions.hxx
+1 −1 src/debugger/CartDebug.cxx
+1 −1 src/debugger/Debugger.cxx
+1 −1 src/debugger/RiotDebug.cxx
+1 −1 src/debugger/TIADebug.cxx
+6 −6 src/debugger/gui/BoosterWidget.cxx
+3 −3 src/debugger/gui/GenesisWidget.cxx
+4 −4 src/debugger/gui/PaddleWidget.cxx
+5 −4 src/emucore/Booster.cxx
+1 −2 src/emucore/CartBUS.hxx
+0 −1 src/emucore/CartCDF.hxx
+19 −19 src/emucore/CompuMate.cxx
+2 −2 src/emucore/Console.cxx
+5 −5 src/emucore/Control.cxx
+9 −14 src/emucore/Control.hxx
+2 −2 src/emucore/ControlLowLevel.hxx
+19 −0 src/emucore/Event.hxx
+6 −0 src/emucore/EventHandler.cxx
+4 −3 src/emucore/EventHandler.hxx
+81 −62 src/emucore/FrameBuffer.cxx
+23 −14 src/emucore/FrameBuffer.hxx
+2 −2 src/emucore/Genesis.cxx
+39 −33 src/emucore/Keyboard.cxx
+11 −1 src/emucore/Keyboard.hxx
+55 −29 src/emucore/Paddles.cxx
+3 −2 src/emucore/Paddles.hxx
+4 −3 src/emucore/QuadTari.cxx
+7 −0 src/emucore/QuadTari.hxx
+226 −0 src/emucore/tia/AnalogReadout.cxx
+40 −14 src/emucore/tia/AnalogReadout.hxx
+0 −156 src/emucore/tia/PaddleReader.cxx
+30 −30 src/emucore/tia/TIA.cxx
+4 −4 src/emucore/tia/TIA.hxx
+1 −1 src/emucore/tia/module.mk
+8 −5 src/gui/DeveloperDialog.cxx
+1 −1 src/gui/Launcher.cxx
+1 −1 src/gui/TimeMachineDialog.cxx
+9 −6 src/gui/UIDialog.cxx
+39 −32 src/gui/VideoAudioDialog.cxx
+62 −40 src/libretro/Makefile
+1 −1 src/libretro/Makefile.common
+3 −3 src/libretro/Stella.vcxproj
+8 −8 src/macos/stella.xcodeproj/project.pbxproj
+3 −3 src/windows/Stella.vcxproj
+3 −3 src/windows/Stella.vcxproj.filters
+ test/roms/controller/genesis/H.E.R.O. (2 button)V2.bin

0 comments on commit 519f5d8

Please sign in to comment.