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 |
SvOlli
|
09679fb228
|
Debian build requires libgtest-dev, but is not specified (#1049)
Co-authored-by: Sven Oliver Moll <svolli@svolli.de>
|
2024-11-10 20:13:54 +00:00 |
Stephen Anthony
|
41fa2922f9
|
Updated libpng to latest release.
|
2024-10-31 16:13:50 -02:30 |
Stephen Anthony
|
e787941351
|
Updated httplib to latest release.
|
2024-10-31 16:07:37 -02:30 |
Stephen Anthony
|
f2164a9637
|
Remove executable bit on data files.
|
2024-10-21 14:27:31 -02:30 |
Eric Warmenhoven
|
173a87f41b
|
ios/tvos: properly set min supported version (#1048)
|
2024-10-21 15:30:52 +00:00 |
thrust26
|
5e6ef2eaf7
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2024-10-20 09:59:25 +02:00 |
thrust26
|
51b8b06e91
|
added missing "PlusROM support enabled" initialization
|
2024-10-20 09:59:15 +02:00 |
Stephen Anthony
|
f77ddc6fee
|
Match style in surrounding code for FileListWidget.
|
2024-10-19 16:54:47 -02:30 |
thrust26
|
6b982c8325
|
added PlusROM support developer option (fixes #1019)
|
2024-10-19 10:01:16 +02:00 |
thrust26
|
c9311529cb
|
fixed #1047
|
2024-10-17 15:48:16 +02:00 |
Stephen Anthony
|
594380b2f9
|
Fix doc to match commit to webpage docs.
|
2024-10-17 10:21:29 -02:30 |
Stephen Anthony
|
c003a21362
|
Update docs; macOS 10.13 is the minimum supported version.
|
2024-10-10 17:03:18 -02:30 |
Stephen Anthony
|
ec8a8df269
|
For Windows build, remove *all* DLL's before install, and only install
SDL2.dll.
|
2024-10-07 17:05:27 -02:30 |
Stephen Anthony
|
3faee00fa7
|
Re-add ZIP build for Windows.
|
2024-10-07 16:28:50 -02:30 |
Stephen Anthony
|
02e0ff625b
|
Fix misplaced PNG files.
|
2024-10-07 16:23:31 -02:30 |
Stephen Anthony
|
dded9debdb
|
Fixes from clang-tidy-19 that didn't make it for the last release.
|
2024-10-06 20:27:25 -02:30 |
Stephen Anthony
|
5d034cec3c
|
Automatically remove old DLL's for Windows install.
This fixes exe not starting with latest release.
|
2024-10-06 20:25:59 -02:30 |
Stephen Anthony
|
d55b1aec0d
|
Update release to version 7.
|
2024-10-04 13:46:46 -02:30 |
Stephen Anthony
|
01f8382c81
|
Fix macOS build script.
|
2024-10-03 12:44:17 -02:30 |
Stephen Anthony
|
d7e9b98951
|
Getting docs ready for 7.0 release.
|
2024-10-02 12:50:28 -02:30 |
Stephen Anthony
|
5ef3ebc287
|
Fix filename case.
|
2024-10-02 12:10:47 -02:30 |
Stephen Anthony
|
14eb4226a5
|
Update Xcode project to v16.
|
2024-10-02 11:37:05 -02:30 |
Eric Warmenhoven
|
56c18f57f9
|
libretro: fix gitlab CI (#1044)
|
2024-10-02 10:50:01 -02:30 |
thrust26
|
d91cdcb1ec
|
minor doc fixes
|
2024-09-26 22:02:12 +02:00 |
Stephen Anthony
|
29a3f90648
|
Potential speedup in Windows FSNode::getChildren().
Worst case is it doesn't improve at all.
|
2024-09-18 20:42:24 -02:30 |
thrust26
|
323b6c9721
|
changed buttonLast type (fixes #1043)
|
2024-09-09 10:28:20 +02:00 |
thrust26
|
d577e0feeb
|
Some fixes to ELF doc
|
2024-09-07 09:01:00 +02:00 |
Stephen Anthony
|
3f70246896
|
Updated docs, merged back changes made to live page.
|
2024-09-06 21:30:49 -02:30 |