Don't hide the FS-UAE window
[amiga-uae-virus-scan.git] / amiga-uae-virus-scan.sh
index c63bbb7f14b785b1bbb9761c98f60c1f21f2b919..481cde806ea1cf2b6b52f0abc03e1157395804d3 100755 (executable)
@@ -144,6 +144,7 @@ function populate_dh0()
        lha xqiw="$TD/$DHDIR/S" "$INSTALLERS"/xadmaster-key.lha xadmaster.key
 
        cat > "$TD/$DHDIR/S/startup-sequence" <<-EOF
+               ;CheckX ALL FROM DF1: LOG SYS:checkx-scandir.log
                CheckX ALL FROM SYS:scandir LOG SYS:checkx-scandir.log
                UAEquit
        EOF
@@ -157,6 +158,7 @@ function write_uae_config()
        cat > "$TD/amiga-virus-scan.fs-uae" <<-EOF
                [fs-uae]
                amiga_model = A4000
+               zorro_iii_memory = 1048576
                automatic_input_grab = 0
                end_config = 1
                expect_version = 2.8.0
@@ -179,7 +181,7 @@ function write_uae_config()
                save_disk = 0
                uae_sound_output = none
                video_sync = 1
-               window_hidden = 1
+               window_hidden = 0
                zoom = full
        EOF