Gameboy-logs
pandocs
Gameboy-logs | pandocs | |
---|---|---|
3 | 7 | |
66 | 1 | |
- | - | |
2.2 | 10.0 | |
3 months ago | over 4 years ago | |
Vue | ||
- | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Gameboy-logs
-
Gameboy RLC (0x11) opcode, issue with my emulator or with the one i am comparing to?
I'm comparing my fledgling emulator with logs from https://github.com/wheremyfoodat/Gameboy-logs when booting dmg_boot.bin (md5) 32fbbd84168d3482956eb3c5051637f5
- [GameBoy] Problem with CD instruction.
- My emulator runs Pokemon Red without any issues!
pandocs
-
GameRoy: a cross platform and highly accurate Game Boy emulator
For Gameboy emulation, one of the most valuable resources are the pandocs: https://gbdev.io/pandocs/
-
I finally wrote my first ever emulator (GameBoy)
During the development, these were the main resources I used: * Pan Docs * CPU instruction table * CPU Manual
-
Are there guides on how any of the gameboys work (ie how they charge, play games etc) and if not how can I go about learning their structure?
if you just want to learn about how the hardware works, pandocs is the definitive guide to the game boy's hardware, and gbatek helped me a ton when writing my GBA emulator (it also includes some docs on the ds/dsi fwiw)
- A Game Boy Emulator written in Rust
- ¿Les interesaría aprender a programar, emulando un Game Boy?
-
[GameBoy] Problem with CD instruction.
Pandocs: https://gbdev.io/pandocs
-
Gameboy Graphics Drawing Question
The Ultimate Game Boy Talk has some amazing information in it. In particular, the info on the pixel fifos was brand new to me. You can certainly write an emulator that runs most software without really understanding them, though.
What are some alternatives?
MagenBoy - GameBoy and GameBoy Color emulator written in Rust
tsemu - TypeScript Game Boy emulator
dmg-acid2 - 😀 The Acid2 test, now for the original Game Boy! 😀
glutin - A low-level library for OpenGL context creation
PyBoy - Game Boy emulator written in Python
awesome-gbdev - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs. [Moved to: https://github.com/gbdev/awesome-gbdev]
giibiiadvance - A GB, GBC and GBA emulator with GB Camera support.
cgb-acid2 - 😀 The Acid2 test, now for Game Boy Color! 😀
mooneye-gb - A Game Boy research project and emulator written in Rust
DMG-CPU-Inside - Reverse-engineered schematics for DMG-CPU-B
LuaGB - A gameboy emulator written in pure Lua. Work in progress.