commit 7bd91dc
Devie Lu Linvega
·
2025-12-13 19:20:41 +0000 UTC
parent 6ed93b5
Added meta to perifs
1 files changed,
+9,
-1
+9,
-1
1@@ -1,4 +1,6 @@
2-( Controller: Buttons should highlight on press and display the button and key bytes. )
3+(
4+| Controller: Buttons should highlight on press and display the button and key bytes.
5+| Mouse: Buttons should highlight on press and display the x and y position. )
6
7 |00 @System/vector $2 &wst $1 &rst $1 &pad $4 &r $2 &g $2 &b $2 &debug $1 &halt $1
8 |20 @Screen/vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1
9@@ -12,6 +14,7 @@
10 |100
11
12 @on-reset ( -> )
13+ ;meta #06 DEO2
14 ( | theme )
15 #0fff .System/r DEO2
16 #0f0f .System/g DEO2
17@@ -25,6 +28,11 @@
18 ;mouse/on-event .Mouse/vector DEO2
19 BRK
20
21+@meta 00 "Perifs 0a
22+ ( details ) "A 20 "Peripherals 20 "Test 0a
23+ ( author ) "By 20 "Hundred 20 "Rabbits 0a
24+ ( date ) "12 20 "Dec 20 "2025 00 00
25+
26 (
27 @|Controller )
28