README: Add some more description.
README/CHANGES: Clean up, remove BitBucket links.
openmsx: Set max frameskip to speed up boot time.
neonlib/gunzip: Update.
bcf90def46ee — Laurens Holst 6 years ago
README: Glass requires Java 8, and plural fix.
c56555e39273 — Laurens Holst 6 years ago
neonlib: Update to latest.
ddf19e1e4b9e — Laurens Holst 7 years ago
neonlib: Update to fix potentially serious disabled interrupts bug.

Though by chance it seemed to be unaffected.
1ed74bdac453 — Laurens Holst 7 years ago
COM: Update gunzip and include Adler32 check in compilation.
d6852f3a86fd — Laurens Holst 7 years ago
neonlib/gunzip: Update.
47255faf06c5 — Laurens Holst 7 years ago
Mapped32KWriter: Use plain GetSlot / SetSlot.
f6a069278a7e — Laurens Holst 7 years ago
PNGViewer: Extract ShowProgressive method.
38679e513b87 — Laurens Holst 7 years ago
PNGViewer: Remove (Z80 version) comment.

Cause there is no R800 version… it didn’t really make that much of a difference,
32 R800 cycles vs. 14 with MULUB, and it would’ve complicated the code.
5174fce29e38 — Laurens Holst 7 years ago
openmsx.tcl: Comment out the 0H read/write watchpoints.

Because they don’t work with the current condition.
5ffd1ae15239 — Laurens Holst 7 years ago
PNGViewer: Keep line loop counter in b instead of c.
97e1c29cb450 — Laurens Holst 7 years ago
PNGViewer: Center the image.
4a2e2a458560 — Laurens Holst 7 years ago
PNGScanner: Support images whose scanlines do not fit in the buffer.

Like an RGBA image with width > 256.
1d69eb5101f3 — Laurens Holst 7 years ago
PNGScanner: Optimise filter looping.

By using two nested 8-bit loops.
0765d06a8165 — Laurens Holst 7 years ago
PNGViewer: Support palette transparency.
25fa73c13a16 — Laurens Holst 7 years ago
PNG: Ensure ProcessPLTEChunk returns no carry.
3498b79a3960 — Laurens Holst 7 years ago
PNG: Reorder code to minimise relative jump distance.
Next