Hi guys,
Today I tried to run privateer on my windows xp machine and like everybody else failed at first. Also tried Dosbox but was horribly slow.
I then stumbled upon QEMU and got it to work pretty good without much effort. (At least think good , I don't know how it's suppose to run but I guess it feels slick).
Also, I'm not sure about joystick support as I don't own one so I didn't bother to look into that, and I couldn't get the speech to work (music works fine though).
Did a quick search on QEMU here and didn't find anything, so I hope I'm not typing this for nothing.
So here is a small how-to on what I did to get it running (and perhaps let anyone else answer the stuff I didn't figure out, or tell me it still runs like crap and I still have to buy an old pc somewhere):
- Get Dos 7.10 in IMG files
- Download QEMU for windows ( http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.8.2-windows.zip )
- Obviously unzip somewhere
- Create a harddisk with qemu-img, I think I used:
qemu-img create harddisk.img 200M
- Then edit the qemu-win.bat and remove the last line and add this: (where DOS71_1.IMG is your floppy image of dos):
qemu.exe -L . -m 128 -boot a -fda DOS71_1.IMG -hda harddisk.img -soundhw all -localtime
- When you have to switch floppy's hit ctrl+alt+2 and type
change fda NEWIMAGE
Then to return to dos hit ctrl+alt+1, when you have remove the floppy type eject fda
- After installing edit qemu-win.bat again and change the last line to:
qemu.exe -L . -m 128 -hda harddisk.img -hdb fat:c:/Privateer -soundhw all -localtime
This way it mounts your local drive as D: in dos and you can copy privateer into the dos image
- (Not sure if this is necessary) Edit the config.sys and change the emm386 line into:
DEVICEHIGH=C:\DOS71\EMM386.exe 16384 RAM D=48
- Then set your soundcard to soundblaster PRO/16 irq: 7 and speech to none.
I guess that's everything, I could of missed something (as I'm tired and desperately need sleep ).
Today I tried to run privateer on my windows xp machine and like everybody else failed at first. Also tried Dosbox but was horribly slow.
I then stumbled upon QEMU and got it to work pretty good without much effort. (At least think good , I don't know how it's suppose to run but I guess it feels slick).
Also, I'm not sure about joystick support as I don't own one so I didn't bother to look into that, and I couldn't get the speech to work (music works fine though).
Did a quick search on QEMU here and didn't find anything, so I hope I'm not typing this for nothing.
So here is a small how-to on what I did to get it running (and perhaps let anyone else answer the stuff I didn't figure out, or tell me it still runs like crap and I still have to buy an old pc somewhere):
- Get Dos 7.10 in IMG files
- Download QEMU for windows ( http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.8.2-windows.zip )
- Obviously unzip somewhere
- Create a harddisk with qemu-img, I think I used:
qemu-img create harddisk.img 200M
- Then edit the qemu-win.bat and remove the last line and add this: (where DOS71_1.IMG is your floppy image of dos):
qemu.exe -L . -m 128 -boot a -fda DOS71_1.IMG -hda harddisk.img -soundhw all -localtime
- When you have to switch floppy's hit ctrl+alt+2 and type
change fda NEWIMAGE
Then to return to dos hit ctrl+alt+1, when you have remove the floppy type eject fda
- After installing edit qemu-win.bat again and change the last line to:
qemu.exe -L . -m 128 -hda harddisk.img -hdb fat:c:/Privateer -soundhw all -localtime
This way it mounts your local drive as D: in dos and you can copy privateer into the dos image
- (Not sure if this is necessary) Edit the config.sys and change the emm386 line into:
DEVICEHIGH=C:\DOS71\EMM386.exe 16384 RAM D=48
- Then set your soundcard to soundblaster PRO/16 irq: 7 and speech to none.
I guess that's everything, I could of missed something (as I'm tired and desperately need sleep ).