SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit e903333c7e167f583e85d064501d42ad7daafc23 parent ab75858c862ddc54773eeb48beb3ccd8de24131c Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 17 Jan 2022 22:56:13 +0200 Add TODO Diffstat:
| M | Core/display.c | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Core/display.c b/Core/display.c @@ -678,6 +678,7 @@ static inline uint8_t vram_read(GB_gameboy_t *gb, uint16_t addr) if (unlikely(gb->dma_current_dest <= 0xa0 && gb->dma_current_dest > 0 && (gb->dma_current_src & 0xE000) == 0x8000)) { // TODO: what happens in the last and first M cycles? // DMAing from VRAM! /* TODO: AGS has its own, very different pattern, but AGS is not currently a supported model */ + /* TODO: Research this when researching odd modes */ if (GB_is_cgb(gb)) { if (gb->dma_ppu_vram_conflict) { addr = (gb->dma_ppu_vram_conflict_addr & 0x1FFF) | (addr & 0x2000);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.