stella/src/emucore
Stephen Anthony 6a180aeda0 Remove superfluous 'deltax' parameter in drawString; I have no idea what it was doing there. 2020-06-19 20:02:00 -02:30
..
exception Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
tia Fix reading from TIA registers when D6 is not used. Also fix randomization with 2020-06-16 14:44:44 -02:30
AmigaMouse.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
AtariMouse.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
AtariVox.cxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
AtariVox.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
Bankswitch.cxx Revert "Merge branch 'master' of https://github.com/stella-emu/stella" 2020-05-24 23:45:46 +02:00
Bankswitch.hxx Revert "Merge branch 'master' of https://github.com/stella-emu/stella" 2020-05-24 23:45:46 +02:00
Booster.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Booster.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Cart.cxx Add CartCreator to VS project, and fix a few warnings. 2020-05-30 17:34:44 -02:30
Cart.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
Cart2K.cxx Eliminate magic number. 2020-06-12 10:54:25 -02:30
Cart2K.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3E.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3E.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3EPlus.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3EPlus.hxx Fix compile error from last commit. 2020-06-11 12:02:50 -02:30
Cart3EX.cxx refactored Cart3EWidget (also supports 3EX) 2020-04-22 19:58:40 +02:00
Cart3EX.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
Cart3F.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3F.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart4A50.cxx first shot at #586 (Heat Map) (TODO: differentiate cartridge read/write access) 2020-04-01 11:06:03 +02:00
Cart4A50.hxx add some more DEBUGGER_SUPPORT defines 2020-03-29 18:36:26 +02:00
Cart4K.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart4K.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart4KSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart4KSC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart0840.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart0840.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartAR.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartAR.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartBF.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartBF.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartBFSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartBFSC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartBUS.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartBUS.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCDF.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCDF.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCM.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCM.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCTY.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCTY.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartCV.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartCV.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartCreator.cxx Split logic for cart creation from CartDetector into new CartCreator class. 2020-05-30 17:21:06 -02:30
CartCreator.hxx Split logic for cart creation from CartDetector into new CartCreator class. 2020-05-30 17:21:06 -02:30
CartDF.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDF.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDFSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDFSC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDPC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDPC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDPCPlus.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartDPCPlus.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartDetector.cxx Add CartCreator to VS project, and fix a few warnings. 2020-05-30 17:34:44 -02:30
CartDetector.hxx Split logic for cart creation from CartDetector into new CartCreator class. 2020-05-30 17:21:06 -02:30
CartE0.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartE0.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartE7.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
CartE7.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
CartE78K.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
CartE78K.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
CartEF.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartEF.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartEFSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartEFSC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartEnhanced.cxx Attempt to gain a little speed on frequently used functions. 2020-06-12 09:24:15 -02:30
CartEnhanced.hxx fix #663 (illegal segment access) 2020-06-12 12:48:15 +02:00
CartF0.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF0.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF4.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF4.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF4SC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF4SC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF6.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF6.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF6SC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF6SC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF8.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF8.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF8SC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF8SC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFA.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFA.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFA2.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFA2.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFC.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFE.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFE.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartMDM.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartMDM.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartMNetwork.cxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartMNetwork.hxx Unify Cartridge::bank() and CartEnhanced::bank() (take 2). 2020-05-24 19:33:21 -02:30
CartSB.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartSB.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartTVBoy.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartTVBoy.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartUA.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartUA.hxx refactored multiple CartXXWidget classes 2020-04-19 10:23:27 +02:00
CartWD.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartWD.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartX07.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartX07.hxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CompuMate.cxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
CompuMate.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
Console.cxx minor fix, make sure that a message is displayed when switching TV format 2020-05-16 23:47:15 +02:00
Console.hxx added two more methods to global hotkeys 2020-05-16 13:00:38 +02:00
ConsoleIO.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
ConsoleTiming.hxx refactor palette handling into own class 2020-05-08 17:51:19 +02:00
Control.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Control.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
ControlLowLevel.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
ControllerDetector.cxx improved keyboard detection (JamLoopy demo) 2020-06-02 21:42:25 +02:00
ControllerDetector.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
DefProps.hxx added two more TV Boy dumps and their properties 2020-05-26 10:33:16 +02:00
Device.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
DispatchResult.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
DispatchResult.hxx Fix 'ovveride' warning from clang. 2020-04-13 17:30:36 -02:30
Driving.cxx add configurable driving controller sensitivity 2020-04-05 19:55:45 +02:00
Driving.hxx add configurable driving controller sensitivity 2020-04-05 19:55:45 +02:00
EmulationTiming.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
EmulationTiming.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
EmulationWorker.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
EmulationWorker.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Event.hxx fix cart detection for 512K ROMs 2020-05-25 13:58:53 +02:00
EventHandler.cxx fix cart detection for 512K ROMs 2020-05-25 13:58:53 +02:00
EventHandler.hxx fix cart detection for 512K ROMs 2020-05-25 13:58:53 +02:00
EventHandlerConstants.hxx 2nd attempt to fix #620 2020-04-21 19:48:53 +02:00
FBSurface.cxx Remove superfluous 'deltax' parameter in drawString; I have no idea what it was doing there. 2020-06-19 20:02:00 -02:30
FBSurface.hxx Remove superfluous 'deltax' parameter in drawString; I have no idea what it was doing there. 2020-06-19 20:02:00 -02:30
FSNode.cxx Some small API changes for FSNode::getChildren(); it should only include the parent if requested. 2020-05-30 22:03:10 -02:30
FSNode.hxx Some small API changes for FSNode::getChildren(); it should only include the parent if requested. 2020-05-30 22:03:10 -02:30
FrameBuffer.cxx Remove superfluous 'deltax' parameter in drawString; I have no idea what it was doing there. 2020-06-19 20:02:00 -02:30
FrameBuffer.hxx Make sure long messages overlaid on framebuffer don't overflow display surface. 2020-06-19 19:55:27 -02:30
FrameBufferConstants.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Genesis.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Genesis.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Joystick.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Joystick.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
Keyboard.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Keyboard.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
KidVid.cxx add display format auto-detection from filename (resolves #561) 2020-01-24 11:30:46 +01:00
KidVid.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Lightgun.cxx allow remapping of fire button for trackball and light gun games 2020-03-03 19:50:32 +01:00
Lightgun.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
M6502.cxx add detection of audio data in DiStella (see #596) 2020-03-29 10:51:16 +02:00
M6502.hxx refactored access flags used for disassembly 2020-03-27 09:03:06 +01:00
M6502.ins fix M6532 access counters 2020-04-02 17:59:04 +02:00
M6502.m4 fix M6532 access counters 2020-04-02 17:59:04 +02:00
M6532.cxx Fix reads and writes during timer wrap. Fixes #606 . 2020-06-17 00:20:26 +02:00
M6532.hxx Fix reads and writes during timer wrap. Fixes #606 . 2020-06-17 00:20:26 +02:00
MD5.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
MD5.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
MT24LC256.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
MT24LC256.hxx Add CartCreator to VS project, and fix a few warnings. 2020-05-30 17:34:44 -02:30
MindLink.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
MindLink.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
NullDev.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
OSystem.cxx Shorten error messages in ROM launcher, to fix overflow of buffer width. 2020-06-04 17:32:35 -02:30
OSystem.hxx fix cart detection for 512K ROMs 2020-05-25 13:58:53 +02:00
Paddles.cxx Fix some minor warnings from Clang. 2020-03-26 12:30:33 -02:30
Paddles.hxx Fix some minor warnings from Clang. 2020-03-26 12:30:33 -02:30
PointingDevice.cxx Fixes for warnings in latest g++ and clang, and update libretro port to latest changes. 2020-05-11 14:57:01 -02:30
PointingDevice.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
ProfilingRunner.cxx Split logic for cart creation from CartDetector into new CartCreator class. 2020-05-30 17:21:06 -02:30
ProfilingRunner.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
Props.cxx split X and Y center of paddles 2020-03-25 19:28:39 +01:00
Props.hxx split X and Y center of paddles 2020-03-25 19:28:39 +01:00
PropsSet.cxx Partially revert previous commit: fix ROM launcher not showing properties in certain cases. 2020-05-15 15:25:27 -02:30
PropsSet.hxx Partially revert previous commit: fix ROM launcher not showing properties in certain cases. 2020-05-15 15:25:27 -02:30
Random.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
SaveKey.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
SaveKey.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
SerialPort.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Serializable.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Serializer.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Serializer.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Settings.cxx disable scanlines by default 2020-05-25 09:19:51 +02:00
Settings.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Sound.hxx added four global hotkeys which allow selecting and changing several adjustable settings (addresses #631) 2020-05-16 09:50:16 +02:00
Switches.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Switches.hxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
System.cxx Fix minor warning with clang (possible dangling else). 2020-04-01 20:36:43 -02:30
System.hxx Fix reading from TIA registers when D6 is not used. Also fix randomization with 2020-06-16 14:44:44 -02:30
TIASurface.cxx Fix TIA images saved in '1x' mode to not use TV effects (fixes #643). 2020-06-18 21:48:51 -02:30
TIASurface.hxx Fix TIA images saved in '1x' mode to not use TV effects (fixes #643). 2020-06-18 21:48:51 -02:30
Thumbulator.cxx Fixes for warnings in latest g++ and clang, and update libretro port to latest changes. 2020-05-11 14:57:01 -02:30
Thumbulator.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
TrakBall.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
module.mk Split logic for cart creation from CartDetector into new CartCreator class. 2020-05-30 17:21:06 -02:30
stella.pro added two more TV Boy dumps and their properties 2020-05-26 10:33:16 +02:00