LGB
LGB
Shallan has created a nice loader for his works, which uses F011 registers directly to load needed files etc. That works on MEGA65. With Xemu/MEGA65 it does not work. However,...
Mega65 target got "UART monitor" for similar job as a real Mega65 has for. Note, that this feature would be useful for _every_ targets for some form! So the monitor...
Xemu/C65 for example works fine inside a web browser. Xemu/Mega65 should work as well. Interestingly it compiles, but throws a Javascript Exception, which indeed, should not happen at all. ##...
On a real EP, accessing VRAM or VIO by the CPU is slower. Emulate this, even if it's not very accurate
Still unrelated to the sound output sync/buffering, implement Dave sounds other than the three "square wave" sources + D/A, ie noise channel, modulation, distortion, "filter".
Re-mapping default keys in any emulator inside Xemu is a mess. Though there is a config file for that, what can be edited, it's very hard to do, and even...
Let's implement a format, recognized by the `-prg` (or UI option "inject program") - so I don't need another option/notion/menu - which can fill various memory regions and optionally can...
Freezer functionality of Mega65 is not tested to well on Xemu. it's said not even working, also IIRC ... Task: study the requirements (sys partition, freezer.m65, ...), create a test...
Unless some installer-like solution is given (eg, a deb file for Debian based Linux distro, which instructs the dependency) run-time dependency on SDL2 can causes headaches for many people as...
Currently, using a config file is enough, later, some more user-friendly, interactive way would be better, maybe!