From ffe7e4bf883d7d6ebd108fc1bbe05cbecb33388f Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Sun, 29 Sep 2019 11:48:52 +0200 Subject: [PATCH] Add OAM DMA tutorial adapted from Exezin's --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff14643..b88e3a5 100644 --- a/README.md +++ b/README.md @@ -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