First post, by .legaCy
- Rank
- Oldbie
This is my 3-in-1 MS-DOS Retro Gaming PC
It can run in full speed, 486 speed and 386 speed.
VIDEO of the building process: https://youtu.be/_OTM4TGvNbc
OBS: if the video isn't showing on 1080p it might be under YouTube processing stage, but as soon it finishes the processing it will be available
Thanks to PhilsComputerLabs for inspiring me to build this and helping with some questions, and thanks to every member that helped me too.
Hardware:
Intel Pentium 133MHz
ASUS SP97-XV
AVL 128MB DIMM PC100
Maxtor Fireball 3 30GB HDD
S3 Trio 64V+ 4MB
Creative SoundBlaster AWE64 Value.
aweboost.bat
@echo offif "%1" == "" GOTO hlpif "%1" == "/?" GOTO hlpif "%1" == "on" GOTO enaif "%1" == "off" GOTO dis:enaC:\SB16\AWEUTIL /S /R:30 /C:30C:\SB16\CT3DSE ongoto end:disC:\SB16\AWEUTIL /S /R:0 /C:0C:\SB16\CT3DSE offGOTO end:hlpecho .legaCy's AWE Boost batch fileecho parameters on: turn on the boostecho parameters off: turn off the boostecho Special thanks to PhilsComputerLab:end