diff --git a/Dockerfile b/Dockerfile index cd43d12..37edb39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,12 @@ COPY bootstrap configure.ac Makefile.am ./ COPY NEWS README AUTHORS ChangeLog COPYING* ./ +ADD https://mosher.mine.nu/monitor.a65 ./ +ADD https://mosher.mine.nu/applesoft.a65 ./ +ADD https://mosher.mine.nu/disk2.a65 ./ +ADD https://mosher.mine.nu/choplifter.woz ./ +COPY setup.conf ./ + COPY src/ ./src/ COPY conf/ ./conf/ COPY rom/ ./rom/ @@ -75,4 +81,5 @@ COPY supervisor/commands ./ ENV DISPLAY :0 ENV SDL_VIDEODRIVER x11 -EXPOSE 80 5900 +# EXPOSE 80 5900 +EXPOSE 5900 diff --git a/setup.conf b/setup.conf new file mode 100644 index 0000000..a9b1e54 --- /dev/null +++ b/setup.conf @@ -0,0 +1,6 @@ +import motherboard rom 0000 applesoft.a65 +import motherboard rom 2800 monitor.a65 +slot 0 language +slot 6 disk +import slot 6 rom 0 disk2.a65 +load slot 6 drive 1 choplifter.woz diff --git a/supervisor/includes/epple2.supervisor b/supervisor/includes/epple2.supervisor index e7ee07f..0cc7fec 100644 --- a/supervisor/includes/epple2.supervisor +++ b/supervisor/includes/epple2.supervisor @@ -11,7 +11,7 @@ redirect_stderr=true stdout_logfile_maxbytes=0 [program:epple2] -command=epple2 +command=epple2 setup.conf stdout_logfile=/dev/stdout redirect_stderr=true stdout_logfile_maxbytes=0