openmsx: Set max frameskip to speed up boot time.
5672e2bec712 — Laurens Holst 6 years ago
MSX/SFGMidi: Correct MIDI error checks.
18013ed69f55 — Laurens Holst 9 years ago
Added tag release-0.2.1 for changeset d9c7ef0c64ce
CHANGES: Add changes in upcoming 0.2.1 release.
0f75dd331482 — Laurens Holst 9 years ago
Makefile: Include CHANGES.md in the distribution.
f7e5c09bb294 — Laurens Holst 9 years ago
CHANGES: Add a change log.
5cb53a4532bf — Laurens Holst 9 years ago
README: Add downloads link.

In case people have trouble finding it in Bitbucket’s interface.
f50168f08f6d — Laurens Holst 9 years ago
README: Put the description on the top of the project information.
411619379f85 — Laurens Holst 9 years ago
Makefile: Add copy target, for convenient copying to SD-card.
1593e8f43367 — Laurens Holst 9 years ago
Added tag release-0.2 for changeset a4360b4a1f94
c84baffc911e — Laurens Holst 9 years ago
SFGMidi: Fix bug in SFG MIDI interrupt slot restoration.
29f7a353a09a — Laurens Holst 9 years ago
Makefile: Create gen and bin directories if they do not exist.
2c1566914c39 — Laurens Holst 9 years ago
README: Change kB suffix to K.
94a126e3f178 — Laurens Holst 9 years ago
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.
62ff055eb303 — Laurens Holst 9 years ago
Heap: Move messages to the end of the file.
6f4567e1d176 — Laurens Holst 9 years ago
Class: Load ix directly in stead of with push/pop.
4b72a0855721 — Laurens Holst 9 years ago
Synthesix: Rename to Application.

Easier copy/pasting between projects.
93843f07844e — Laurens Holst 9 years ago
Heap: Rename heaps to main / upper.
ea5511032062 — Laurens Holst 9 years ago
Heap: Move heap instantiation to ROM.
Next