Start 6809.

This commit is contained in:
Jeff Tranter 2015-07-02 22:04:51 -04:00
parent 019b85a0e4
commit a1d1d8ff63
7 changed files with 1 additions and 1 deletions

0
6502.py Executable file → Normal file
View File

0
65c02.py Executable file → Normal file
View File

0
6800.py Executable file → Normal file
View File

0
6809.py Executable file → Normal file
View File

0
6811.py Executable file → Normal file
View File

0
8080.py Executable file → Normal file
View File

View File

@ -58,7 +58,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 6811 8080 z80")
print("The following CPUs are supported: 6502 65c02 6800 6809 6811 8080 z80")
sys.exit(1)
# Get filename from command line arguments.