From 6bb1b5fe034d39713d15b42afdb83d0e957bc053 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 28 Aug 2024 09:45:57 -0700 Subject: [PATCH] (m291) Inline console enum --- gui/m291/src/m291.tal | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/gui/m291/src/m291.tal b/gui/m291/src/m291.tal index 5aa6686..2883eeb 100644 --- a/gui/m291/src/m291.tal +++ b/gui/m291/src/m291.tal @@ -1,17 +1,10 @@ ( Well, I wasn't going to call it m7b ) -|10 @Console &vector $2 -|12 &read $1 -|17 &type $1 -|18 &write $1 -|19 &error $1 -|1c &addr $2 -|1e &mode $1 -|1f &exec $1 +|10 @Console &vector $2 &read $5 &type $1 &write $1 &error $3 &addr $2 &mode $1 &exec $1 |00 @System &vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 &debug $1 &state $1 -|20 @Screen &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1 +|20 @Screen &vector $2 &width $2 &height $2 &auto $2 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1 |80 @Controller &vector $2 &button $1 &key $1 -|90 @Mouse &vector $2 &x $2 &y $2 &state $1 &chord $1 &pad $4 &scrolly &scrolly-hb $1 &scrolly-lb $1 +|90 @Mouse &vector $2 &x $2 &y $2 &state $5 &scrolly &scrolly-hb $1 &scrolly-lb $1 |a0 @File &vector $2 &success $1 &success-lb $1 &stat $2 &delete $1 &append $1 &name $2 &length $2 &read $2 &write $2 |c0 @DateTime &year $2 &month $1 &day $1 &hour $1 &minute $1 &second $1 &dotw $1 &doty $2 &isdst $1