Core Fixes for ZX Spectrum & MS-DOS
Added 2025-05-04 22:01:13 +0000 UTCHi everyone,
This is a brief note to comment on two core pull requests I created to address the following issues.
ZX Spectrum (Fuse): https://github.com/libretro/fuse-libretro/pull/156
Changed video to PAL resolutions (288/576) instead of NTSC (240/480), except for the two system models that are NTSC.
Fixed border color size to fill the whole screen avoiding black bars when displayed in real CRT TV.
Fixed the "Size Video Border" so that now it cuts the borders as expected and not the game image.
Adjusted Keyboard Overlay Y position (24px) to properly center the same with all the above changes. Do note that image is still 240px height so only Y position was modified.
MS-DOS (DosBox-Pure): https://github.com/schellingb/dosbox-pure/pull/605
Fixes a SEGFAULT when setting disney=false in a .conf or .bat during core shutdown. The crash occurred due to partially constructed DISNEY objects being deleted, leading to use-after-free or heap corruption in malloc_consolidate().
Regards
Comments
PR y todo. Muy bien hecho. Así se retroalimenta el proyecto padre y a la larga hay menor esfuerzo en los fixes porque ya están admitidos.
JOSE MARIA RODRIGUEZ MARTINEZ
2025-05-04 23:05:56 +0000 UTC