forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Pro pinball timeshock
petchema edited this page Nov 25, 2013
·
2 revisions
- PlayOnLinux 4.1.10-dev
- Tested with 1.4-dos_support_0.6
- Install path Program Files/GOG.com/Pro Pinball - Timeshock/
- Shortcuts:
- Readme ["README.TXT" ]
- Manual ["manual.pdf" ]
- Tech Manual ["tech_manual.PDF" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGPPINBALLTIMESHOCK]
- Pro Pinball - Timeshock! ["DOSBOX/dosbox.exe" -conf dosboxTimeshock.conf -noconsole -c "exit"]
dosboxTimeshock.conf:
[dosbox]
memsize=64
[cpu]
core=auto
cycles=max
[mixer]
rate=22050
blocksize=2048
prebuffer=10
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[gus]
gus=false
[IPX]
Enable=1
Connection=1
ipx=true
[autoexec]
@ECHO OFF
mount C "."
imgmount d "pptime.inst" -t iso
c:
cls
shock.exe
exit
GOG installer v2
- PlayOnLinux 4.2.2-dev
- Tested with Wine 1.4.1-dos_support_0.6
- Install path GOG Games/Pro Pinball - Timeshock/
- Shortcuts:
- Pro Pinball - Timeshock! ["DOSBOX/DOSBox.exe" -conf "..\dosboxTimeshock.conf" -conf "..\dosboxTimeshock_single.conf" -noconsole -c exit]
- Graphic Mode Setup ["DOSBOX/GOGDOSConfig.exe" GOGPPINBALLTIMESHOCK]
- Readme ["README.TXT" ]
- Manual ["manual.pdf" ]
- Tech Manual ["tech_manual.PDF" ]
- Pro Pinball - Timeshock! (Windows) ["Timeshock!.exe" ]
dosboxTimeshock.conf:
[dosbox]
memsize=63
[cpu]
core=auto
cputype=auto
cycles=max
[mixer]
rate=44100
blocksize=1024
prebuffer=80
[sblaster]
sbtype=sb16
sbbase=220
irq=5
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
dosboxTimeshock_single.conf:
[autoexec]
@ECHO OFF
mount C ".."
imgmount d "..\pptime.inst" -t iso
c:
cls
shock.exe
exit