1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-12 11:31:11 +00:00

Merge branch '767-problem-with-z-register-on-cpu-huc6280' into 'master'

Resolve "Problem with Z-register on CPU HuC6280"

Closes #767

See merge request camelot/kickc!16
This commit is contained in:
Jesper Balman Gravgaard 2022-02-04 05:59:13 +00:00
commit 34d258c3c5

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