1937

1937 (MSXdev'22)

Description

1937

The game is about a kid that tries to escape from the horror.

Files
Package
Individual files
Default install directory
A:\1937
Build files
Build script
mkdir -p package/
unzip 1937.zip
mv "MSXdev22_1937_v1.0_eng.rom" package/1937.ROM
cat > package/1937.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM 1937.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM 1937.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/1937.BAT
  • 1.0-1 2022-10-11
    • First release
Details
Category
Games
Author
joesg
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.msxdev.org/2022/10/04/msxdev22-30-1937/
Install instructions
hub install 1937