Removed Z register from huc6280

This commit is contained in:
jespergravgaard 2022-02-04 06:46:25 +01:00
parent ec3120fc1d
commit 48ed6891aa
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class CpuHuc6280 extends Cpu65xx {
public final static CpuHuc6280 INSTANCE = new CpuHuc6280();
public CpuHuc6280() {
super(NAME, Cpu65C02.INSTANCE, true);
super(NAME, Cpu65C02.INSTANCE, false);
// The following instructions are not supported yet:
// TST #imm, zp