stella/src/emucore
thrust26 2f7d7c0416 fixed wording 2020-10-05 23:07:52 +02:00
..
exception Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
tia added QuadTari controller switch timer 2020-09-02 12:51:31 +02:00
AmigaMouse.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
AtariMouse.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
AtariVox.cxx Add support for 2600-daptor II when flashed as an AVox-USB converter. 2020-08-21 16:04:49 -02:30
AtariVox.hxx Add support for 2600-daptor II when flashed as an AVox-USB converter. 2020-08-21 16:04:49 -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 added autofire (resolves #676) 2020-07-25 10:19:07 +02:00
Booster.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart.cxx Begin the process of converting all file open/close operations to be done in FSNode. 2020-07-16 21:20:50 -02:30
Cart.hxx enhanced CartCDF, now ignores random startup banks (partially addresses #690) 2020-08-17 17:44:34 +02:00
Cart2K.cxx Eliminate magic number. 2020-06-12 10:54:25 -02:30
Cart2K.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart3E.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3E.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart3EPlus.cxx fixed 3E+ peeks and pokes (using 3E code now) 2020-09-01 08:01:09 +02:00
Cart3EPlus.hxx fixed 3E+ peeks and pokes (using 3E code now) 2020-09-01 08:01:09 +02:00
Cart3EX.cxx refactored Cart3EWidget (also supports 3EX) 2020-04-22 19:58:40 +02:00
Cart3EX.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart3F.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart3F.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart4A50.cxx Refactor Cart::getImage, always return a ByteBuffer. 2020-07-02 17:28:48 -02:30
Cart4A50.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart4K.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart4K.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart4KSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart4KSC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Cart0840.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
Cart0840.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartAR.cxx Refactor Cart::getImage, always return a ByteBuffer. 2020-07-02 17:28:48 -02:30
CartAR.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartBF.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartBF.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartBFSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartBFSC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartBUS.cxx Preliminary support for CDFJ+ bankswitching 2020-09-13 13:16:34 -07:00
CartBUS.hxx Startup bank randomization is now disabled for BUS and DPC+ too (similar reasoning as for CDF). 2020-10-05 16:18:34 -02:30
CartCDF.cxx fixed warnings 2020-09-19 22:35:39 +02:00
CartCDF.hxx Startup bank randomization is now disabled for BUS and DPC+ too (similar reasoning as for CDF). 2020-10-05 16:18:34 -02:30
CartCM.cxx Refactor Cart::getImage, always return a ByteBuffer. 2020-07-02 17:28:48 -02:30
CartCM.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartCTY.cxx Refactor Cart::getImage, always return a ByteBuffer. 2020-07-02 17:28:48 -02:30
CartCTY.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartCV.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartCV.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -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 warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartDFSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDFSC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartDPC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartDPC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartDPCPlus.cxx Preliminary support for CDFJ+ bankswitching 2020-09-13 13:16:34 -07:00
CartDPCPlus.hxx Startup bank randomization is now disabled for BUS and DPC+ too (similar reasoning as for CDF). 2020-10-05 16:18:34 -02:30
CartDetector.cxx Preliminary support for CDFJ+ bankswitching 2020-09-13 13:16:34 -07:00
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 warnings from Clang 11. 2020-08-17 10:38:43 -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 Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartE78K.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
CartE78K.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartEF.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartEF.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartEFSC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartEFSC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartEnhanced.cxx Guarantee 'inline' code actually happens. 2020-09-08 12:52:20 -02:30
CartEnhanced.hxx Guarantee 'inline' code actually happens. 2020-09-08 12:52:20 -02:30
CartF0.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF0.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartF4.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF4.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartF4SC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF4SC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartF6.cxx Refactor Cart::getImage, always return a ByteBuffer. 2020-07-02 17:28:48 -02:30
CartF6.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartF6SC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF6SC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartF8.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF8.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartF8SC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartF8SC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartFA.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFA.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartFA2.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFA2.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartFC.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFC.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartFE.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartFE.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartMDM.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartMDM.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartMNetwork.cxx Refactor Cart::getImage, always return a ByteBuffer. 2020-07-02 17:28:48 -02:30
CartMNetwork.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartSB.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartSB.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartTVBoy.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartTVBoy.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartUA.cxx enhanced UA bank switching to support more Brazilian carts (fixes #698) 2020-09-06 19:10:08 +02:00
CartUA.hxx enhanced UA bank switching to support more Brazilian carts (fixes #698) 2020-09-06 19:10:08 +02:00
CartWD.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartWD.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CartX07.cxx Fix Pitfall II not working (fixes #661). 2020-06-10 16:59:27 -02:30
CartX07.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
CompuMate.cxx Some more header file cleanups, hopefully resulting in faster compile 2020-05-12 13:52:33 -02:30
CompuMate.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Console.cxx made correct aspect ratio a permanent setting 2020-10-05 23:05:33 +02:00
Console.hxx made correct aspect ratio a permanent setting 2020-10-05 23:05:33 +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 added QuadTari support for joysticks 2020-09-01 14:34:53 +02:00
Control.hxx fixed build error and warning 2020-09-02 13:19:04 +02:00
ControlLowLevel.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
ControllerDetector.cxx added multiple controller support (joystick, driving, SaveKey, AtariVox) 2020-09-03 15:14:55 +02:00
ControllerDetector.hxx added QuadTari debugging widget (joysticks only) 2020-09-02 10:08:58 +02:00
DefProps.hxx started working on multiple controller support 2020-09-02 21:54:31 +02:00
Device.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -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 started working on multiple controller support 2020-09-02 21:54:31 +02:00
Driving.hxx started working on multiple controller support 2020-09-02 21:54:31 +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 made correct aspect ratio a permanent setting 2020-10-05 23:05:33 +02:00
EventHandler.cxx fixed wording 2020-10-05 23:07:52 +02:00
EventHandler.hxx made correct aspect ratio a permanent setting 2020-10-05 23:05:33 +02:00
EventHandlerConstants.hxx started adding playback mode (see #678) 2020-07-23 12:39:22 +02:00
FBSurface.cxx Revert "Remove superfluous 'deltax' parameter in drawString; I have no idea what it was doing there." 2020-06-19 20:25:00 -02:30
FBSurface.hxx Revert "Remove superfluous 'deltax' parameter in drawString; I have no idea what it was doing there." 2020-06-19 20:25:00 -02:30
FSNode.cxx Fix bug with accessing files as text using binary I/O. 2020-07-25 17:53:53 -02:30
FSNode.hxx Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
FrameBuffer.cxx changed plain video mode into no correct aspect ratio mode 2020-10-05 19:25:04 +02:00
FrameBuffer.hxx Added global hot keys for debug options 2020-07-02 23:33:13 +02:00
FrameBufferConstants.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Genesis.cxx added autofire (resolves #676) 2020-07-25 10:19:07 +02:00
Genesis.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Joystick.cxx added QuadTari debugging widget (joysticks only) 2020-09-02 10:08:58 +02:00
Joystick.hxx added QuadTari debugging widget (joysticks only) 2020-09-02 10:08:58 +02:00
Keyboard.cxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
Keyboard.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
KidVid.cxx add display format auto-detection from filename (resolves #561) 2020-01-24 11:30:46 +01:00
KidVid.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
Lightgun.cxx added autofire (resolves #676) 2020-07-25 10:19:07 +02:00
Lightgun.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
M6502.cxx add detection of audio data in DiStella (see #596) 2020-03-29 10:51:16 +02:00
M6502.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
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 Added debugger pseudo-registers to detect timer access on wraparound (fixes #606). 2020-10-05 16:48:57 -02:30
M6532.hxx Added debugger pseudo-registers to detect timer access on wraparound (fixes #606). 2020-10-05 16:48:57 -02:30
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 Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
MT24LC256.hxx Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -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 Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
NullDev.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
OSystem.cxx Autodetect serial port for AVox-USB adaptor on startup, and set 'avoxport' argument. 2020-09-19 19:41:34 -02:30
OSystem.hxx Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
Paddles.cxx added autofire (resolves #676) 2020-07-25 10:19:07 +02:00
Paddles.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
PointingDevice.cxx fixed autofire for trackball using keyboard fire event 2020-08-04 12:08:43 +02:00
PointingDevice.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -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 started working on multiple controller support 2020-09-02 21:54:31 +02:00
Props.hxx started working on multiple controller support 2020-09-02 21:54:31 +02:00
PropsSet.cxx Make FSNodeZIP::exists() actually inspect the ZIP contents, and not just the ZIP file itself. 2020-07-27 23:27:21 -02:30
PropsSet.hxx Begin the process of converting all file open/close operations to be done in FSNode. 2020-07-16 21:20:50 -02:30
QuadTari.cxx working on more controllers and debugger widgets 2020-09-06 15:30:40 +02:00
QuadTari.hxx working on more controllers and debugger widgets 2020-09-06 15:30:40 +02:00
Random.hxx Updated copyright to 2020. Happy New Year to anyone reading this! 2019-12-31 13:48:56 -03:30
SaveKey.cxx Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams. 2020-07-25 12:57:12 -02:30
SaveKey.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
SerialPort.hxx Added code to detect valid serial ports. 2020-09-12 16:44:55 -02: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 made correct aspect ratio a permanent setting 2020-10-05 23:05:33 +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 option to select audio device (resolves #682) 2020-07-27 09:43:31 +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 Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
System.cxx Fix minor warning with clang (possible dangling else). 2020-04-01 20:36:43 -02:30
System.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
TIASurface.cxx changed plain video mode into no correct aspect ratio mode 2020-10-05 19:25:04 +02:00
TIASurface.hxx changed plain video mode into no correct aspect ratio mode 2020-10-05 19:25:04 +02:00
Thumbulator.cxx Preliminary support for CDFJ+ bankswitching 2020-09-13 13:16:34 -07:00
Thumbulator.hxx Preliminary support for CDFJ+ bankswitching 2020-09-13 13:16:34 -07:00
TrakBall.hxx Fix warnings from Clang 11. 2020-08-17 10:38:43 -02:30
module.mk add missing files 2020-09-01 08:09:03 +02:00
stella.pro added two more TV Boy dumps and their properties 2020-05-26 10:33:16 +02:00