thrust26
3d3f223a17
abort dialog rendering if surface is null ( fixes #1078 )
2025-05-21 22:14:00 +02:00
thrust26
8421af8931
forgot some formatting
2025-05-17 23:31:31 +02:00
thrust26
6a8714fb9b
Merge branch 'master' of https://github.com/stella-emu/stella
2025-05-17 23:30:15 +02:00
thrust26
a1e7323abb
fixed timer saving ( fixes #1077 )
2025-05-17 23:29:40 +02:00
Wolfgang Stubig
c217990d6d
Fix CM description ( #1076 )
2025-05-15 14:25:48 +02:00
Stephen Anthony
807b3c8ea1
Fix size conversion warning.
2025-05-12 18:20:00 -02:30
Stephen Anthony
b91f0d9299
Fix clang warning.
2025-05-12 17:46:10 -02:30
thrust26
0a2d94ec1d
Merge branch 'master' of https://github.com/stella-emu/stella
2025-05-12 21:10:23 +02:00
thrust26
2ee4bbd3ab
Fixed Starpath debugging ( fixes #1075 )
2025-05-12 21:10:00 +02:00
Stephen Anthony
0d660c2be6
Updated included libpng to version 1.6.48.
2025-05-08 16:55:38 -02:30
Stephen Anthony
e13b683c52
Updated Xcode project with name changes for SDL2 classes.
2025-04-29 10:46:39 -02:30
Stephen Anthony
c34127a536
First pass at SDL3 conversion. For now, just rename classes to 'SDL'.
2025-04-26 22:15:08 -02:30
Stephen Anthony
7b5c19ff5e
Fix warning from clang-tidy.
2025-04-19 16:11:51 -02:30
Stephen Anthony
709237c79c
Fix minor warning from clang-20.
2025-04-19 12:59:04 -02:30
thrust26
b753f6eefa
added joystick detection pattern for RubyQ
2025-03-29 21:14:17 +01:00
Stephen Anthony
aaa6c15475
Updated included libpng to v1.6.47.
2025-03-17 15:21:17 -02:30
Stephen Anthony
dccefede9b
Fix minor warning from clang-tidy.
...
Test if commit is working on repo after reorg changes.
2025-02-16 13:34:58 -03:30
Christian Speckner
17652d9348
Attempt to fix MacOS CI.
2025-02-16 10:30:44 +01:00
Christian Speckner
d9d4ea0ad4
Clarify licensing for PGO ROMs.
2025-02-16 10:24:53 +01:00
thrust26
d67ac42bbc
enhanced duplicated local label handling ( fixes #1067 )
2025-02-13 19:54:43 +01:00
thrust26
60e07663d1
aligned gray PAL colors in standard palette ( fixes #1066 )
2025-02-09 00:18:09 +01:00
thrust26
4c8740f309
Merge branch 'master' of https://github.com/stella-emu/stella
2025-02-08 20:28:33 +01:00
thrust26
acaeed8322
added mirrors to 3E hotspots
...
adapted derived 3E+ so that it does not use the mirrors
2025-02-08 20:28:22 +01:00
Stephen Kitt
37e02b5a69
Detect _host_prefix and allow cross pkg-config ( #1065 )
...
stella fails to cross build from source on Unix-style platforms,
because ./configure hard codes the build architecture pkg-config and
thus fails finding libraries. It already has a bit of knowledge about
cross compilation and actually considers a _host_prefix for some
tools. Unfortunately, _host_prefix is not yet generally initialized
and it also does not prepend _host_prefix to pkg-config.
This fixes these issues.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Co-authored-by: Helmut Grohne <helmut@subdivi.de>
2025-01-31 21:27:22 +00:00
thrust26
d4f3187ee0
added four more axis to joystick handlers ( fixes #1063 )
2025-01-17 20:10:42 +01:00
Stephen Anthony
122409e6f8
Include latest required vcruntime libs, so Stella can start again.
2025-01-02 17:49:47 -03:30
thrust26
34e4439729
fixed #1053
2025-01-01 09:50:33 +01:00
Stephen Anthony
9b0c8c18de
Updated copyright to 2025. To anyone reading these logs, Happy New Year!
2024-12-31 19:25:08 -03:30
thrust26
108478aaab
fixed problems with VS project file
2024-12-31 19:49:48 +01:00
thrust26
175d578c07
changed VS setting for PGO
2024-12-30 15:48:27 +01:00
thrust26
0852d72dc9
Merge branch 'master' of https://github.com/stella-emu/stella
2024-12-30 12:41:18 +01:00
thrust26
e4b4b08c46
fixed a bug where the combination of RAM banks and PlusROM would break a game (this should fix #1058 )
2024-12-30 12:41:01 +01:00
Stephen Anthony
0197b406b8
Fixes for minor warnings from clang-tidy.
2024-12-29 17:25:05 -03:30
thrust26
727917773e
code cleanup
2024-12-29 12:15:12 +01:00
thrust26
d4b5cf6659
eliminated cycles() method in TIA.hxx
2024-12-29 12:14:52 +01:00
thrust26
56a82682d5
started working on emulating VBLANK during VSYNC
2024-12-29 10:59:14 +01:00
Stephen Anthony
0933f1ae66
More const fixes, this time from suggestions from VS code analyzer.
2024-12-20 19:24:20 -03:30
Stephen Anthony
6dfef64461
Disable warnings from external libs (SDL) in VS code analysis mode.
2024-12-20 16:29:02 -03:30
Stephen Anthony
27b109b483
Fixed non UTF-8 chars.
2024-12-20 14:47:37 -03:30
jfroco
abb92327c0
libretro: add reload/next game ( #1059 )
...
- Enable reload/next game option in Core options
- Map reload/next game action to X button
2024-12-18 11:41:12 +01:00
thrust26
682cdb0e28
added PAL60 signature check to auto detect display type ( resolves #1061 )
2024-12-17 23:03:57 +01:00
thrust26
146bec13ee
moved loading of config and DASM list & symbols files before executing auto scripts
2024-12-15 22:29:25 +01:00
thrust26
13cf6aaacd
slightly enhanced PlusROM display in debugger (keeps last send/receive now)
2024-12-13 09:33:15 +01:00
Stephen Anthony
f744e34687
Fix potential uninitialized array access.
2024-12-10 21:23:05 -03:30
thrust26
ac64828880
fixed #1057
2024-12-09 16:09:54 +01:00
thrust26
f6b1d674db
improved default NTSC custom palette
2024-12-09 15:24:38 +01:00
Stephen Anthony
6fe0e61332
Use constexpr.
2024-12-05 17:57:24 -03:30
thrust26
991a6b2447
Merge branch 'master' of https://github.com/stella-emu/stella
2024-12-01 09:33:20 +01:00
thrust26
ce37689720
improved 'help' command in debugger prompt (case insensitive now)
2024-12-01 09:33:09 +01:00
Stephen Anthony
18c1b44419
Fix whitespace.
2024-11-17 19:14:20 -03:30