On 20/03/2024 15:57, Jim Brain wrote: > Maybe this is more common, but someone sent me pics of a C128D (non DCR, > plastic case) with an unfilled U35 ROM socket. Unit works perfectly. > Jumper J4 (I think is the one) is shorted, so U32 is handling ROM1/ROM4 > duties. > Hmm, I wonder how that works. J4 connects A15 to the highest address pin on U34. Except there's a bug on the C128(D) board that connects A14 to it instead. But without J3 also being closed, the chip selects would still behave as if there were two ROMs in the system. From the PLA: ... assign rom2 = !ms0 && !ms1 && ms3 && rw && aec && a14 && !a15; assign rom3 = !ms0 && !ms1 && ms3 && rw && aec && ((!a14 && a15) || (a14 && !a15 && !rom_256)); ... I'm going to have to so some testing on this to figure out what's going on. //JohanReceived on 2024-03-25 11:00:02
Archive generated by hypermail 2.4.0.