doc update for modules (audio will be coming)

This commit is contained in:
minjaesong
2023-01-08 18:12:09 +09:00
parent 132c31bda5
commit 4a4b6be240
11 changed files with 93 additions and 15 deletions

View File

@@ -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)

View File

@@ -162,3 +162,5 @@ while (sys.nanoTime() - tmr < 3 * 1000000000.0) {
if (!sysRq) bootFromFirst()
else runConfigurator()
sys.poke(-90,128)

View File

@@ -29,4 +29,6 @@ if (portNumber < 4) {
}
else {
printerrln("No bootable medium found.");
}
}
sys.poke(-90,128)

View File

@@ -53,4 +53,6 @@ if (portNumber < 4) {
}
else {
printerrln("No bootable medium found.");
}
}
sys.poke(-90,128)

View File

@@ -100,3 +100,5 @@ if (portNumber < 4) {
else {
printerrln("No bootable medium found.");
}
sys.poke(-90,128)