mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 04:41:51 +09:00
computer item 'almost' workign
This commit is contained in:
5
assets/mods/dwarventech/bios/pipcode_test.bas
Normal file
5
assets/mods/dwarventech/bios/pipcode_test.bas
Normal file
@@ -0,0 +1,5 @@
|
||||
10 print("Polling...")
|
||||
50 for i=0 to 160*140-1
|
||||
63 poke(-1048576-i,int(rnd(1)*16))
|
||||
70 next
|
||||
80 goto 10
|
||||
Reference in New Issue
Block a user