You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MEGA65-core is planning to have its native cartridge support. So far, the limited support for C64 cartridges would not make too much sense for MEGA65 to support, as for being an emulator, a proper C64 emulator for that purpose is a much better choice. However with having the possibility of native cartridges for MEGA65, the situation is already different.
Testing that ROM in Xemu (currently using branch next commit f16e0ae) shows, that it basically works, having the binary cartridge attached, on reset or power-on, the cartridge (mandelbrot explorer, native MEGA65 cartridge example) starts.
Note, currently I don't know why the slow device space is used for OPL
why not the native I/O space, or the MEGA65 specific OPL regs
at $FE000xx which is intended for that very purpose!
btoschi on Discord has great success to make OPL working on MEGA65 but
requires this access mode, so this quick hack is intended to serve that
holy purpose :)
Note, currently I don't know why the slow device space is used for OPL
why not the native I/O space, or the MEGA65 specific OPL regs
at $FE000xx which is intended for that very purpose!
btoschi on Discord has great success to make OPL working on MEGA65 but
requires this access mode, so this quick hack is intended to serve that
holy purpose :)
MEGA65-core is planning to have its native cartridge support. So far, the limited support for C64 cartridges would not make too much sense for MEGA65 to support, as for being an emulator, a proper C64 emulator for that purpose is a much better choice. However with having the possibility of native cartridges for MEGA65, the situation is already different.
https://mega65.atlassian.net/wiki/spaces/MEGA65/pages/36962324/MEGA65+Style+Cartridge+Work+in+Progress
MEGA65/mega65-rom-public#62
The Commodore "standard" .CRT format may need to be extended for some MEGA65 support. Current CRT format:
https://vice-emu.sourceforge.io/vice_17.html#SEC429
However, at this point, if CRT is supported (because of its future MEGA65 features), why not support standard C64 cartridges as well.
The text was updated successfully, but these errors were encountered: