Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac".
This commit is contained in:
parent
9c38521ea8
commit
579b89ad98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue