MiSTer-devel / C64_MiSTer

112 stars 56 forks source link

Add support for Ocean type 2 #151

Closed MJoergen closed 1 year ago

MJoergen commented 1 year ago

This fix will auto-detect whether the Ocean cartridge is type 1 or type 2. The difference is the size of the cartridge, where 512k is type 2, smaller is type 1. And the effect is to switch to 8k mode in case of type 2.

Since the size itself is not readily available, this fix will auto-detect based on the number of banks. If 32 banks or more then this is a type 2 cartridge.

This is tested and verified on the C64MEGA65 repo.