Hi.
I'm trying to be able to mount a disc after an eject. I have created a callback when the eject happens and then I select a new image and have tried to initialize the disc using disc_init with no luck.
After that I have checked the basiliskII code and I see that in control 65 it checks for devices that must be mounted and then it mounts them by calling Execute68kTrap, but I can't find an equivalent in umac (the trap, not code 65, I see that is still not supported).
Is it possible to mount new disks with the current code or the trap system is missing?
Sorry if anything that I say is too obvious or absurd but I have zero clue on how the Mac works and I'm mostly doing this blindly 😆
BTW. the pico-mac is really cool, I have modified it to work with DVI and included a file browser to select the images from SD, that's why I would like to be able to change the inserted image 😄
Cheers.
Hi.
I'm trying to be able to mount a disc after an eject. I have created a callback when the eject happens and then I select a new image and have tried to initialize the disc using disc_init with no luck.
After that I have checked the basiliskII code and I see that in control 65 it checks for devices that must be mounted and then it mounts them by calling Execute68kTrap, but I can't find an equivalent in umac (the trap, not code 65, I see that is still not supported).
Is it possible to mount new disks with the current code or the trap system is missing?
Sorry if anything that I say is too obvious or absurd but I have zero clue on how the Mac works and I'm mostly doing this blindly 😆
BTW. the pico-mac is really cool, I have modified it to work with DVI and included a file browser to select the images from SD, that's why I would like to be able to change the inserted image 😄
Cheers.