1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 09:38:28 +03:00

Merge pull request #393 from bjh21/bjh21-bbc-basic

bbc-basic: Increase Brandy heap size so we run out of memory less
This commit is contained in:
Joel Martin 2019-05-30 23:15:00 -04:00 committed by GitHub
commit eff950f40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#! /bin/bash
exec "${BRANDY:-sbrandy}" \
exec "${BRANDY:-sbrandy}" -size 1024k \
-path ../bbc-basic -quit $(dirname $0)/${STEP:-stepA_mal}.bbc "${@}"

View File

@ -57,7 +57,7 @@ DEF PROCtypes_init
REM 8 bytes in Brandy on a 32-bit system, 16 bytes in Brandy on
REM a 64-bit system.
DIM Z%((HIMEM-LOMEM)/100,3), Z$((HIMEM-LOMEM)/100)
DIM Z%((HIMEM-LOMEM)/110,3), Z$((HIMEM-LOMEM)/110)
DIM sS%((HIMEM-LOMEM)/64)
Z%(1,0) = &04 : REM false