1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

Removed Z register from huc6280

This commit is contained in:
jespergravgaard 2022-02-04 06:46:25 +01:00
parent ec3120fc1d
commit 48ed6891aa

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