mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac".
This commit is contained in:
@@ -7,7 +7,7 @@ CPU_ISET_65C02 = $0010
|
||||
CPU_ISET_65816 = $0020
|
||||
CPU_ISET_SWEET16 = $0040
|
||||
CPU_ISET_HUC6280 = $0080
|
||||
CPU_ISET_4510 = $0100
|
||||
CPU_ISET_4510 = $0200
|
||||
|
||||
; CPU capabilities
|
||||
CPU_NONE = CPU_ISET_NONE
|
||||
|
Reference in New Issue
Block a user