1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-01 19:52:38 +02:00

Remove OAM DMA tutorial (#143)

This tutorial is filled with bad practice, and as such is not awesome.
This commit is contained in:
Eldred Habert
2019-09-01 12:17:31 +02:00
committed by Antonio Vivace
parent efbccff1cb
commit 2d94c41491

View File

@@ -293,7 +293,6 @@ Fragments of code, effects, proof of concepts and generally non complete games.
#### Timings
- [Game Boy DMA transfer routines](http://exez.in/gameboy-dma) - Understanding and using DMA routines.
- [Nitty Gritty Gameboy Cycle Timing](http://blog.kevtris.org/blogfiles/Nitty%20Gritty%20Gameboy%20VRAM%20Timing.txt)
- [Mode3 Sprite Timing](https://www.reddit.com/r/EmuDev/comments/59pawp/gb_mode3_sprite_timing/)
- [GameBoy Color DMA-Transfers v0.0.1](http://gameboy.mongenel.com/dmg/gbc_dma_transfers.txt)