mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Fixed a wrong comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3585 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
52b18f48a8
commit
c83176e151
@ -1,5 +1,5 @@
|
||||
|
||||
/* CPU bitmask constants */
|
||||
; CPU bitmask constants
|
||||
CPU_ISET_6502 = $01
|
||||
CPU_ISET_6502X = $02
|
||||
CPU_ISET_65SC02 = $04
|
||||
@ -8,7 +8,7 @@ CPU_ISET_65816 = $10
|
||||
CPU_ISET_SUNPLUS = $20
|
||||
CPU_ISET_SWEET16 = $40
|
||||
|
||||
/* CPU capabilities */
|
||||
; CPU capabilities
|
||||
CPU_6502 = CPU_ISET_6502
|
||||
CPU_6502X = CPU_ISET_6502|CPU_ISET_6502X
|
||||
CPU_65SC02 = CPU_ISET_6502|CPU_ISET_65SC02
|
||||
|
Loading…
x
Reference in New Issue
Block a user