mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 15:24:05 +09:00
doc update for modules (audio will be coming)
This commit is contained in:
@@ -79,4 +79,6 @@ else {
|
||||
let response = eval("let basica=function(exec_args){"+sys.romReadAll()+"};basica;")();
|
||||
|
||||
if (response !== 0) println("No ROM BASIC system halted");
|
||||
}
|
||||
}
|
||||
|
||||
sys.poke(-90,128)
|
||||
@@ -162,3 +162,5 @@ while (sys.nanoTime() - tmr < 3 * 1000000000.0) {
|
||||
|
||||
if (!sysRq) bootFromFirst()
|
||||
else runConfigurator()
|
||||
|
||||
sys.poke(-90,128)
|
||||
@@ -29,4 +29,6 @@ if (portNumber < 4) {
|
||||
}
|
||||
else {
|
||||
printerrln("No bootable medium found.");
|
||||
}
|
||||
}
|
||||
|
||||
sys.poke(-90,128)
|
||||
@@ -53,4 +53,6 @@ if (portNumber < 4) {
|
||||
}
|
||||
else {
|
||||
printerrln("No bootable medium found.");
|
||||
}
|
||||
}
|
||||
|
||||
sys.poke(-90,128)
|
||||
@@ -100,3 +100,5 @@ if (portNumber < 4) {
|
||||
else {
|
||||
printerrln("No bootable medium found.");
|
||||
}
|
||||
|
||||
sys.poke(-90,128)
|
||||
Reference in New Issue
Block a user