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

Web emulator support #7

Merged
merged 4 commits into from
Jan 25, 2025
Merged

Web emulator support #7

merged 4 commits into from
Jan 25, 2025

Conversation

ovosimpatico
Copy link
Contributor

@ovosimpatico ovosimpatico commented Nov 14, 2024

This PR adds support for online emulation of some games from Myrient, using EmulatorJS

This feature can be disabled by setting EMULATOR_ENABLED=false in the .env or in docker-compose.yml, disabling entirely the emulator page, all routes related to it and its info on the about page.

Visual changes:

The results page now has a "Play" button on supported platforms:
results page

This is the new emulator webpage, running a game:
game being played

Information about the web emulator has been added to the about page:
about page

Naive filename checking for non-game files is implemented, and triggers a warning box being shown to the user (this will not block the emulator, it's only meant as a warning):
warning on the web emu

Supported platforms:

Nintendo Systems

  • Nintendo 64
  • Nintendo DS
  • Nintendo Entertainment System
  • Nintendo Game Boy
  • Nintendo Game Boy Advance
  • Nintendo Game Boy Color
  • Super Nintendo Entertainment System

Atari Systems

  • Atari 2600
  • Atari 5200
  • Atari 7800
  • Atari Jaguar
  • Atari Lynx

Sega Systems

  • Sega 32X
  • Sega CD *
  • Sega Game Gear
  • Sega Master System
  • Sega Mega Drive
  • Sega Saturn

Commodore Systems *

  • Commodore 64
  • Commodore 128
  • Commodore Amiga
  • Commodore PET
  • Commodore Plus-4
  • Commodore VIC-20

Sony Systems

  • Sony PlayStation 1

Other Systems *

  • Arcade
  • ColecoVision
  • Panasonic 3DO
  • disabled, needs fixing

ovosimpatico and others added 3 commits November 14, 2024 10:01
@ovosimpatico ovosimpatico marked this pull request as ready for review January 25, 2025 02:49
@alexankitty
Copy link
Owner

Looks good to me, merging.

@alexankitty alexankitty merged commit 7dc41f8 into alexankitty:main Jan 25, 2025
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