From d90bf4ac0fbef5b7934dd81bb1b8bc8e584d7175 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sun, 14 Oct 2012 21:11:26 +0000 Subject: [PATCH] SachenSimple.cs: add comment about PAL emulation --- BizHawk.Emulation/Consoles/Nintendo/NES/Boards/SachenSimple.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/SachenSimple.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/SachenSimple.cs index 95a799d162..808443ac9a 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/SachenSimple.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/SachenSimple.cs @@ -8,7 +8,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo // a number of boards used by Sachen (and others?) // 32K prgrom blocks and 8k chrrom blocks // behavior gleamed from FCEUX - // "Qi Wang - Chinese Chess (MGC-001) (Ch) [!]" and "Twin Eagle (Sachen) [!]" seem to have problems + // "Qi Wang - Chinese Chess (MGC-001) (Ch) [!]" and "Twin Eagle (Sachen) [!]" seem to have problems; the latter needs PAL public class SachenSimple : NES.NESBoardBase { Action ExpWrite = null;