Sun 12 Jan 19:25:13 CET 2025
This commit is contained in:
parent
dd28dc5903
commit
d3802cf5ad
|
@ -27,8 +27,10 @@ function createEmulator() {
|
|||
buffer: new Uint8Array(16*1024*1024).buffer
|
||||
},
|
||||
boot_order : 0x123,
|
||||
autostart : true
|
||||
autostart : true,
|
||||
// log_level : 0x004000,
|
||||
})
|
||||
emulator.serial1_send=function(a){for(var b=0;b<a.length;b++) emulator.bus.send("serial1-input",a.charCodeAt(b))};
|
||||
}
|
||||
createEmulator()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user