1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac".

This commit is contained in:
Greg King 2016-08-31 20:41:17 -04:00
parent 9c38521ea8
commit 579b89ad98

View File

@ -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