ares-openbsd/ares/gba/ppu
png183 587aa20dcc
gba: improve video capture DMA (#1519)
Video capture DMAs should run only if the mode was enabled on scanline
162 of the previous frame, and should clear the DMA enable bit once
complete.
2024-06-10 08:26:22 +01:00
..
background.cpp
color.cpp
dac.cpp
debugger.cpp
io.cpp
memory.cpp gba: improve VRAM mirroring in bitmap background modes (#1475) 2024-05-03 11:14:02 +01:00
object.cpp gba: improve horizontal sprite mosaic (#1387) 2024-02-11 11:08:41 +00:00
ppu.cpp gba: improve video capture DMA (#1519) 2024-06-10 08:26:22 +01:00
ppu.hpp gba: improve video capture DMA (#1519) 2024-06-10 08:26:22 +01:00
serialization.cpp gba: improve video capture DMA (#1519) 2024-06-10 08:26:22 +01:00
window.cpp