lmmendes / okada

Game Boy emulador in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Okada Build Status

Okada is an work in progress to try to implement a Game Boy emulator in Ruby.

I was inspired listening to "The Ultimate Game Boy Talk" by Michael Steil.

Checkout the Game Boy Opcodes repository if you are searching for an automated way to obtain the GameBoy opcodes.

NOTE: Work in progress this code doesn't run yet.

Tasks

  • Cartridge
    • Support other cartridge types (other than 0x00h / 08h / 09h)
  • MMU
  • CPU
    • Flags
    • Opcodes
    • Interrupts
  • Input
  • Sound
  • Video
  • SDL / r2d

Reference documentation

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lmmendes/okada. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Game Boy emulador in Ruby

License:MIT License


Languages

Language:Ruby 99.7%Language:Shell 0.3%