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.
282f31c33b37 — Laurens Holst 5 years ago
README: Add project information.
233804ec7c71 — Laurens Holst 5 years ago
Application: Output playback settings.
c550070382e9 — Laurens Holst 5 years ago
CLI: Add option to play unsigned PCM.
8223f00b9b26 — Laurens Holst 5 years ago
CLI: Add option to play at half frequency (7850 Hz).
487778c8d974 — Laurens Holst 5 years ago
CLI: Add option to play on turboR PCM rather than MSX-MUSIC.
de2e99e66577 — Laurens Holst 5 years ago
CLI: Add option to disable visualisation.
562031b39a97 — Laurens Holst 5 years ago
Player: Also support ending playback with the joystick.
9143af2bf104 — Laurens Holst 5 years ago
Player: Extract PlaySample method.

The extra cost of the call is offset by only checking ESC on the odd samples.
Next