Update atari800 core from 3.1.0 to 5.2.0#123
Open
WizzardSK wants to merge 1 commit intolibretro:masterfrom
Open
Update atari800 core from 3.1.0 to 5.2.0#123WizzardSK wants to merge 1 commit intolibretro:masterfrom
WizzardSK wants to merge 1 commit intolibretro:masterfrom
Conversation
Replace atari800/src with standalone atari800 5.2.0 source and re-apply all libretro-specific patches: - State save/load via memory stream (Retro_SaveAtariState/ReadAtariState) - Per-subsystem Retro_*_StateSave/StateRead functions - ROM directory search (retro_system_directory) - Config file handling (legacy_configuration_file) - co_switch in Atari800_Sync for libretro coroutine model - Analog joystick (Atari_POT) and digital 5200 sensitivity - Stereo sound defaults and POKEYSND_stereo_enabled - UI menu cleanup (remove screenshot/monitor/exit items) - CRC-based cart hash detection in AFILE_DetectFileType - path_mkdir for libretro directory creation Build system changes: - Add cartridge_info.c, file_export.c, altirra_5200_charset.c - Remove emuos.c (replaced by EMUOS_ALTIRRA define), sndsave.c Config changes: - PACKAGE_VERSION: 3.1.0 → 5.2.0 - Add EMUOS_ALTIRRA=1 for built-in AltirraOS ROMs Bug fix: - Guard POKEYSND_Init in Atari800_SetTVMode against Sound_out.freq==0 to prevent crash when TV mode changes before sound is initialized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
atari800/src/with standalone atari800 5.2.0 source (from 3.1.0)POKEYSND_InitagainstSound_out.freq==0)Changes
cartridge_info.c/h,file_export.c/h,altirra_5200_charset.c,codecs/,libatari800/,pokeyrec.c/hemuos.c/h(replaced byEMUOS_ALTIRRA),sndsave.c/hPACKAGE_VERSION3.1.0 → 5.2.0, addedEMUOS_ALTIRRA=1