Releases: mattcurrie/mgbdis
Releases · mattcurrie/mgbdis
v2.0
Mostly a maintenance release to fix error/warning messages:
- Bumps hardware.inc to v4.8.0 (thanks @tobiasvl)
- Requires RGBDS v0.6.0 or later
- Removes
--disable-auto-ldh
option and associatedld_long
macro due to newer RGBDS version requirement - Makes use of fstrings for a slight speed-up, so now requires Python v3.6 or later
v1.6
Changes since v1.4:
- a fix in png.py for Python v3 support, (thanks @rbong)
- improves 32KB ROM support (thanks @ISSOtm)
- the generated Makefile now uses
md5
ifmd5sum
is not available, e.g. on Linux (thanks @iAmG-r00t).