LGB
LGB
Wiznet w5300 in indirect 8 bit access mode. Emulate it with host OS (the OS which runs the emulator ie Linux or Windows) networking.
Current memory decoding inside the MEGA65 emulator is horrible. Slow, overcomplicated, almost impossible to maintain and modify, especially for outsiders, but even for myself ... Fun fact, that it was...
Develop a shared component which allows CBM-like BASICs to export current BASIC memory content to a selected file, or to the clipboard. Optionally, allow to do it, into a Tex...
NULL pointer dereference in OPL3_EnvelopeUpdateKSL (probably thread race-condition related though)
Hello, I'm using this cool Nuked-OPL3 implementation in a little emulator project of mine, and encountered a problem. I'm more or less sure that it's my fault, so sorry about...
@ki-bo studying C65's memory management (running test programs on real C65) found several interesting facts and difference from the implementation done by MEGA65-core (also Xemu, in both of its C65...
Originally issue #368 but it's a more generic one: since the big changes of #140 utility menu items (`configure`, `fdisk`, `keyboard test`) do not work and produces only "white screen"....
Reported by @mteufel. ROM v920390 works fine, however v920391 does not: it only gives blue screen. It seems, execution at around `$0003:$561B`. @dansanderson checked that too, but it worked for...
As discussed in https://github.com/MEGA65/mega65-core/issues/736 we need a time machine. Because of the various implementation difficulties, chip shortage (flux capacitors are extremely hard to buy nowadays) and lack of experienced volunteers...
Emulation window size (_"zoom"_) should be settable by configuration and/or UI menu. However there is no clear/tested way to do that in the Xemu framework, and especially problematic in the...
In theory, SDL2 apps can be built for Android not so hard. Investigate if it's possible and how. This is maybe a minor issue (and probably wouldn't be fast enough...