forked from mattcaron/playonlinux
-
Notifications
You must be signed in to change notification settings - Fork 10
Normality
petchema edited this page Jun 24, 2012
·
3 revisions
(DOSBox)
- PlayOnLinux 4.1.3-dev
- Tested with 1.4-dos_support_0.5
- Install path Program Files/GOG.com/Normality/
- Shortcuts:
- Readme ["readme.txt" ]
- Manual ["Manual.pdf" ]
- Graphic mode setup ["Graphic mode setup.exe" GOGNORMALITY]
- Normality ["DOSBOX/DOSBox.exe" -conf dosboxNORMAL.conf -noconsole -c "exit"]
dosboxNORMAL.conf:
[dosbox]
memsize=16
[cpu]
core=auto
cputype=auto
cycles=auto
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[autoexec]
@echo off
cls
mount C "." -freesize 1024
imgmount d "NORMAL.GOG" -t iso -fs iso
cls
c:
copy normal.bat maps\silly.das >NUL
del maps\*.das
norm
exit