Application: Check if running on an MSX2. To support Yamaha CX5MII, if it is an MSX1, check VDP type as well. In that case it will work but the visualisation will be disabled.
Player: Support machines with 64K video RAM. By using screen 6 instead of screen 7 (which requires 128K).
Player: Use US English in symbol names. Thanks to KdL for spotting it.
Makefile: Remove Java stack size parameter.
Makefile: Zip files from source location.
neonlib: Update.
README: Update.
CLI: Add loop option.
Player: Move setup from driver to PlaySequence.
Player/Track: Add constant for page base.
Player: Simplify PlayBanks arguments and return state. * Takes a full start address rather than l = 0. * Takes care of the initial outi and b / hl correction itself. * Uses carry to flag abort and does not return with alternate registers.
Driver: Add missing PROC.
README: Note that a real YM2413 is needed. At least until emulations improve.
Added tag release-1.0 for changeset 4a49c1ecc35b
README: Lowercase system requirements heading.
Makefile: Add dist target.
README: Use list in project information.
README: Add project information.
Application: Output playback settings.
CLI: Add option to play unsigned PCM.