Page 4 of 4

Re: Could the Dragon use CoCo banked cartridges?

Posted: Sat Jan 14, 2017 4:02 am
by jmk
sixxie wrote:Would be pretty easy to implement a "proper" banked cart if you can point to a spec...
Here's the CoCoFlash spec: CoCoFlash

You don't need to implement all of that though, just the offset register at $FF40-$FF5F (software usually uses $FF40). From the emulation perspective, the banks are 16K and bank 0 is in position upon startup.

Note: having read through the CoCoFlash document in detail, it does look like it supports rather more elaborate banking, including 32K banks via another banking method! In fact I wonder how it would work with the original CoCo 3 cartridge banking without clashing? :o