Commit Graph

7791 Commits

Author SHA1 Message Date
thrust26 208aca7e9a added trace logging like z26 (fixes #204) 2023-11-14 20:30:42 +01:00
Stephen Anthony d36a33098d Fix 'dangling else' warning from clang. 2023-11-08 19:07:38 -03:30
thrust26 43ff2cd1e2 Revert "enhanced color switches"
This reverts commit 6a4c4668e3.
2023-11-04 17:50:26 +01:00
thrust26 6a4c4668e3 enhanced color switches
enhanced Stella version information
2023-11-04 17:37:29 +01:00
Stephen Anthony 687d4ace0e Updated included libpng and zlib to latest release. 2023-10-25 22:18:46 -02:30
thrust26 201d7da936 Merge branch 'master' of https://github.com/stella-emu/stella 2023-10-16 17:42:25 +02:00
thrust26 dcde9bd35b fixed missing events in debugger 2023-10-16 17:42:18 +02:00
Stephen Anthony 85b9738b2a Fixes for suggestions from clang-tidy. 2023-10-15 13:53:46 -02:30
thrust26 aaae28287f Merge branch 'master' of https://github.com/stella-emu/stella 2023-10-02 10:04:17 +02:00
thrust26 8aca3ce406 added that peeks to ROM hotspots return random values 2023-10-02 10:04:05 +02:00
Stephen Anthony 06581eb845 Fix minor warnings from clang. 2023-09-23 18:34:02 -02:30
lodefmode 83c5920810 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 9e5da28a65 fixed comments and minor enhancement in CartFE 2023-09-15 13:52:39 +02:00
thrust26 af7f02f0e9 minor RomImageWidget polishing 2023-09-15 11:10:34 +02:00
thrust26 3004121685 changed FE bankswitching code to support up to 8 banks 2023-09-15 08:44:02 +02:00
thrust26 cd1dc3aea2 Merge branch 'master' of https://github.com/stella-emu/stella 2023-09-14 20:01:25 +02:00
thrust26 0a89640b44 fixed warnings 2023-09-14 20:01:13 +02:00
Christian Speckner e11f04fe51 Remove -Weverything 2023-09-14 19:48:49 +02:00
thrust26 972d3e2f0c fixed build without image support 2023-09-14 19:37:27 +02:00
Stephen Anthony 7bd3bf6e39 Fix ROM audit in Windows (fixes #988). 2023-09-12 19:42:15 -02:30
Stephen Anthony 066d948983 Fix missing first char when navigating ZIP files (fixes #989). 2023-09-12 13:57:23 -02:30
thrust26 63543e825a minor property fix 2023-09-12 16:44:56 +02:00
thrust26 2754edd176 enhanced CartCV to support small ROMs (Part 3) 2023-09-12 11:22:45 +02:00
thrust26 140657c453 enhanced CartCV to support small ROMs (Part 2) 2023-09-11 23:41:23 +02:00
thrust26 4c74e61039 enhanced CartCV to support small ROMs 2023-09-11 22:26:01 +02:00
Stephen Anthony ccecfe8717 Add bezel class to Xcode project. 2023-09-05 14:03:45 -02:30
Stephen Anthony 5724632520 Fix minor warnings from clang. 2023-09-02 01:08:05 -02:30
thrust26 3d6cb7148f 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 5bfa377b00 some polishing for LauncherDialog (incl. doc) 2023-08-31 23:11:13 +02:00
thrust26 403d6859ea fixed #984 2023-08-31 21:43:10 +02:00
thrust26 d8db5e869e added keyboard and controller support for image zooming 2023-08-31 19:57:45 +02:00
thrust26 7631123e1f reworked some comments 2023-08-31 18:09:19 +02:00
thrust26 f1688288d6 added launcher image zooming 2023-08-31 17:59:51 +02:00
Christian Speckner 69969ab866 Never use alpha blending for source surfaces in QIS. 2023-08-30 22:40:52 +02:00
Christian Speckner babef459b0 Account for HiDPI scaling when validating QIS blitter. 2023-08-30 22:40:31 +02:00
Christian Speckner 37bad6befc Fix allocation. 2023-08-29 23:33:04 +02:00
thrust26 a8c75b5c5a fixed build without IMAGE_SUPPORT 2023-08-29 23:20:19 +02:00
thrust26 236322c2cb next oops 2023-08-29 16:41:09 +02:00
thrust26 6d8101454b a few more bezel property updates 2023-08-29 16:19:05 +02:00
thrust26 5d72ba12f7 Improved error handling when loading bezels 2023-08-29 13:51:10 +02:00
thrust26 c1ca4db5da minor CartDetector and property update 2023-08-29 13:50:23 +02:00
thrust26 3ddcc22d10 fixed zoom when switching bezel paths 2023-08-28 11:16:27 +02:00
thrust26 4c19253805 extended list of known renderers to latest SDL 2023-08-28 09:07:22 +02:00
thrust26 b821415cc0 fixed zoom clamping 2023-08-27 22:39:50 +02:00
thrust26 11607b69b4 Revert "experimenting with not clearing the framebuffer during emulation"
This reverts commit ee1f0e2999.
2023-08-27 22:37:55 +02:00
thrust26 3ad95c9ba2 improved the code for rendering non-rounded bezels only on load (this should work) 2023-08-27 16:57:36 +02:00
thrust26 e0523ddeeb minor zoom fix 2023-08-27 11:13:37 +02:00
thrust26 ebb2467f38 fixed BrowserDialog reuse
defined bezel help links
2023-08-27 11:05:33 +02:00
thrust26 ee1f0e2999 experimenting with not clearing the framebuffer during emulation
added rounded bezel auto-detection and handling
2023-08-27 10:16:45 +02:00
thrust26 2b025249f5 oops 2023-08-27 08:14:02 +02:00