SachenSimple.cs: add comment about PAL emulation

This commit is contained in:
goyuken 2012-10-14 21:11:26 +00:00
parent 0bf3ab7636
commit d90bf4ac0f
1 changed files with 1 additions and 1 deletions

View File

@ -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<byte> ExpWrite = null;