You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AmiBay user eslapion indicates two possible modifications to make this work on all C16's:
The first one is to put a switch on pin 1 (/CE) of the two 4416 of the C16, toggling between ground and 5Vdc - by default they are grounded.
The second one is to use a modified 48 pin socket under the TED which will disconnect CAS from the mainboard and have it on a separate wire going to the 64k RAM cartridge. Just put a pull-up resistor on the 64k RAM cartridge which pulls-up the CAS line of the C16 board.
My opinion:
Solution 1 is well-known but it's not really easy to do, as it requires desoldering the whole chips to get a "clean job".
Solution 2 is more interesting, but I find this would be ok if we wanted to make a board to be sandwiched between the TED and socket, carrying the RAM chips and whatever is needed. An internal expansion that cannot be removed, I mean. This is because the machine would no longer work if the expansion is unplugged at that point (unless you also bring out the /CAS signal going to the chips, add a switch and whatever).
The modification I am looking for would ideally be to add the missing circuitry so that the machine will use the expansion correctly, but so that it will still work correctly if the expansion is unplugged, without any manual intervention. Ideally, this mod would also be easy to install and it shouldn't require to cut any tracks. But I guess the latter is impossible to achieve, as the whole thing implies the splitting of the /RAS (or /CAS) signal in two, one addressing the internal chips and one going to the cartridge slot. Equations are easy:
The point here is to rewrite these in order to use the least possible logic gates and to make sure that the memory detection routine in the ROM always does the right thing.
I think it can be done with a single 74253 or 4052 (Dual 4-TO-1 Multiplexers):
AmiBay user eslapion indicates two possible modifications to make this work on all C16's:
My opinion:
Solution 1 is well-known but it's not really easy to do, as it requires desoldering the whole chips to get a "clean job".
Solution 2 is more interesting, but I find this would be ok if we wanted to make a board to be sandwiched between the TED and socket, carrying the RAM chips and whatever is needed. An internal expansion that cannot be removed, I mean. This is because the machine would no longer work if the expansion is unplugged at that point (unless you also bring out the /CAS signal going to the chips, add a switch and whatever).
The modification I am looking for would ideally be to add the missing circuitry so that the machine will use the expansion correctly, but so that it will still work correctly if the expansion is unplugged, without any manual intervention. Ideally, this mod would also be easy to install and it shouldn't require to cut any tracks. But I guess the latter is impossible to achieve, as the whole thing implies the splitting of the /RAS (or /CAS) signal in two, one addressing the internal chips and one going to the cartridge slot. Equations are easy:
The point here is to rewrite these in order to use the least possible logic gates and to make sure that the memory detection routine in the ROM always does the right thing.
I think it can be done with a single 74253 or 4052 (Dual 4-TO-1 Multiplexers):
Another possibility is here.
The text was updated successfully, but these errors were encountered: