| Name | Last Modified | Size | Type |
|---|---|---|---|
| ../ | - | Directory | |
| SCREENSHOT/ | 2026-Jul-17 23:15:56 | - | Directory |
| dosbox_0.72/ | 2026-Jul-17 20:20:02 | - | Directory |
| README.txt | 2026-Jul-17 20:23:36 | 1.9K | text/plain; charset=utf-8 |
| SDL$SHR.EXE | 2026-Jul-17 20:14:08 | 761.1K | application/x-msdos-program |
| SDL_MIXER$SHR.EXE | 2026-Jul-17 20:14:08 | 158.7K | application/x-msdos-program |
| dosbox.conf | 2026-Jul-17 20:20:32 | 0.1K | text/plain; charset=utf-8 |
| dosbox.exe | 2026-Jul-17 16:57:00 | 7.0M | application/x-msdos-program |
| dosbox_0.72.zip | 2026-Jul-17 20:06:58 | 3.5M | application/zip |
______ _____ ___________ _____ _ ____ ___ _____
| _ \ _ / ___| ___ \ | _ | | | | | \/ |/ ___|
| | | | | | \ `--.| |_/ / _____ __ | | | |_ __ ___ _ __ | | | | . . |\ `--.
| | | | | | |`--. \ ___ \/ _ \ \/ / | | | | '_ \ / _ \ '_ \| | | | |\/| | `--. \
| |/ /\ \_/ /\__/ / |_/ / (_) > < \ \_/ / |_) | __/ | | \ \_/ / | | |/\__/ /
|___/ \___/\____/\____/ \___/_/\_\ \___/| .__/ \___|_| |_|\___/\_| |_/\____/
| |
# Compiled binaries
# SDL-1.2.14
# DOSBox-0.72 for OpenVMS Alpha
# To play:
# Download dosbox.exe and dosbox.conf
# Copy SDL libraries to SYS$SYSROOT:[SYSLIB]
copy SDL$SHR.EXE;1 SYS$SYSROOT:[SYSLIB]
copy SDL_MIXER$SHR.EXE;1 SYS$SYSROOT:[SYSLIB]
# (make sure to have dosbox.cfg in your path)
dosbox :== $DISK:[PATH]DOSBOX.EXE
dosbox "-conf" "[]dosbox.conf"
#####################################################################################
### Compile from sources ###
### Make sure you have CXX and MMK/MMS ###
### First build SDL-1.2.14 ###
# Compile SDL
# I have used the following disk path
DQB1:[000000.GAMES.SRC.SDL]
DQB1:[000000.GAMES.SRC.SDL_MIXER]
# Download MMK.EXE and UNZIP.EXE to some working directory ex.: DQB1:[000000.DATA]
mmk :== $DQB1:[000000.DATA]MMK.EXE
unzip :== $DQB1:[000000.DATA]UNZIP.EXE
# Download SDL zips to a working directory ex.: DQB1:[000000.GAMES.SRC]
# and extract
unzip sdl.zip
unzip sdl_mixer.zip
# Build SDL
set def DQB1:[000000.GAMES.SRC.sdl]
@configure
@build
DEFINE LIBSDL DQB1:[000000.GAMES.SRC.SDL.SRC]
DEFINE SDL DQB1:[000000.GAMES.SRC.SDL.INCLUDE]
# Build SDL_mixer
set def DQB1:[000000.GAMES.SRC.sdl_mixer]
@configure
@build
DEFINE LIBSDL_MIXER DQB1:[000000.GAMES.SRC.SDL_MIXER]
# Download DOSBOX and unzip
set def DQB1:[000000.GAMES.SRC.dosbox-0.72]
mmk
Webserver 1.0
0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.