Changes
/* Technical */
* Button triggers NMI
* 8K ROM data has 4 regions. There is an NMI vector at offsets &0066, &0866, &1066 and &1866 which indicates within the ROM data. This suggests each of the 4 regions is selectable and mappable into the range &0000-&7ff. What is not clear is if the regions repeat or not in memory space.
It seems that the "1/2" switch on the PCB chooses between which 4k (assumption it is connected to A12 of the EPROM), then the "load/save" switch chooses between the 2k within that 4k (assumption it is connected to A11 of the EPROM). * Uses Dissassembly of the code indicates it uses direct FDC disc access for loading/saving. * Uses Dissassembly of the code indicates it uses an I/O port &f0e0, and sends the data 0,1,2 or 3. It is not clear the function or the exact decoding of this port.
== Pictures ==