Skip to content

Phase 2 Cores#105

Merged
nchapman merged 15 commits into
developfrom
feature/cores-phase2
Dec 22, 2025
Merged

Phase 2 Cores#105
nchapman merged 15 commits into
developfrom
feature/cores-phase2

Conversation

@nchapman
Copy link
Copy Markdown
Collaborator

@nchapman nchapman commented Dec 22, 2025

Add additional cores, test, and simplify based on results.

Copilot AI review requested due to automatic review settings December 22, 2025 21:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for Phase 2 emulator cores, including Atari systems (2600, 5200, 7800, Lynx), Bandai systems (WonderSwan/Color), and Neo Geo CD. It also improves rendering logic, enhances logging, removes auto-generated configuration files, and adds comprehensive documentation for analog input handling.

  • Adds 7 new emulator cores with complete configuration and BIOS documentation
  • Improves rendering buffer selection logic to support both direct and scaled rendering modes
  • Enhances logging to provide more detailed core and renderer information

Reviewed changes

Copilot reviewed 99 out of 113 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
workspace/miyoomini/platform/platform.c Updates rendering logic to correctly select buffer based on direct vs scaled mode
workspace/all/player/player.c Improves core AV info logging with more comprehensive details
workspace/all/common/render_sdl2.c Adds SDL2 renderer info logging for debugging
workspace/all/paks/Emus/cores.json Adds 7 new core definitions: A2600, A5200, A7800, LYNX, WS, WSC, NEOCD
workspace/all/paks/Emus/configs/base/*.cfg Updates button mappings for new cores and fixes NG/NEOCD configs
workspace/all/paks/Emus/configs//default.cfg Adds platform-specific scaling configs for new cores, removes old auto-generated configs
workspace/all/paks/Emus/Makefile Updates cores version to 20251220-2
skeleton/BASE/Saves/* Adds save directories for new systems
skeleton/BASE/Bios/* Adds BIOS directories with about.txt documentation
scripts/generate-scaling-configs.py Updates fill threshold and adds new cores to scaling calculation
scripts/calculate-buffer-scale.py Corrects A5200 core name reference
docs/cores.md Updates cores version reference
docs/cores-research.md Updates core documentation and removes obsolete entries
docs/analog-input.md Adds comprehensive documentation on analog input architecture
tests/unit/all/launcher/test_directory_utils.c Adds test case for about.txt file handling

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/generate-scaling-configs.py Outdated
Comment thread docs/cores-research.md Outdated
Comment thread skeleton/BASE/Bios/NEOCD/about.txt Outdated
Comment thread scripts/generate-scaling-configs.py Outdated
@nchapman nchapman merged commit c0960fd into develop Dec 22, 2025
4 checks passed
@nchapman nchapman deleted the feature/cores-phase2 branch December 22, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants