v1.0.8 (not beta anymore)
Download from here:
M4 Board - CPCWiki (if my wiki upload failed, then you can also get it from here:
http://spinpoint.org/cpc/M4FIRM_v108.zip) or use |upgrade
* Fix IP addresses for httpget (again).
* Fix |dir bug.
* Fix hardreset.
* Added C_GETPATH command (requested).
* Added ability to load your own build of M4ROM from root of microSD, should be named M4ROM.BIN
I will make the source code for M4ROM available shortly, so if anyone wants to help fix bugs, add improvements, or simply make their own version this is now possible.
Using cpcxfer program you can test a build of the M4ROM in seconds, by issuing simple commands:
xfer -u <cpcip> M4ROM.BIN / 0
xfer -r <cpcip>
When M4ROM.BIN is present in root of microSD this version will be active instead of the built-in M4ROM that I supply with each upgrade.
Rom is compiled using the assembler from sdcc (sdasz80), so cross compiling is needed unless source is converted to another format.