Skip to content
Permalink
Browse files
Fix an incredibly stupid bug (unintended 16-bit write to NMITIMEN, me…
…ssing up the contents of WRIO)
  • Loading branch information
Ramsis-SNES committed May 19, 2016
1 parent f1b7315 commit 064f579249a5cbbbd8968685988a24a845320e40
Showing with 2 additions and 2 deletions.
  1. +2 −2 furryrpg_irqnmi.inc.asm
@@ -179,11 +179,11 @@ __SkipRefreshes3:
lda DP_Shadow_TSTM ; copy mainscreen & subscreen shadow registers
sta $212C

A8

lda DP_Shadow_NMITIMEN
sta REG_NMITIMEN

A8

; stz $2133


0 comments on commit 064f579

Please sign in to comment.