Commit Graph

7867 Commits

Author SHA1 Message Date
Stephen Anthony 78187876db clang-tidy: convert 'endl' to '\n' for performance. 2023-11-16 14:34:02 -03:30
Stephen Anthony 27c3e09b94 clang-tidy: Remove redundant header includes. 2023-11-16 12:26:39 -03:30
thrust26 e788e55f53 fixed spelling 2023-11-14 20:32:48 +01:00
thrust26 365ae01764 Merge branch 'master' of https://github.com/stella-emu/stella 2023-11-14 20:30:57 +01:00
thrust26 efa09ebcbb added trace logging like z26 (fixes #204) 2023-11-14 20:30:42 +01:00
Stephen Anthony 3544270f58 Fix 'dangling else' warning from clang. 2023-11-08 19:07:38 -03:30
thrust26 d6224a8a6e Revert "enhanced color switches"
This reverts commit ece9d507d5.
2023-11-04 17:50:26 +01:00
thrust26 ece9d507d5 enhanced color switches
enhanced Stella version information
2023-11-04 17:37:29 +01:00
Stephen Anthony 341c6d860c Updated included libpng and zlib to latest release. 2023-10-25 22:18:46 -02:30
thrust26 b7a89b3f5f Merge branch 'master' of https://github.com/stella-emu/stella 2023-10-16 17:42:25 +02:00
thrust26 cacee1528e fixed missing events in debugger 2023-10-16 17:42:18 +02:00
Stephen Anthony e601801764 Fixes for suggestions from clang-tidy. 2023-10-15 13:53:46 -02:30
thrust26 bc109182a0 Merge branch 'master' of https://github.com/stella-emu/stella 2023-10-02 10:04:17 +02:00
thrust26 28d21eb42b added that peeks to ROM hotspots return random values 2023-10-02 10:04:05 +02:00
Stephen Anthony 85f2304443 Fix minor warnings from clang. 2023-09-23 18:34:02 -02:30
lodefmode b2004d0c49
Movie Cart PAL format (#990)
* MVC format expanded to include vsync, vblank, overscan, visible, and framerate.
Allows for playback of various formats including, PAL.

* Match MovieCart title screen format to detected timing.
Does not affect encoded video content, just title screen.

* simple moviecart PAL examples

---------

Co-authored-by: LoDef Mode <lodef.mode@gmail.ca>
2023-09-16 15:43:25 +02:00
thrust26 afe84954a8 fixed comments and minor enhancement in CartFE 2023-09-15 13:52:39 +02:00
thrust26 dedeaf0849 minor RomImageWidget polishing 2023-09-15 11:10:34 +02:00
thrust26 ec5e3fbe17 changed FE bankswitching code to support up to 8 banks 2023-09-15 08:44:02 +02:00
thrust26 1f2b0152af Merge branch 'master' of https://github.com/stella-emu/stella 2023-09-14 20:01:25 +02:00
thrust26 13d8e8e842 fixed warnings 2023-09-14 20:01:13 +02:00
Christian Speckner 542d0fd094 Remove -Weverything 2023-09-14 19:48:49 +02:00
thrust26 6f7c96aef1 fixed build without image support 2023-09-14 19:37:27 +02:00
Stephen Anthony c6e72beeff Fix ROM audit in Windows (fixes #988). 2023-09-12 19:42:15 -02:30
Stephen Anthony e030c8dea9 Fix missing first char when navigating ZIP files (fixes #989). 2023-09-12 13:57:23 -02:30
thrust26 cc9d26b37b minor property fix 2023-09-12 16:44:56 +02:00
thrust26 d08d6668d1 enhanced CartCV to support small ROMs (Part 3) 2023-09-12 11:22:45 +02:00
thrust26 3043acba1e enhanced CartCV to support small ROMs (Part 2) 2023-09-11 23:41:23 +02:00
thrust26 811bcfdf30 enhanced CartCV to support small ROMs 2023-09-11 22:26:01 +02:00
Stephen Anthony 74b682e572 Add bezel class to Xcode project. 2023-09-05 14:03:45 -02:30
Stephen Anthony dc1825f81f Fix minor warnings from clang. 2023-09-02 01:08:05 -02:30
thrust26 2ab1fc7107 added ROM image widget to tab order and moved event handling into it
added launcher list paging events for controllers
2023-09-01 11:44:59 +02:00
thrust26 68833dc904 some polishing for LauncherDialog (incl. doc) 2023-08-31 23:11:13 +02:00
thrust26 a948a7a9f9 fixed #984 2023-08-31 21:43:10 +02:00
thrust26 caa8cb72c0 added keyboard and controller support for image zooming 2023-08-31 19:57:45 +02:00
thrust26 065c0243d6 reworked some comments 2023-08-31 18:09:19 +02:00
thrust26 fefec189b0 added launcher image zooming 2023-08-31 17:59:51 +02:00
Christian Speckner 667ea467fc Never use alpha blending for source surfaces in QIS. 2023-08-30 22:40:52 +02:00
Christian Speckner 0c44764693 Account for HiDPI scaling when validating QIS blitter. 2023-08-30 22:40:31 +02:00
Christian Speckner 7c5d302f4f Fix allocation. 2023-08-29 23:33:04 +02:00
thrust26 374b49bf21 fixed build without IMAGE_SUPPORT 2023-08-29 23:20:19 +02:00
thrust26 1f40abef3f next oops 2023-08-29 16:41:09 +02:00
thrust26 c96c410c26 a few more bezel property updates 2023-08-29 16:19:05 +02:00
thrust26 b3a5d04544 Improved error handling when loading bezels 2023-08-29 13:51:10 +02:00
thrust26 7d7d574bcd minor CartDetector and property update 2023-08-29 13:50:23 +02:00
thrust26 deea1e37ea fixed zoom when switching bezel paths 2023-08-28 11:16:27 +02:00
thrust26 c2460b7c17 extended list of known renderers to latest SDL 2023-08-28 09:07:22 +02:00
thrust26 074c6ae4ca fixed zoom clamping 2023-08-27 22:39:50 +02:00
thrust26 0367923a77 Revert "experimenting with not clearing the framebuffer during emulation"
This reverts commit bd778e3c2b.
2023-08-27 22:37:55 +02:00
thrust26 647f3d48a5 improved the code for rendering non-rounded bezels only on load (this should work) 2023-08-27 16:57:36 +02:00