SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit e48eb3515d1056aa779e95946345dd9c6c6ef3a6 parent cc4baa1d28a44e35470de9efa199147d5150ea47 Author: Lior Halphon <LIJI32@gmail.com> Date: Tue, 28 Feb 2023 01:00:57 +0200 More double speed write conflict updates Diffstat:
| M | Core/sm83_cpu.c | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Core/sm83_cpu.c b/Core/sm83_cpu.c @@ -42,11 +42,9 @@ static const conflict_t cgb_conflict_map[0x80] = { static const conflict_t cgb_double_conflict_map[0x80] = { [GB_IO_LCDC] = GB_CONFLICT_CGB_DOUBLE_LCDC, [GB_IO_IF] = GB_CONFLICT_WRITE_CPU, - [GB_IO_LYC] = GB_CONFLICT_WRITE_CPU, + [GB_IO_LYC] = GB_CONFLICT_READ_OLD, + // Unconfirmed yet [GB_IO_STAT] = GB_CONFLICT_STAT_CGB, - [GB_IO_BGP] = GB_CONFLICT_PALETTE_CGB, - [GB_IO_OBP0] = GB_CONFLICT_PALETTE_CGB, - [GB_IO_OBP1] = GB_CONFLICT_PALETTE_CGB, [GB_IO_NR10] = GB_CONFLICT_NR10, [GB_IO_SCX] = GB_CONFLICT_CGB_SCX, };
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.