|
From: Vincent R. <vin...@fr...> - 2018-04-24 22:07:58
|
On 22/04/2018 at 07:13, Markus Fröschle wrote: > Note that FreeMiNT works fine on other ColdFire boards (like the M5484 > Evaluation Board) as well. > > It's just that it never found its way into the Makefile as specific > target but requires manual fiddling with CONFIGVARS. I'm unsure what you mean... Anyway, the official mintv4e.prg works fine with both FireBee (EmuTOS and FireTOS) and ColdFire, this is why there is no specific support in the Makefile. And as it is unlikely to go out of RAM on such machines, it is OK to put all features inside mintv4e.prg and then enable them at runtime when proper hardware is detected. Finally, considering the above statement, it can explain why there is no specific define to specify the current target... as current target is just a CPU (ColdFire V4e) with support for any hardware. -- Vincent Rivière |