Lastest package is mostly behind the scenes, bugfixing and chasing cache related stuff.
Integration of a separate isa_bios wip refactoring branch to main.
GCC programs are now compiled with 15.2.0-mintelf instead of 13.4.0-mint.
These may depend on each other being similarly recent so update all of them: rom, rvbios, isa_bios, rvsnd
(and for rvsnd update the entire folder as the new exe is not backwards compatible with the older driver files)
Additionally:
- Latest MiNT 1.19 release has support for Raven hardware poweroff (*)
- A pull request for the same feature in MagiC has been submitted so should hopefully end up in releases there too.
(*) Hardware poweroff requires CKBD controller, as well as soldering one wire mentioned here:
https://github.com/agranlund/raven/tree ... ades/ckbd
Code: Select all
260406:
rom (bios)
faster vgabios x86emu
export function for moving 060sp to any vector table
d and a commands can now take register as parameter
rom (emutos)
updated to #f96a524 @ 20260331
correct cache status when emudesk.inf is not present
removed cache menu item (as Falcon, use control panel if needed)
rvbios:
move 060sp to TOS vectors (fix Mint 1.16.0 crash)
support older CT60 xbios calls (fix xcontrol for CT60 crash)
support puntaes xbios call (MagiC poweroff)
isa_bios:
more flexible device config options (isa_bios.inf)
more useful device info log (isa_bios.log)
rvsound:
fix cache related crash, should now be copyback safe.
(update entire folder, including drivers)
software:
added xcontrol.acc (CT60 patched version)
added general.cpx (CT60 patched version)
added gsxbmixer (compatible with rvsnd)
