From 9e68b8022da3ec3dad295dfcfafa970c8b182030 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 5 Feb 2017 23:15:06 -0500 Subject: [PATCH] I7000: Fixed examine/deposit error on I7010. --- I7000/i7010_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I7000/i7010_cpu.c b/I7000/i7010_cpu.c index 5414430..7ba3d42 100644 --- a/I7000/i7010_cpu.c +++ b/I7000/i7010_cpu.c @@ -225,7 +225,7 @@ MTAB cpu_mod[] = { DEVICE cpu_dev = { "CPU", &cpu_unit, cpu_reg, cpu_mod, - 1, 10, 8, 1, 8, 8, + 1, 10, 18, 1, 8, 8, &cpu_ex, &cpu_dep, &cpu_reset, NULL, NULL, NULL, NULL, DEV_DEBUG, 0, dev_debug, NULL, NULL, &cpu_help, NULL, NULL, &cpu_description