Commit Graph

6712 Commits

Author SHA1 Message Date
thrust26 96d5986ddd updated docs for CDFJ+ 2020-09-19 22:39:44 +02:00
thrust26 e0a74d2346 fixed warnings 2020-09-19 22:35:39 +02:00
Thomas Jentzsch 948ade2fb1 Merge pull request #703 from chrisdwalton/master
added CDFJ+ bankswitching
2020-09-19 22:32:37 +02:00
cd-w 9090acc1c9 Add romSize and ramSize functions 2020-09-19 13:03:04 -07:00
cd-w c975ca0850 Revert "Remove vscode settings"
This reverts commit 6636429e2b.
2020-09-19 10:30:55 -07:00
cd-w 6636429e2b Remove vscode settings 2020-09-19 09:48:32 -07:00
cd-w c8755f8905 Update debugger widget for CDFJ+ 2020-09-19 09:23:24 -07:00
cd-w 6d94f64b24 Preliminary support for CDFJ+ bankswitching 2020-09-13 13:16:34 -07:00
Stephen Anthony 40362ebc6c Added code to detect valid serial ports.
Next we have to tie this into the UI, so AtariVox port can be more easily detected.
2020-09-12 16:44:55 -02:30
Thomas Jentzsch 31960479f0 Merge branch 'master' of https://github.com/stella-emu/stella 2020-09-09 12:26:16 +02:00
Thomas Jentzsch 2b83322951 updated docs for 'Dark' theme 2020-09-09 12:25:57 +02:00
Stephen Anthony a755b7a1f5 Guarantee 'inline' code actually happens. 2020-09-08 12:52:20 -02:30
Stephen Anthony 82a266da00 Add QuadTari support to Xcode. 2020-09-08 12:23:46 -02:30
Thomas Jentzsch ae7e76a364 Merge remote-tracking branch 'remotes/origin/master' into feature/quadtari 2020-09-08 16:22:21 +02:00
Thomas Jentzsch eb0f526b3a addressing #694, this seems to fix it (internal RAM bank segment addresses were exceeding 64K) 2020-09-08 12:26:05 +02:00
Thomas Jentzsch 68fd3670b3 updated Quadtari docs 2020-09-07 20:48:36 +02:00
Thomas Jentzsch 6c06d05c95 added more controller widget support for QuadTari
added tabbing through controller widgets
2020-09-07 15:37:45 +02:00
Thomas Jentzsch 1eae318c53 enhanced UA bank switching to support more Brazilian carts (fixes #698) 2020-09-06 19:10:08 +02:00
Thomas Jentzsch d590938156 working on more controllers and debugger widgets 2020-09-06 15:30:40 +02:00
Thomas Jentzsch cb7888b1b6 made changes in controller widgets and switches highlighted in SWCHA(R)/SWCHB(R)
made SWCHB(R) editable in debugger
2020-09-06 09:03:29 +02:00
Thomas Jentzsch 48cea696d8 Updated StellaSettingsDialog and WhatsNewDialog 2020-09-05 22:24:13 +02:00
Thomas Jentzsch fc5f3bb8d7 made changes in controller widgets and switches highlighted in SWCHA(R)/SWCHB(R)
made SWCHB(R) editable in debugger
2020-09-05 16:16:12 +02:00
Thomas Jentzsch ce7e01e989 reduced QuadTari timer to 1 scanline 2020-09-04 07:50:58 +02:00
Stephen Anthony 635094b75f Fix a few compiler warning and errors from the latest g++ and clang compilers. 2020-09-03 20:44:41 -02:30
Thomas Jentzsch d68c8ba65a QuadTari documentation 2020-09-03 19:35:38 +02:00
Thomas Jentzsch 21bc244d97 added multiple controller support (joystick, driving, SaveKey, AtariVox) 2020-09-03 15:14:55 +02:00
Stephen Anthony 2c0bd6ecee libretro: Updated VS2017 project.
This has been broken for months, so I wonder whether we should keep it.
2020-09-02 19:29:35 -02:30
Stephen Anthony ad7e15139d Fix compile errors. 2020-09-02 17:50:48 -02:30
Thomas Jentzsch 36aa23824a started working on multiple controller support 2020-09-02 21:54:31 +02:00
Stephen Anthony f5cfa1a621 Fix compile warning in clang, and compile error for libretro build. 2020-09-02 12:12:38 -02:30
Thomas Jentzsch 6c301621b3 fixed build error and warning
reduced QuadTari switch timer value
2020-09-02 13:19:04 +02:00
Thomas Jentzsch 0c02892265 added QuadTari controller switch timer 2020-09-02 12:51:31 +02:00
Thomas Jentzsch d9d519a065 added missing files (again :( ) 2020-09-02 11:17:46 +02:00
Thomas Jentzsch 97484e0d1f Merge remote-tracking branch 'remotes/origin/master' into feature/quadtari 2020-09-02 11:16:56 +02:00
Thomas Jentzsch b256e69f99 added QuadTari debugging widget (joysticks only)
added mapping for 2nd QuadTari joysticks
2020-09-02 10:08:58 +02:00
Thomas Jentzsch fd2d6edf4c added QuadTari support for joysticks
added autodetection for QuadTari
2020-09-01 14:34:53 +02:00
Thomas Jentzsch 268d152ea3 add missing files 2020-09-01 08:09:03 +02:00
Thomas Jentzsch 93e1d0945c fixed 3E+ peeks and pokes (using 3E code now) 2020-09-01 08:01:09 +02:00
Thomas Jentzsch cf2922a2b1 fixes #695 (wrong RWPs) (directPokeBase must NOT be set! (partially reverts b264e7634 and 5568dd300) 2020-09-01 07:52:21 +02:00
Thomas Jentzsch ef962e53ef micro typo 2020-08-31 14:17:12 +02:00
Thomas Jentzsch 61601ed6ae initial commit for QuadTari support (see #693) 2020-08-31 10:33:37 +02:00
thrust26 eb3bde80d9 documented new delayed background color glitch developer option 2020-08-27 14:06:16 +02:00
thrust26 aacf0365ba initial commit 2020-08-27 08:53:14 +02:00
thrust26 2d21030394 added delayed background color glitch developer option 2020-08-26 23:39:20 +02:00
Stephen Anthony 7a20279fe0 Add '--enable-release' to configure script, which for now sets the Makefile to use LTO. 2020-08-26 15:27:41 -02:30
thrust26 3d8a573d66 Merge branch 'master' of https://github.com/stella-emu/stella 2020-08-26 17:58:05 +02:00
thrust26 2abd94640e enabled "Whole Program Optimization" for release versions (~5% faster in Turbo mode) 2020-08-26 17:57:32 +02:00
Thomas Jentzsch 4126f0e65a updated event version to force initial controller mapping 2020-08-25 09:52:08 +02:00
thrust26 857369aad5 fix attempt for #692 2020-08-23 10:58:36 +02:00
thrust26 a380671a61 added Genesis autodetection for Zeviouz 2020-08-21 21:08:45 +02:00