You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed DIVA and TIMA timers. Timers were clocking at incorrect frequency making Blargg's interrupt test fail with #4 Timer not working - 6600daeffc2375
Fixed interrupt handling. Missing handling of one interrupt due to off by one error and added unhalting CPU when interrupt is requested and given interrupt is enabled effectively passing all of Blargg's tests - fcfc1ce
Fixed handling LCD in it's disabled state. LCD should be set to Mode 0 (HBLANK) instead of Mode 1 (VLBANK). This is fixing Dr Mario not passing to actual game screen - fcfc1ce