Forum » Programska oprema » QEMU 3dfx Glide Pass-Through
QEMU 3dfx Glide Pass-Through
Rad21 ::
https://github.com/kjliew/qemu-3dfx
Kako to naredim? Windows 98 sem namestil. Zvok in vse deluje razen 3dfx.
Kako to naredim? Windows 98 sem namestil. Zvok in vse deluje razen 3dfx.
opeter ::
Zakaj se s tem zafrkavaš, če obstajata nGlide in dgVoodoo? Do sedaj se še nisem srečal z Glide igro, ki ne bi delovala pod Windows 10 z enim od teh wrapperjev.
nGlide:
https://www.zeus-software.com/downloads...
https://www.zeus-software.com/downloads...
dgVoodoo:
http://dege.freeweb.hu/dgVoodoo2/dgVood...
http://dege.freeweb.hu/dgVoodoo2/Readme...
http://dege.freeweb.hu/dgVoodoo2/Readme...
dgVoodoo lahko uporabiš tudi za QEmu.
nGlide:
https://www.zeus-software.com/downloads...
https://www.zeus-software.com/downloads...
dgVoodoo:
http://dege.freeweb.hu/dgVoodoo2/dgVood...
http://dege.freeweb.hu/dgVoodoo2/Readme...
http://dege.freeweb.hu/dgVoodoo2/Readme...
dgVoodoo lahko uporabiš tudi za QEmu.
Hrabri mišek (od 2015 nova serija!) -> http://tinyurl.com/na7r54l
18. november 2011 - Umrl je Mark Hall, "oče" Hrabrega miška
RTVSLO: http://tinyurl.com/74r9n7j
18. november 2011 - Umrl je Mark Hall, "oče" Hrabrega miška
RTVSLO: http://tinyurl.com/74r9n7j
Zgodovina sprememb…
- spremenil: opeter ()
Rad21 ::
opeter ::
dgVoodoo lahko uporabiš tudi za QEmu.
Kako?
Preberi točko 5.
http://dege.freeweb.hu/dgVoodoo2/Readme...
There is no installer for dgVoodoo beacuse you can copy its dlls anywhere you want (to use). If u like it and want to use as the only global Glide wrapper on your machine then copy Glide dlls to the system folder. Glide dlls are available in both 32bit (x86) and 64bit (x64) versions. x64 version is for 64 bit QEmu (and maybe 64 bit DosBox) builds. For native usage you always need the 32bit (x86) version dlls.
Preveri ta projekt:
https://github.com/kjliew/qemu-3dfx
Še dva demonstracijska posnetka, da glide deluje pod QEmu:
Hrabri mišek (od 2015 nova serija!) -> http://tinyurl.com/na7r54l
18. november 2011 - Umrl je Mark Hall, "oče" Hrabrega miška
RTVSLO: http://tinyurl.com/74r9n7j
18. november 2011 - Umrl je Mark Hall, "oče" Hrabrega miška
RTVSLO: http://tinyurl.com/74r9n7j
Zgodovina sprememb…
- spremenil: opeter ()
Rad21 ::
https://github.com/kjliew/qemu-3dfx/wiki
Create Windows 98 SE HDD image
$ cd ~/myqemu/qemu-3dfx/build && mkdir ../vmimgs
$ ./qemu-img create -f qcow2 ../vmimgs/w98.qcw 1024M
Boot from floppy image, FDISK and FORMAT HDD image
./qemu-system-i386 -L pc-bios \
-rtc base=localtime -no-hpet -no-reboot \
-drive file=../vmimgs/w98.qcw \
-device VGA \
-M pc,accel=kvm -device ac97 \
-netdev user,id=net0 -device rtl8139,netdev=net0 \
-drive if=floppy,file=fd.img -boot a
Boot from CD with CD-ROM support
./qemu-system-i386 -L pc-bios \
-rtc base=localtime -no-hpet -no-reboot \
-drive file=../vmimgs/w98.qcw \
-device VGA \
-M pc,accel=kvm -device ac97 \
-netdev user,id=net0 -device rtl8139,netdev=net0 \
-cdrom w98se.iso -boot d
?????
The syntax of instructions are designed to be agnostic whether one uses Windows 10 or modern Linux distro and based on BASH shell environment. BASH shell is the standard console environment for most Linux. For Windows 10 users, it is highly recommended that one switches to similar BASH shell environment instead of staying with Windows 10 PowerShell or plain Command Prompt. MSYS2 (https://www.msys2.org) and MinGW - Minimalist GNU for Windows (https://sourceforge.net/projects/mingw) provide BASH shell on Windows 10.
Kako to naredim v Windows 10?
Ali bi lažje to naredil v Linux-u?
Finally, we are in for KVM/WHPX super-charged QEMU accelerated Windows 98 SE virtual machine that brings modern CPU/GPU prowess to retro Windows games.
./qemu-system-i386 -L pc-bios \
-rtc base=localtime -no-hpet -no-reboot \
-drive file=../vmimgs/w98.qcw \
-device VGA \
-M pc,accel=kvm -device ac97 \
-netdev user,id=net0 -device rtl8139,netdev=net0 \
-drive file=../vmimgs/mygames.qcw
Kako to naredim?
Create Windows 98 SE HDD image
$ cd ~/myqemu/qemu-3dfx/build && mkdir ../vmimgs
$ ./qemu-img create -f qcow2 ../vmimgs/w98.qcw 1024M
Boot from floppy image, FDISK and FORMAT HDD image
./qemu-system-i386 -L pc-bios \
-rtc base=localtime -no-hpet -no-reboot \
-drive file=../vmimgs/w98.qcw \
-device VGA \
-M pc,accel=kvm -device ac97 \
-netdev user,id=net0 -device rtl8139,netdev=net0 \
-drive if=floppy,file=fd.img -boot a
Boot from CD with CD-ROM support
./qemu-system-i386 -L pc-bios \
-rtc base=localtime -no-hpet -no-reboot \
-drive file=../vmimgs/w98.qcw \
-device VGA \
-M pc,accel=kvm -device ac97 \
-netdev user,id=net0 -device rtl8139,netdev=net0 \
-cdrom w98se.iso -boot d
?????
The syntax of instructions are designed to be agnostic whether one uses Windows 10 or modern Linux distro and based on BASH shell environment. BASH shell is the standard console environment for most Linux. For Windows 10 users, it is highly recommended that one switches to similar BASH shell environment instead of staying with Windows 10 PowerShell or plain Command Prompt. MSYS2 (https://www.msys2.org) and MinGW - Minimalist GNU for Windows (https://sourceforge.net/projects/mingw) provide BASH shell on Windows 10.
Kako to naredim v Windows 10?
Ali bi lažje to naredil v Linux-u?
Finally, we are in for KVM/WHPX super-charged QEMU accelerated Windows 98 SE virtual machine that brings modern CPU/GPU prowess to retro Windows games.
./qemu-system-i386 -L pc-bios \
-rtc base=localtime -no-hpet -no-reboot \
-drive file=../vmimgs/w98.qcw \
-device VGA \
-M pc,accel=kvm -device ac97 \
-netdev user,id=net0 -device rtl8139,netdev=net0 \
-drive file=../vmimgs/mygames.qcw
Kako to naredim?
Zgodovina sprememb…
- spremenilo: Rad21 ()
Rad21 ::
Za Windows 98/95 so najboljši DOSBox-X, PCem, 86Box in dgVoodoo, nGlide v Windows 10.
https://dosbox-x.com/wiki/Guide%3AInsta...
Še Glide podpira.
https://dosbox-x.com/wiki/Guide%3AInsta...
Še Glide podpira.
Zgodovina sprememb…
- spremenilo: Rad21 ()
driver_x ::
kako je v takih primerih z dostopom do hardvera, konkretno game porta. Uporabil bi rad en star FF joystick s priklopom na ta priključek, ki ga imam na enem starejšem PCI SoundBlasterju.
Rad21 ::
V dgVoodoo lahko nastavim ločljivost 5120x2880. Kakšna grafika. Z Voodoo v emulatorjih še na 1024x768 komaj delujejo igre.
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | Windows 98 emulator za stare igreOddelek: Igre | 2403 (1389) | Golf_GTI |
» | Windows 98 SATA HDD, CD-ROMOddelek: Operacijski sistemi | 3625 (2367) | opeter |
» | red aler 2Oddelek: Igre | 2159 (1538) | MihaK3 |
» | DOSBox nGlide 3DFX IgreOddelek: Igre | 850 (686) | opeter |
» | Need for Speed 2 SE Windows XP SP3 VMware Workstation problemOddelek: Igre | 1012 (954) | Sandi1987 |