Mathesar / 14mhz-accelerator

14MHz 68000 accelerator with 1MB fast ram for amiga 500
72 stars 5 forks source link

enhancement: 16bit ram chip support #12

Closed pluspeople closed 1 month ago

pluspeople commented 1 year ago

Love the design (despite the DMA issue), would it be possible to enhance the design to utilize 16bit sram chips instead of 2x 8bit chips ? This would give the following advantages:

As an example I have been looking at the AS6C8016-55ZIN chip which is 5v compatible, and 55ns speed (I believe it only need to be 70ns or better to work fullspeed at 14mhz?)

Mathesar commented 1 month ago

As commented in another issue, it could be done. However, quite some stuff would need to be changed. The address decoder has to be changed of course, as well the RAM CS and OE / WR strobes as these are currently layed out for a high byte and low byte RAM chip. Also, the RAM would have to be added via a command in the startup sequence as it will not be auto recognized.