o
odin.langpkg.dev
packages / app / gameboy-emu

gameboy-emu

661429eapp

Gameboy emulator in Odin

No license · updated 1 year ago

Gameboy emulator in Odin

  • Seems to run games with MBC1 or lower just fine.
  • No sound or auxilary features.
  • I've accomplished my goal of running games and having graphics, I consider the project done.

For reference

Controls:

  • arrow-keys -> D-pad
  • Z, X -> A, B
  • A, S -> Start, Select
  • Esc -> Exits program

Build:

  • No build file, just odin build . of chosen flavor is enough.
  • Should be platform agnostic.

Run:

  • executable.exe <path_to_rom>