LSAGA

Lilly’s Saga – The Stones of Evergreen (MSXdev'22)

Description

Lilly’s Saga – The Stones of Evergreen, is a smooth scrolling platform game for the MSX2 8-bit micro computer, released via MSXdev in October 2022 and to be released on a cartridge later in 2022.

Tech info: MSX2. Megarom. MSX Music. 64kB RAM. 128kB VRAM. -Game experience will be identical across the MSX-generations, MSX2, MSX2+ and MSX turbo-R.

Files
Package
Individual files
Default install directory
A:\LSAGA
Build files
Build script
mkdir -p package/
unzip lsaga.zip
mv "MSXdev22_Lilly'sSaga-TheStonesofEvergreen_v1.0.rom" package/LSAGA.ROM
pdftotext "MSXdev22_Lilly'sSaga-TheStonesofEvergreen_v1.0.pdf"
mv "MSXdev22_Lilly'sSaga-TheStonesofEvergreen_v1.0.txt" package/README.TXT
cat > package/LSAGA.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM LSAGA.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM LSAGA.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/LSAGA.BAT
unix2dos package/README.TXT
  • 1.0-1 2022-10-11
    • First release
Details
Category
Games
Author
Fabulous 8bit
Packager
Carles Amigó (fr3nd)
License
 Freeware
Url
 https://www.lillyssaga.com
Install instructions
hub install LSAGA