Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.12 KB

File metadata and controls

24 lines (17 loc) · 1.12 KB

Contributing

How to Contribute

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add your feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

Areas That Need Help

  • Game compatibility testing — test more games and report issues with screenshots
  • VM opcode implementation — some rare opcodes are not yet fully implemented
  • Platform ports — macOS and Linux testing and packaging
  • Documentation — improve docs and code comments
  • Bug reports — if you find a game that doesn't work correctly, please open an issue
  • RetroArch integration — compatibility testing across frontends

Getting Started

Check the open issues for tasks labeled good first issue or help wanted. If you have questions, feel free to open a discussion issue.

To understand the Native32 game file formats (.smf, .SSL, .dat, .mpg, .ssl_sav) and their relationships, see Game File Formats.