mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 21:04:51 +00:00
Fix compilation problems when targeting a specific 65C02 subarch (fixes #20)
This commit is contained in:
parent
7b040c280b
commit
7f6a2beb6d
@ -391,7 +391,7 @@ object Cpu extends Enumeration {
|
||||
/**
|
||||
* Processors that can run code for WDC 65C02
|
||||
*/
|
||||
val CmosCompatible: Set[Cpu.Value] = Set(Cmos, HuC6280, CE02, Sixteen)
|
||||
val CmosCompatible: Set[Cpu.Value] = Set(Cmos, HuC6280, CE02, Sixteen, SC02, Rockwell, Wdc)
|
||||
/**
|
||||
* Processors that can run code for Zilog Z80
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user