-
Notifications
You must be signed in to change notification settings - Fork 2
Description
hi,
have you given any thought to making use of an RP2350B (QFN-80 package) with a PSRAM chip attached to the QSPI bus that is shared with the flash chip?
the B variant of the RP2350 gives you memory-mapped PSRAM (i believe this memory-mapping is not available with the RP2350A due to pin GP47 not being brought out, but i could be wrong), and so, by my reckoning, you could then do away with the need to have any of the XT's RAM residing in the RP2350's on-chip memory.
hopefully the approx 500k of available on-chip RAM would be sufficient to hold the entirety of the XT emulator code, resulting in a speed boost that compensates for any losses caused by locating the XT's RAM in the (slower) PSRAM chip.
my own interests in this are the idea of creating a 'pocket XT': a small colour (VGA) LCD and keyboard, RP2350 and not much else, with it running IBMDOS 5.0 and having Turbo Pascal 5 available. in years past i've played around with the HP200LX, but it was always let down by the awful screen.
cheers,
rob :-)