andychase / gbajs2

gbajs2 is a Game Boy Advance emulator written in Javascript from scratch using HTML5 technologies like Canvas and Web Audio. It is freely licensed and works in any modern browser without plugins.
https://andychase.me/gbajs2
BSD 2-Clause "Simplified" License
212 stars 76 forks source link

start bug 勇者斗恶龙怪兽仙境中文版.gba #19

Closed anlei586 closed 3 years ago

anlei586 commented 3 years ago

Rom link removed gba.js:233 Uncaught Unimplemented software interrupt: 0xd runFunc @ gba.js:233 setTimeout (async) GameBoyAdvance.window.queueFrame @ gba.js:68 runFunc @ gba.js:225 setTimeout (async) GameBoyAdvance.window.queueFrame @ gba.js:68 runFunc @ gba.js:225 setTimeout (async) GameBoyAdvance.window.queueFrame @ gba.js:68 runStable @ gba.js:237 (anonymous) @ (index):130 reader.onload @ gba.js:126 load (async) loadRomFromFile @ gba.js:123 run @ (index):122 onchange @ (index):372

andychase commented 3 years ago

Is this for a specific rom? The emulator doesn’t have full compatibility

andychase commented 3 years ago

Yeah in your link it says unimplemented. I am not aiming to improve the compatibility, the original author restarted because of the challenge of doing so. I would just use a more complete emulator if you need more compatibility.