Update udis.py

Add MC6801 / MC6803 support
This commit is contained in:
Merlin Skinner-Oakes 2023-06-13 22:49:31 +01:00 committed by GitHub
parent 8fdd0eeaf1
commit 2919e4f5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 1802 6502 65816 65c02 6800 6809 6811 8051 8080 8085 z80")
print("The following CPUs are supported: 1802 6502 65816 65c02 6800 6801/6803 6809 6811 8051 8080 8085 z80")
sys.exit(1)
# Get filename from command line arguments.