Commit Graph

6903 Commits

Author SHA1 Message Date
Thomas Jentzsch 466023fac3 added right port paddles for Decathlon (NTSC) 2021-09-08 18:23:03 +02:00
Thomas Jentzsch 126a9fd1ac added Kid Vid detection 2021-09-08 08:27:06 +02:00
Thomas Jentzsch 43873a1d66 added new paddle options (TODO: deadzone and testing with real controllers, remove test code) 2021-09-07 11:39:33 +02:00
Thomas Jentzsch 8344f78445 some work on PlusROMs support 2021-09-07 11:38:30 +02:00
Thomas Jentzsch 7dfebef26f fixed wording 2021-09-07 08:46:59 +02:00
Stephen Anthony 2bf74e6ceb libretro: Re-enable rewind support (fixes #820). 2021-09-06 20:24:52 -02:30
Thomas Jentzsch 10eed9a28f improved last commit by using 'using' :) 2021-09-06 13:07:03 +02:00
Thomas Jentzsch 2a44255a30 enhanced tooltips (per cell and/or whole widget) for DataGridWidget
updated debugger doc
2021-09-06 10:31:48 +02:00
Stephen Anthony 3d46f0b942 Merge branch 'master' of github.com:stella-emu/stella 2021-09-05 17:16:24 -02:30
Stephen Anthony 4d9b132835 libretro: Fix segfault when starting Stella. For now, this also disables rewind. 2021-09-05 17:15:49 -02:30
Thomas Jentzsch b0e4d47a7f added _inTim and timInt pseudo registers (resolves #168) 2021-09-05 19:20:30 +02:00
Thomas Jentzsch 738f2d4a0e added missing missile state tracking to debugger 'tia' command. 2021-09-05 07:54:28 +02:00
Thomas Jentzsch 8d62336553 enhanced debugger 'tia' command 2021-09-04 19:25:01 +02:00
Thomas Jentzsch f059ea73e8 fixed missing control key support in LauncherDialog's filter 2021-09-03 21:43:05 +02:00
Thomas Jentzsch dbeeab064a fixed EditableWidget bug #819 2021-09-03 21:42:02 +02:00
Thomas Jentzsch 2fa60f0bca cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
Thomas Jentzsch 2d8ef7f1b3 added some doc for the PlusROM functionality 2021-09-02 08:36:40 +02:00
Thomas Jentzsch 981b5c8fc3 missing files (again) 2021-09-01 14:11:28 +02:00
Thomas Jentzsch 0b5a3b9b36 made PlusROM nick input dialog working
added settings for nick and id
TODO: doc
2021-09-01 14:06:09 +02:00
Thomas Jentzsch c8193c3550 added missing class 2021-08-31 21:26:17 +02:00
Thomas Jentzsch a844eb84af added missing class 2021-08-31 17:05:51 +02:00
Thomas Jentzsch 22819463f7 does NOT compile! 2021-08-31 17:04:27 +02:00
Stephen Anthony 3ba95f3d67 Add HTTP_LIB support for Visual Studio. 2021-08-30 20:33:20 -02:30
Stephen Anthony 4a1e511494 Wrap calls to httplib inside a define. This allows to build without such support.
- Linux has this enabled by default, R77 disabled by default
- Still TODO is get it working for Windows and Mac
2021-08-30 19:30:45 -02:30
Stephen Anthony d14f67b19f Fix compilation in Linux for missing http_lib header file. 2021-08-30 18:51:21 -02:30
Christian Speckner d534e5cde2 Pluscart networking. 2021-08-30 22:54:08 +02:00
Thomas Jentzsch 334edbeff1 updated docs and WhatsNewDialog 2021-08-29 09:29:38 +02:00
Stephen Anthony 5dd0146d4d Fix minor compiler warning, and bump version number for state file. 2021-08-28 17:40:24 -02:30
Stephen Anthony 63b9024ce9 Fix minor compiler warning. 2021-08-28 17:19:31 -02:30
Stephen Anthony 79dcbc2975 Merge branch 'feature/lodefmode-moviecart' 2021-08-28 17:17:32 -02:30
Stephen Anthony 0b63decafc Added preliminary support for 'MVC' bankswitching scheme by Rob Bairos. 2021-08-28 17:16:45 -02:30
Thomas Jentzsch 52958304c7 updated Player and Missile serializing for previous commit 2021-08-28 14:14:37 +02:00
Thomas Jentzsch c98dd49594 added different debug colors for player/missile copies (resolves #713) 2021-08-28 10:54:49 +02:00
Stephen Anthony f32e539bc0 Merge branch 'master' into feature/lodefmode-moviecart 2021-08-26 19:42:43 -02:30
Stephen Anthony f214f3697d Fix minor compiler warnings in g++ and clang. 2021-08-26 19:17:18 -02:30
Thomas Jentzsch 8bd023f1a1 reformatted the ARM fatal error popup a little bit 2021-08-25 23:15:52 +02:00
Thomas Jentzsch 66233326b6 added "Check for Update" button to HelpDialog (see #407) 2021-08-25 22:19:41 +02:00
Thomas Jentzsch d7b34387bd Improved #807 fix 2021-08-25 17:59:26 +02:00
Thomas Jentzsch 0c22737e64 Fixed games count when there is no parent directory (fixes #807) 2021-08-25 17:34:44 +02:00
Thomas Jentzsch 91786be2d9 improved progress bar handling for long running file list operations 2021-08-24 12:16:30 +02:00
Thomas Jentzsch 1335dc3fd7 changed Air Raid properties to NTSC-50 format (fixes #812) 2021-08-23 19:53:07 +02:00
Thomas Jentzsch 4bab5eee2e trying to fix #808 2021-07-11 08:47:45 +02:00
Thomas Jentzsch 280eb13226 intermediate Thumb cycle count commit (part 2) 2021-07-08 15:47:11 +02:00
Thomas Jentzsch 54c9097144 intermediate Thumb cycle count commit 2021-07-08 15:46:41 +02:00
Thomas Jentzsch a872c8fb42 another fix for MAMCR
further improved merged I-S cycles
2021-07-02 17:40:30 +02:00
Thomas Jentzsch 8d9ca0657a added emulation of merged I-S cycles
improved ARM timers
fixed MAMCR register emulation
2021-07-01 15:40:49 +02:00
Thomas Jentzsch 1e55231f3c extended single cycle access to everything except Flash 2021-06-29 17:44:08 +02:00
Stephen Anthony 059bacde34 Fix minor warnings in g++10. 2021-06-27 12:25:21 -02:30
Thomas Jentzsch eff25e007e fixed a bug in branch cycle counting (now the test value is less than 0.1% off) 2021-06-27 13:04:35 +02:00
Thomas Jentzsch 47c6b66e51 added more chips types for ARM cycle count
added missing cycle counts for push and pop
added music update cycles to ARM cycle count for CDFJ
fixed stmia cycle counts
2021-06-27 09:44:42 +02:00