slight tweak to 64tass .cpu to enable wdc65c02 variant on cx16 with its extra opcodes

This commit is contained in:
Irmen de Jong 2021-02-21 22:45:23 +01:00
parent a95677564e
commit 001d01fdaf
2 changed files with 1 additions and 2 deletions

View File

@ -96,7 +96,7 @@ internal class AsmGen(private val program: Program,
val ourName = this.javaClass.name
val cpu = when(compTarget.machine.cpu) {
CpuType.CPU6502 -> "6502"
CpuType.CPU65c02 -> "65c02"
CpuType.CPU65c02 -> "w65c02"
else -> "unsupported"
}

View File

@ -3,7 +3,6 @@ TODO
====
- rename kernel -> kernal
- add sys.halt() that is smart on the 65c02
- add sound to the cx16 tehtriz
- add const arrays and cost strings