Skip to content

Commit

Permalink
[NSF] Fixed display of timers when resetting the emulator (#380).
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Mar 9, 2024
1 parent 001403a commit cc0032d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/mappers/mapper_NSF.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ void map_init_NSF(void) {
}

nsf.state = NSF_PLAY | NSF_CHANGE_SONG;
nsf.timers.update_only_diff = FALSE;

switch (machine.type) {
default:
Expand Down

0 comments on commit cc0032d

Please sign in to comment.