Hello,
I'm working in a small sprite editor (multi-sprite, multilayer) using js.It'd be great if i were able to embed the emulator in the web page, and display the sprite preview directly in the c64.
Maybe, it'd be possible to edit sprites, code, or even debug (given enough support) in the browser, targeting the running emulator!
By trial-and-error i was able the location of the screen memory in the HEAPU8 array (i dont know if the whole ram is mapped in that same chunk), but i was not able to find where the vicII registers are mapped.
Is all this even possible?
Hello,
I'm working in a small sprite editor (multi-sprite, multilayer) using js.It'd be great if i were able to embed the emulator in the web page, and display the sprite preview directly in the c64.
Maybe, it'd be possible to edit sprites, code, or even debug (given enough support) in the browser, targeting the running emulator!
By trial-and-error i was able the location of the screen memory in the HEAPU8 array (i dont know if the whole ram is mapped in that same chunk), but i was not able to find where the vicII registers are mapped.
Is all this even possible?