Add missing CPUs from output message.

This commit is contained in:
Jeff Tranter 2020-06-09 18:14:34 -04:00
parent 2b6a0aa047
commit 5bd95bd548
1 changed files with 1 additions and 1 deletions

View File

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