Sun 12 Jan 19:25:13 CET 2025

This commit is contained in:
sbosse 2025-01-12 19:26:28 +01:00
parent dd28dc5903
commit d3802cf5ad

View File

@ -27,8 +27,10 @@ function createEmulator() {
buffer: new Uint8Array(16*1024*1024).buffer buffer: new Uint8Array(16*1024*1024).buffer
}, },
boot_order : 0x123, 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() createEmulator()