Rodrigodd / gameroy

A Game Boy emulator, disassembler and debugger, written in Rust
Apache License 2.0
270 stars 6 forks source link

Gameboy Color Support #5

Open WingofaGriffin opened 1 year ago

WingofaGriffin commented 1 year ago

Haven't seen any explicit mention of this, but are there plans to support GBC in the future?

Rodrigodd commented 1 year ago

No. When I started this project, my goal was to go as deep as possible in the parts that I want to explore (a nice GUI, maximum accuracy, android support, JIT compilation (planned), etc.), so I intentionally limit the emulator scope to only support DMG.

Rodrigodd commented 1 year ago

Thinking twice, I will keep this open. Some day, I or someone else may be interested in adding CGB support.