dale-8a

CHIP-8 emulator in POSIX AWK
git clone git://git.luxferre.top/dale-8a.git
Log | Files | Refs | README | LICENSE

commit 9a0d4b961e24cbdb300f65cbadd36a1bc7c5df50
parent 3a38b86e1e4eab4a8dd6346b8d9516a36a189394
Author: Luxferre <lux@ferre>
Date:   Thu, 11 May 2023 18:36:41 +0300

fixed wrapper a bit

Diffstat:
Mdale8a.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dale8a.sh b/dale8a.sh @@ -1,5 +1,8 @@ #!/bin/sh -AWKENGINE="mawk -W posix" +# Use the default awk in your OS: +AWKENGINE=awk +# or uncomment one of these: +#AWKENGINE="mawk -W posix" #AWKENGINE="gawk -P" #AWKENGINE="busybox awk" ESC=$'\x1b'