Changes
/* Mass-storage, RTC and network dilemma */
*[[Symbiface 3]], [[Albireo]] and [[M4 Board]] are the modern solutions that feed the CPC a direct file view of the mass-storage instead of a sectors view. So the FAT filesystem does not need to be handled on the CPC itself. Which means there is no need for the [[Nova]] NVRAM to help handling the filesystem. It's overall a simpler more convenient approach. And it is definitely more future proof. But that means throwing away historical-accuracy.
*Symbiface 3 possess an onboard mp3 player. Are we still talking about Amstrad CPC here?
*Albireo provides low level access to internet via SLIP which mean having the IP stack on the CPC side instead of it being done by the peripheral like in the M4 board, and having a bridge server on the other side. So it is not convenient at all. Also no RTC onboard the Albireo does not provide RTC functionality which mean means another peripheral is needed for it.*M4 Board is [https://unidos.cpcscene.net/doku.php?id=en%3Aannexes the fastest measured solution for mass-storage on the CPC]. It is a very complete and convenient solution with NTP-based RTC and wifi network and very future proof. But that means sacrificing all historical ressemblance as the M4 board does all the hard work regarding the filesystem and network protocols for the CPC.
The dilemma is that emulating multiple mass-storage and network solutions mean fragmenting the already small CPC community and so having less compatible CPC software and bringing complexity and confusion to users. So a choice has to be made. What solution should we emulate?