1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-27 09:35:02 +02:00

Added 'The Game Boy Printer', 'DMG bootrom'.

This commit is contained in:
Antonio Vivace
2016-09-08 08:40:06 +02:00
committed by GitHub
parent aaf226b337
commit 4b6ff951d7

View File

@@ -40,6 +40,8 @@ Here you can find everything to get started and master the development of unoffi
- [Assembly Language Programming Course](http://cratel.wichita.edu/cratel/ECE238Spr08) - Machine and assembly language programming concepts that illustrate basic principles and techniques. Application through study of the Z80 chip and Game Boy programming assignments (Center for Research in Arts, Technology, Education, and Learning CRATEL at Withicha State University).
- [Building a Game Boy emulator in JavaScript](http://imrannazar.com/Game Boy-Emulation-in-JavaScript) - Step by step tutorial.
- [Game Boy Camera RE](https://github.com/AntonioND/gbcam-rev-engineer) - Documentation about GB Camera and tools used to reverse engineer it by using Arduino UNO.
- [The Game Boy Printer](https://shonumi.github.io/articles/art2.html) - An in depth technical document about the printer hardware, the comunication protocol and the usual routine that games used for implementing the print feature.
- [Game Boy Bootrom](http://www.neviksti.com/DMG/DMG_ROM.asm) Commented dump of the DMG bootrom.
## Development Softwares and Tools
- [rgbds](https://github.com/bentley/rgbds) - The main gb devkit. Assembler and linker package, currently updated. This is your main tool to write code in ASM.