3dfx video card emulate port for mac emulations
Moderators: Cat_7, Ronald P. Regensburg
3dfx video card emulate port for mac emulations
For some pc emulations including 86box and bochs could emulate 3dfx voodoo card. Could sheepshaver or qemu add a 3dfx voodoo emulate port for old mac games need glide api https://zhuanlan.zhihu.com/p/599552409?utm_id=0 ?
Re: 3dfx video card emulate port for mac emulations
It'd be tricky to add it to SheepShaver (but probably not impossible); much more likely to add it to QEMU where there's a concept of emulated hardware components. For one thing, SheepShaver emulates a very specific piece of "hardware" and currently has a single developer looking at the source; QEMU is heavily developed and would be able to re-use 3DFX emulation across cores.wyf180 wrote: ↑Mon Sep 18, 2023 2:43 am For some pc emulations including 86box and bochs could emulate 3dfx voodoo card. Could sheepshaver or qemu add a 3dfx voodoo emulate port for old mac games need glide api https://zhuanlan.zhihu.com/p/599552409?utm_id=0 ?
There's already an ATi Rage shim in QEMU-PPC as well, although it does nothing at this point other than announce that the card is present (which is enough to make some games function with software video). I think such an integration would require someone like Eliot Nunn to have a look at the OpenFirmware side of things though, to ensure the correct shims are inserted at initialization for the OS to be able to interact with the emulated graphics card(s).
So: theoretically, yes (we've discussed it on here before), but actually implementing is going to require someone with familiarity with the emulator, OpenFirmware, OS graphics internals and enough time to get at least a framework put together that others with enough time could work on.