From 4964d8af84ef1e3de2b60816f091e3c06f9983c0 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Sun, 3 Feb 2019 00:12:07 -0500 Subject: [PATCH] fix docker build --- setup.conf | 6 ++++++ supervisor/includes/epple2.supervisor | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.conf b/setup.conf index a9b1e54..cdb4954 100644 --- a/setup.conf +++ b/setup.conf @@ -1,3 +1,9 @@ +motherboard ram e 16K +motherboard strap e 16K 8000 +motherboard ram d 16K +motherboard strap d 16K 4000 +motherboard ram c 16K +motherboard strap c 16K 0000 import motherboard rom 0000 applesoft.a65 import motherboard rom 2800 monitor.a65 slot 0 language diff --git a/supervisor/includes/epple2.supervisor b/supervisor/includes/epple2.supervisor index 0cc7fec..76e6b6b 100644 --- a/supervisor/includes/epple2.supervisor +++ b/supervisor/includes/epple2.supervisor @@ -1,5 +1,5 @@ [program:Xvfb] -command=Xvfb -screen 0 640x480x24 -ac +command=Xvfb -screen 0 640x572x24 -ac stdout_logfile=/dev/stdout redirect_stderr=true stdout_logfile_maxbytes=0