uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 0e36e4da69b85301189226fc64d5a5f794c1066b
parent 25f988812c12d3c4f0a11f45346ef3c244dd47f4
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Mon, 12 Apr 2021 21:02:47 +0100

Fixed File device members

Diffstat:
Mprojects/examples/blank.usm | 2+-
Mprojects/software/assembler.usm | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/projects/examples/blank.usm b/projects/examples/blank.usm @@ -10,7 +10,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 pad 6 name 2 length 2 load 3 save 2 } +|0170 ;File { vector 2 pad 6 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } |0200 diff --git a/projects/software/assembler.usm b/projects/software/assembler.usm @@ -13,7 +13,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 pad 6 name 2 length 2 load 3 save 2 } +|0170 ;File { vector 2 pad 6 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } ( vectors ) @@ -816,7 +816,7 @@ @l-DateTime-year [ 0000 ] [ 0000 ] [ year 00 ] [ 02 ] .DateTime.year @l-File [ 0000 ] [ 0000 ] [ File 00 ] [ 80 ] .File .l-File-root @l-File-length [ 0000 ] .l-File-load [ length 00 ] [ 02 ] .File.length -@l-File-load [ 0000 ] [ 0000 ] [ load 00 ] [ 00 ] .File.load +@l-File-load [ 0000 ] [ 0000 ] [ load 00 ] [ 02 ] .File.load @l-File-root @l-File-name .l-File-length .l-File-save [ name 00 ] [ 02 ] .File.name @l-File-save [ 0000 ] .l-File-vector [ save 00 ] [ 02 ] .File.save