├── LICENSE ├── README.md ├── _config.yml ├── bugs ├── drmario_bgtiles.png ├── index.md ├── pokemon_baded.png ├── pokemon_black_box.png ├── pokemon_pokecenter_stuck.png ├── tetris_badrng.png ├── tetris_title.png ├── zelda_links_awakening_impossible_input.gif ├── zelda_links_awakening_introflicker.png └── zelda_links_awakening_window.png ├── concepts └── index.md ├── dma ├── dmaexec.png └── index.md ├── mbcs ├── index.md ├── mbc1 │ └── index.md ├── mbc2 │ └── index.md ├── mbc3 │ └── index.md └── mbc5 │ ├── index.md │ ├── schematic_rumble.png │ ├── wave_rumble_intense.png │ └── wave_rumble_medium.png ├── ppu ├── 8x8_tile.png ├── fifo_basic.png ├── fifo_scx_per_pixel.png ├── fifo_sprite_fetch_timing.png ├── fifo_timing.png ├── gb_2bpp.png ├── grid_bg.png ├── grid_sprites.png ├── grid_win.png ├── grid_win_wx06.png ├── index.md ├── ppu_mode_timing_basic.png └── scanlines_basic.png └── timers └── index.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/_config.yml -------------------------------------------------------------------------------- /bugs/drmario_bgtiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/drmario_bgtiles.png -------------------------------------------------------------------------------- /bugs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/index.md -------------------------------------------------------------------------------- /bugs/pokemon_baded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/pokemon_baded.png -------------------------------------------------------------------------------- /bugs/pokemon_black_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/pokemon_black_box.png -------------------------------------------------------------------------------- /bugs/pokemon_pokecenter_stuck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/pokemon_pokecenter_stuck.png -------------------------------------------------------------------------------- /bugs/tetris_badrng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/tetris_badrng.png -------------------------------------------------------------------------------- /bugs/tetris_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/tetris_title.png -------------------------------------------------------------------------------- /bugs/zelda_links_awakening_impossible_input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/zelda_links_awakening_impossible_input.gif -------------------------------------------------------------------------------- /bugs/zelda_links_awakening_introflicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/zelda_links_awakening_introflicker.png -------------------------------------------------------------------------------- /bugs/zelda_links_awakening_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/bugs/zelda_links_awakening_window.png -------------------------------------------------------------------------------- /concepts/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/concepts/index.md -------------------------------------------------------------------------------- /dma/dmaexec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/dma/dmaexec.png -------------------------------------------------------------------------------- /dma/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/dma/index.md -------------------------------------------------------------------------------- /mbcs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/index.md -------------------------------------------------------------------------------- /mbcs/mbc1/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc1/index.md -------------------------------------------------------------------------------- /mbcs/mbc2/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc2/index.md -------------------------------------------------------------------------------- /mbcs/mbc3/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc3/index.md -------------------------------------------------------------------------------- /mbcs/mbc5/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc5/index.md -------------------------------------------------------------------------------- /mbcs/mbc5/schematic_rumble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc5/schematic_rumble.png -------------------------------------------------------------------------------- /mbcs/mbc5/wave_rumble_intense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc5/wave_rumble_intense.png -------------------------------------------------------------------------------- /mbcs/mbc5/wave_rumble_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/mbcs/mbc5/wave_rumble_medium.png -------------------------------------------------------------------------------- /ppu/8x8_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/8x8_tile.png -------------------------------------------------------------------------------- /ppu/fifo_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/fifo_basic.png -------------------------------------------------------------------------------- /ppu/fifo_scx_per_pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/fifo_scx_per_pixel.png -------------------------------------------------------------------------------- /ppu/fifo_sprite_fetch_timing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/fifo_sprite_fetch_timing.png -------------------------------------------------------------------------------- /ppu/fifo_timing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/fifo_timing.png -------------------------------------------------------------------------------- /ppu/gb_2bpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/gb_2bpp.png -------------------------------------------------------------------------------- /ppu/grid_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/grid_bg.png -------------------------------------------------------------------------------- /ppu/grid_sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/grid_sprites.png -------------------------------------------------------------------------------- /ppu/grid_win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/grid_win.png -------------------------------------------------------------------------------- /ppu/grid_win_wx06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/grid_win_wx06.png -------------------------------------------------------------------------------- /ppu/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/index.md -------------------------------------------------------------------------------- /ppu/ppu_mode_timing_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/ppu_mode_timing_basic.png -------------------------------------------------------------------------------- /ppu/scanlines_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/ppu/scanlines_basic.png -------------------------------------------------------------------------------- /timers/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashiepaws/GBEDG/HEAD/timers/index.md --------------------------------------------------------------------------------