From 6ef2913ed802abb3e19bee51ad8fd6b654b6cde7 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sun, 9 Dec 2012 23:05:31 +0000 Subject: [PATCH] WHAT no, it doesn't fix anything --- BizHawk.Emulation/Consoles/Nintendo/NES/Boards/VRC6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/VRC6.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/VRC6.cs index 29ed5e7542..80b180f845 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/VRC6.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/VRC6.cs @@ -139,7 +139,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo VRC6Sound.Write9000(value); break; case 0x1001: //$9001 - VRC6Sound.Write9000(value); + VRC6Sound.Write9001(value); break; case 0x1002: //$9002 VRC6Sound.Write9002(value);