SachenSimple.cs: add comment about PAL emulation
This commit is contained in:
parent
0bf3ab7636
commit
d90bf4ac0f
|
@ -8,7 +8,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
// a number of boards used by Sachen (and others?)
|
// a number of boards used by Sachen (and others?)
|
||||||
// 32K prgrom blocks and 8k chrrom blocks
|
// 32K prgrom blocks and 8k chrrom blocks
|
||||||
// behavior gleamed from FCEUX
|
// 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
|
public class SachenSimple : NES.NESBoardBase
|
||||||
{
|
{
|
||||||
Action<byte> ExpWrite = null;
|
Action<byte> ExpWrite = null;
|
||||||
|
|
Loading…
Reference in New Issue