From 2919e4f5e734e66ebc4128640aa9d891a6c758a7 Mon Sep 17 00:00:00 2001 From: Merlin Skinner-Oakes <67599918+rundel-tech@users.noreply.github.com> Date: Tue, 13 Jun 2023 22:49:31 +0100 Subject: [PATCH] Update udis.py Add MC6801 / MC6803 support --- udis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udis.py b/udis.py index d1c4f52..93027c1 100755 --- a/udis.py +++ b/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: 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.