1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-02 12:13:04 +02:00

Add OAM DMA tutorial adapted from Exezin's

This commit is contained in:
Eldred Habert
2019-09-29 11:48:52 +02:00
committed by GitHub
parent eb8a746f9c
commit ffe7e4bf88

View File

@@ -285,6 +285,7 @@ Guides, tutorials and tools to develop software for Game Boy using the developme
- [Super Game Boy development](https://imanoleasgames.blogspot.no/2016/12/games-aside-1-super-game-boy.html) - Step by step tutorial to implement Super Game Boy features (frame and palettes).
- [GameBoy programming tutorial: Hello World!](http://peterwynroberts.com/?p=10) - Step by step tutorial.
- [DMGreport](https://github.com/lancekindle/DMGreport) - Game programming tutorials in assembly.
- [OAM DMA tutorial](http://gbdev.gg8.se/wiki/articles/OAM_DMA_tutorial) - Example of how to use OAM DMA in assembly.
#### Sources