mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-14 15:06:05 +09:00
fix: vmemu not reading bios due to changes for BASIC not being ported
This commit is contained in:
@@ -45,7 +45,7 @@ object VMSetupBroker {
|
||||
vmRunners[vm.id] = VMRunnerFactory(vm.assetsDir, vm, "js")
|
||||
coroutineJobs[vm.id] = GlobalScope.launch {
|
||||
try {
|
||||
vmRunners[vm.id]?.executeCommand(vm.roms[0]!!.readAll())
|
||||
vmRunners[vm.id]?.executeCommand(vm.roms[0].readAll())
|
||||
}
|
||||
catch (e: Throwable) {
|
||||
whatToDoOnVmException(e)
|
||||
|
||||
Reference in New Issue
Block a user