Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core Port Req.] CubeChip-SDL/Cadmium (CHIP-8 and variants) #4101

Open
TheFetishMachine opened this issue Oct 29, 2024 · 0 comments
Open

[Core Port Req.] CubeChip-SDL/Cadmium (CHIP-8 and variants) #4101

TheFetishMachine opened this issue Oct 29, 2024 · 0 comments
Labels
Core: Future core Core doesn't exist yet or is an early WIP Enhancement For feature requests or possible improvements

Comments

@TheFetishMachine
Copy link

TheFetishMachine commented Oct 29, 2024

Upstream info

  • Target platforms: win/mac/tux
  • Source repo
  • Language(s): C++
  • License: MPL 2.0

Merits

CHIP-8 is a pretty interesting and historically relevant platform, considering its age and the various communities that have popped up around it in the decades, who have created a substantial amount of games for the system that I think would be neat to have support of. Both CubeChip-SDL and Cadmium seem like the best out of all the ones I have looked at and both their main devs have helped out with info while writing this core request issue.

Technical details

  • Single-threaded
  • Has I/O abstraction accepting byte array
  • No savestates of its own

Alternative: Cadmium

Note: Cadmium is currently in the middle of a refactoring, so any porting would have to wait until that was done.

Upstream info

  • Target platforms: win/mac/tux
  • Source repo
  • Language(s): C++
  • License: MIT (Expat)

Technical details

  • Cannot currently build as shared library
  • Has frontend/backend separation
  • Can force single-threaded
  • Has I/O abstraction accepting byte array
  • No savestates of its own
@TheFetishMachine TheFetishMachine added Core: Future core Core doesn't exist yet or is an early WIP Enhancement For feature requests or possible improvements labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core: Future core Core doesn't exist yet or is an early WIP Enhancement For feature requests or possible improvements
Projects
None yet
Development

No branches or pull requests

1 participant