Start on 8051.

This commit is contained in:
Jeff Tranter 2015-07-05 13:30:58 -04:00
parent 5f6d4e3677
commit 7516085696
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ CPU Status
8080 done
8051 possible
8051 done (incomplete)
F8 possible

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