mirror of
https://github.com/jefftranter/udis.git
synced 2025-04-21 21:41:11 +00:00
Add missing CPUs from output message.
This commit is contained in:
parent
2b6a0aa047
commit
5bd95bd548
2
udis.py
2
udis.py
@ -57,7 +57,7 @@ try:
|
||||
exec(open(plugin).read())
|
||||
except FileNotFoundError:
|
||||
print(("error: CPU plugin file '{}' not found.".format(plugin)), file=sys.stderr)
|
||||
print("The following CPUs are supported: 6502 65c02 6800 6809 6811 8051 8080 z80")
|
||||
print("The following CPUs are supported: 6502 65816 65c02 6800 6809 6811 8051 8080 8085 z80")
|
||||
sys.exit(1)
|
||||
|
||||
# Get filename from command line arguments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user