SBO

Shoulder Blade OVERDRIVE game (MSXdev'18)

Description

Shoulder Blade OVERDRIVE is a very fast arcade where you control a mech destroying all the enemies approaching you. The scrolling effect is very engaging as it makes you feel the high speed action.

Files
Package
Individual files
Default install directory
A:\SBO
Build files
Build script
mkdir -p package/
unzip ShoulderBladeOVERDRIVE_MSXdev18.zip
mv sbo100dev.rom package/SBO.ROM
cat > package/SBO.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM SBO.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM SBO.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/SBO.BAT
  • 1.0-1 2018-10-10
    • First release
Details
Category
Games
Author
Nobuaki Washio, GW’s-Workshop
Packager
Carles Amigó (fr3nd)
License
 Unknown
Url
 https://www.msxdev.org/2018/11/01/msxdev18-9th-entry-shoulder-blade-overdrive/
Install instructions
hub install SBO