From: Toni Wilen Date: Tue, 3 Jul 2018 18:58:21 +0000 (+0300) Subject: QuikPak max memory size fixed. X-Git-Tag: 4010~32 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7e2b58726c05f9eda2b814456066510a31ade5b3;p=francis%2Fwinuae.git QuikPak max memory size fixed. --- diff --git a/expansion.cpp b/expansion.cpp index 2dca8bf2..cca848b6 100644 --- a/expansion.cpp +++ b/expansion.cpp @@ -5631,7 +5631,7 @@ static const struct cpuboardsubtype gvpboard_sub[] = { ROMTYPE_CB_QUIKPAK, 0, quikpak_add_scsi_unit, EXPANSIONTYPE_SCSI, BOARD_MEMORY_HIGHMEM, - 64 * 1024 * 1024, + 128 * 1024 * 1024, }, { NULL