Commit Graph

6759 Commits

Author SHA1 Message Date
thrust26 dff3a2a874 Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-17 18:40:24 +02:00
thrust26 802480d94e updated doc and snapshots for help button 2021-04-17 18:34:35 +02:00
Stephen Anthony 3f19a3b0ac Fix non-ASCII character in ROM properties. 2021-04-17 13:23:25 -02:30
Stephen Anthony e788305810 Fix missing comma in EventHandler class. 2021-04-17 13:20:48 -02:30
Stephen Anthony 690b21f482 Fix compilation when using SDL < 2.0.14 (needed for SDL_OpenURL).
Abstract SDL functionality into SDL-specific class, away from Dialog class.
2021-04-17 13:18:10 -02:30
thrust26 a91aea1b22 added help hotkey in UI mode (F1)
added missing anchors
2021-04-17 16:55:40 +02:00
thrust26 89966a9a2e added help links to most dialogs (see #740)
TODO: tab specific help?
2021-04-17 13:31:36 +02:00
thrust26 29ec5c5e66 updated props for coming Aardvark ROM release 2021-04-17 09:59:21 +02:00
thrust26 e7bc4d4d97 Updated Changes.txt 2021-04-14 22:34:48 +02:00
thrust26 bdf2fe4401 forgot to save before committing... 2021-04-12 22:45:24 +02:00
thrust26 6bd4987b22 fixed palette and custom BLARGG settings saving (see #787) 2021-04-12 22:38:41 +02:00
Stephen Anthony df7cb5639a Update to Xcode project file. 2021-04-07 12:26:24 -02:30
thrust26 1f1fb2c47d do not map QuadTari-only events if no QuadTari is used 2021-04-06 19:06:00 +02:00
Stephen Anthony 836137c7fc Fix minor warning in clang. 2021-04-06 13:15:49 -02:30
thrust26 f3e1e559cf fixed HiDPI mode
(note to myself: sometimes initialization is bad)
2021-04-06 16:53:44 +02:00
thrust26 e0585212b8 adapt desktop size and maximum TIA zoom level to display used 2021-04-06 15:56:01 +02:00
thrust26 2015d98abf Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-05 22:01:15 +02:00
thrust26 b6b5b02d1d Swapped (Shift+)Backspace keys between Frying and CompuMate Backspace 2021-04-05 22:00:38 +02:00
Christian Speckner 78af2d164e Fix genesis widget. 2021-04-05 20:31:49 +02:00
Stephen Anthony c0a7c66779 Very small cleanup to Makefile. 2021-04-05 13:40:43 -02:30
Christian Speckner 08cd88c084 Fix update order, change genesis to pull pin to ground. 2021-04-05 17:54:12 +02:00
thrust26 e6a8281a37 replaced broken H.E.R.O Genesis test ROM 2021-04-05 17:13:52 +02:00
Christian Speckner 8aa14d8c75 Properly model analog input. 2021-04-05 15:46:30 +02:00
Christian Speckner c7d3a43f58 Forgot to save. 2021-04-05 14:17:10 +02:00
Christian Speckner eab030937b PaddleReader goes AnalogReadout. 2021-04-05 14:16:29 +02:00
Christian Speckner 0ea4515bbf Use a more realistic resistance in dump mode. 2021-04-04 00:36:20 +02:00
Christian Speckner 31260facef Typo. 2021-04-02 00:18:52 +02:00
Christian Speckner a5cb517280 Adjust paddle parameters, improve keyboard controller emulation, emulate cap discharge, 2021-04-02 00:15:13 +02:00
twinaphex cfcbb5a3ff (Libretro/macOS) Add ARM64 rules 2021-03-27 20:42:43 -02:30
thrust26 a4a579e2cf Merge branch 'master' of https://github.com/stella-emu/stella 2021-03-23 22:12:11 +01:00
thrust26 8be8135650 fixed missing immediate disassembling 2021-03-23 22:11:28 +01:00
twinaphex 395e60890d (Libretro) Fix ios9 build 2021-03-15 10:17:24 -02:30
twinaphex df5497e760 (Libretro) Add more platforms to gitlab 2021-03-14 11:53:09 -02:30
thrust26 fbf2271e73 improved QuadTari fix 2021-03-02 19:01:50 +01:00
thrust26 75527ca670 fixed QuadTari handling for controller types != joysticks 2021-03-02 14:01:57 +01:00
thrust26 852205edf8 fixed 360° char 2021-03-02 13:29:07 +01:00
thrust26 66e6334c7e Merge branch 'master' of https://github.com/stella-emu/stella 2021-02-27 10:37:43 +01:00
thrust26 e5d623f688 removed two non-implemented methods 2021-02-27 10:37:31 +01:00
Thomas Jentzsch 15664a0ee4
Merge pull request #773 from skitt/spelling-fix
Another spelling fix ("toggle")
2021-02-26 10:48:36 +01:00
Stephen Kitt 415d1d6ce9
Another spelling fix ("toggle")
Signed-off-by: Stephen Kitt <steve@sk2.org>
2021-02-26 10:09:39 +01:00
Stephen Anthony 95c5040daa Final updates for 6.5.2 release. 2021-02-24 14:10:31 -03:30
Stephen Anthony 0c50908f42 Updated a few files for upcoming release.
Now in testing phase; final release coming in a few days.
2021-02-22 16:52:47 -03:30
thrust26 e5ba8c691d Updated changes and WhatsNewDialog
Updated version number in docs
2021-02-22 09:58:30 +01:00
thrust26 71aeb846f2 did some code cleanup 2021-02-21 21:56:53 +01:00
thrust26 756b6ff207 added ARM stats to BUS and DPC+ debug widgets 2021-02-10 16:07:28 +01:00
thrust26 47e9269cf2 fix Libretro build 2021-02-09 22:44:59 +01:00
thrust26 3c188fbb9a added some ARM stats to CDF debug widget 2021-02-09 19:47:50 +01:00
Keith Bowes 7199ab7feb Only use static libgcc/libstdc++ if they're present 2021-02-08 12:52:17 -03:30
Keith Bowes 87bbf20c11 Implemented input bitmasks 2021-02-08 12:32:48 -03:30
thrust26 e7e0a0c57d minor QuadTari timing fix 2021-02-07 22:33:05 +01:00