On 10/21/2022 at 11:09 PM, Wavicle said:
The MOS 8726 had a 19-bit selection of REU address. It did not physically have enough pins to address more than that.
The MOS 8726 would either be piggybacked or replaced with another register level compatible to enable 16 MB operation.
On 10/21/2022 at 11:09 PM, Wavicle said:
What is the goal with more memory here?
Huge game environments, loading huge bitmap files etc.
On 10/21/2022 at 11:09 PM, Wavicle said:
Why couldn't a RAM expansion like this work like the REU and DMA from its local storage into X16 main memory?
It still needs to setup the DMA and then transfer the data from the "REU" to the main memory and then from there to whatever it's going to be used for. So more latency.
And by keeping the same method of access, coding would be more straightforward.
Better small pain upfront than long term chronic pain. Ie converting 10 programs right away or 1000 down the lane in regards to the register addresses.