Mesen2/Core/Gameboy
Sour 2e8ca044ec GB: Fixed HDMA not running on scanline 143
This fixes graphical issues in Warau Inu no Bouken (because some tiles were not being transferred to VRAM)
2025-03-23 13:33:45 +09:00
..
APU GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
Carts SGB: Prevent freeze/lock up when resetting a MBC3 game that has a RTC clock 2025-03-02 11:25:21 +09:00
Debugger Debugger: GB - Fixed tilemap viewer displaying incorrect tiles when the tile index is above 127 2025-03-23 13:16:31 +09:00
Input GB: Added option to allow invalid inputs 2023-04-15 01:14:48 -04:00
Gameboy.cpp GB: Improved header detection for MMM01 games to avoid misdetecting other roms 2024-10-23 17:29:10 +09:00
Gameboy.h GB: MMM01 support 2024-07-20 19:22:36 +09:00
GameboyHeader.h GB: MBC7 - Accelerometer and eeprom support 2024-07-07 20:36:45 +09:00
GbBootRom.h GB: Fixed missing SGB border in Tetris DX 2023-04-20 23:53:01 -04:00
GbCartFactory.h Added WonderSwan support 2024-09-19 21:19:43 +09:00
GbConstants.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
GbControlManager.cpp GB: Improved STOP behavior for GB/GBC 2024-01-31 17:50:15 +09:00
GbControlManager.h Movies: Fixed desync when using rewind during movie playback 2023-02-10 20:59:21 -05:00
GbCpu.cpp GB: Fixed freeze during Batman - The Video Game's title screen animation 2025-01-20 12:59:27 +09:00
GbCpu.h GB: Improved STOP behavior for GB/GBC 2024-01-31 17:50:15 +09:00
GbDefaultVideoFilter.cpp Added WonderSwan support 2024-09-19 21:19:43 +09:00
GbDefaultVideoFilter.h Added GBA support 2024-03-30 11:42:31 +09:00
GbDmaController.cpp GB: HDMA shouldn't run if CPU is halted 2025-03-23 13:32:00 +09:00
GbDmaController.h GB: Improve behavior when OAM DMA runs during rendering 2024-01-25 17:30:24 +09:00
GbMemoryManager.cpp Debugger: GBC - Fixed crashes when memory viewer was opened and addresses FF76/FF77 were visible 2025-03-11 17:50:19 +09:00
GbMemoryManager.h GB: Performance tweaks 2024-01-23 22:26:01 +09:00
GbPpu.cpp GB: Fixed HDMA not running on scanline 143 2025-03-23 13:33:45 +09:00
GbPpu.h GB: Fixed crash in Super Mario Land 2 in GBC mode 2024-05-13 20:41:15 +09:00
GbsHeader.h GB: Added basic support for gbx files 2024-07-06 17:54:34 +09:00
GbTimer.cpp GB: APU improvements (passes div_* tests) 2023-03-09 22:10:20 -05:00
GbTimer.h GB: APU improvements (passes div_* tests) 2023-03-09 22:10:20 -05:00
GbTypes.h GB: Fixed APU emulation issues 2025-03-21 23:03:01 +09:00
GbxFooter.h GB: Added basic support for gbx files 2024-07-06 17:54:34 +09:00