From fe080c7969b7e320c8955106b9ee07e0ccdd852d Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Thu, 10 Mar 2016 18:25:26 -0500 Subject: [PATCH] unixv0.simh: enable EAE, set memory size, enable history buffer --- build/unixv0.simh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/unixv0.simh b/build/unixv0.simh index 79ff03c..ddd4927 100644 --- a/build/unixv0.simh +++ b/build/unixv0.simh @@ -1,5 +1,11 @@ +set cpu 8k +set cpu eae +set cpu history=100 +show cpu + set rb ena att rb image.fs -load -S a.rim show dev + +load -S a.rim dep pc 0100