[menu] menudefault=Mame, 5 menuitem=Windows, Win9x menuitem=Mame, Mame menucolor=15,0 [Windows] DOS=HIGH,UMB fileshigh=99 device=C:\WINDOWS\himem.sys device=C:\WINDOWS\EMM386.EXE noems shell=c:\command.com c:\ /e:1024 /p [Mame] DOS=HIGH,UMB files=10 lastdrive=z device=C:\WINDOWS\himem.sys device=C:\WINDOWS\EMM386.EXE NOEMS NOVCPI |
@echo off SET BLASTER=A220 I5 D1 H5 P330 T6 SET SBPCI=C:\PROGRA~1\CREATIVE\AUDIO\DOSDRV if "%config%"=="Windows" goto windows if "%config%"=="Mame" goto mame :mame loadhigh C:\WINDOWS\COMMAND\nlsfunc.exe C:\WINDOWS\country.sys set path=c:\windows;c:\windows\command;d:\bin;%path% loadhigh d:\bin\cwsdpmi.exe -p -s- smartdrv x 6326tsr setwc > null C:\PROGRA~1\CREATIVE\AUDIO\DOSDRV\sbinit d: cd d:\arcadeos\arcadeos arcadeos goto end :windows loadhigh C:\WINDOWS\COMMAND\nlsfunc.exe C:\WINDOWS\country.sys set path=c:\windows;c:\windows\command;%path% win goto end :end c:\windows\command\mode co80 |