PSGED

Editor of the registers from MSX PSG (AY-3-8910), with a simple sequencer.

Description

PSGed is a program for MSX computers with the functionality to play with the registers from PSG (AY-3-8910).

Is designed with a easy to use graphical user interface.

Files
Package
Individual files
Default install directory
A:\PSGED
Build files
Build script
mkdir -p package/
unzip psged.zip
mv PSGED082.ROM package/
cat > package/PSGED.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
  %_DISK%:\SOFAROM\SROM.COM PSGED082.ROM
ELSE
  REM Try to run it from path
  IFF EXIST SROM.COM
    SROM.COM PSGED082.ROM
  ELSE
    echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
    exit 1
  ENDIFF
ENDIFF
EOF
unix2dos package/PSGED.BAT
  • 0.82b-1 2019-06-10
    • First release
Details
Category
Sound
Author
aorante
Packager
Carles Amigó (fr3nd)
License
 GPL-3.0
Url
 https://code.google.com/archive/p/psged/
Install instructions
hub install PSGED