README: Update.
openmsx: Set max frameskip to speed up boot time.
MSX/SFGMidi: Correct MIDI error checks.
Added tag release-0.2.1 for changeset d9c7ef0c64ce
CHANGES: Add changes in upcoming 0.2.1 release.
Makefile: Include CHANGES.md in the distribution.
CHANGES: Add a change log.
README: Add downloads link. In case people have trouble finding it in Bitbucket’s interface.
README: Put the description on the top of the project information.
Makefile: Add copy target, for convenient copying to SD-card.
Added tag release-0.2 for changeset a4360b4a1f94
SFGMidi: Fix bug in SFG MIDI interrupt slot restoration.
Makefile: Create gen and bin directories if they do not exist.
README: Change kB suffix to K.
System: Do not return values in the past from GetHighResTimerValue. If an interrupt would occur between reading the timer LSB and MSB, it could result in incorrect results. E.g. when the timer is 1FFH before the interrupt and it is 280H after, the value returned would be 180H and time would run backwards. With this fix, if the MSB between two reads differs, it always returns 0 as the LSB which must have been true somewhere between the MSB reads.
Heap: Move messages to the end of the file.
Class: Load ix directly in stead of with push/pop.
Synthesix: Rename to Application. Easier copy/pasting between projects.
Heap: Rename heaps to main / upper.
Heap: Move heap instantiation to ROM.