1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-09 20:18:38 +00:00

I7000: Fixed examine/deposit error on I7010.

This commit is contained in:
Richard Cornwell
2017-02-05 23:15:06 -05:00
parent c85b6be210
commit 9e68b8022d

View File

@@ -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