MegaReport of msx hardware
Want to know what hardware is connected to or is hiding inside your (real/virtual/emulated) MSX ? MegaReport knows about the most common hardware and settings.
The old version has been thought some new tricks for you to try out; - Audio: Detect OPL4 and amount of wavetable RAM - Audio: Detect MSX-AUDIO MBIOS - RTC: Detect most common (partial) initialization issues - CPU: Detect Panasonic Turbo CPU and show mode - Disk: Basic detection for Nextor diskroms. - Added basic detection for OCM PLD FPGA implementations - Fixed current memory display for systems with 4MB of RAM - Fixed max memory of 65535 Kb display. It was printed in reverse
mkdir -p package/
mv MEGAREP.BIN package/
cat > package/MEGAREP.BAS << EOF
10 CLS
20 BLOAD "MEGAREP.BIN",R
EOF
unix2dos package/MEGAREP.BAS
cat > package/MEGAREP.BAT << EOF
BASIC MEGAREP.BAS
EOF
unix2dos package/MEGAREP.BAT
hub install MEGAREP