I want to make a SLROM 8 IN 1
I have two kinds of MMC1 clone
One of them have WRAM CE but the other one doesn't have this pin, and it is NC
For making a SLROM 8 IN 1 I can use WRAM CE as a clock signal for 74HC161
For the second clone I can't use this method so I have to decode STA $6000 ~ $7FFF another way
I tried to decode it by using these lines and 74HC238 :
/ROMSEL = 1
A14 = 1
A13 = 1
Phi2 = 0
CPU R/W =0
But it doesn't work, where is my mistake?
I have two kinds of MMC1 clone
One of them have WRAM CE but the other one doesn't have this pin, and it is NC
For making a SLROM 8 IN 1 I can use WRAM CE as a clock signal for 74HC161
For the second clone I can't use this method so I have to decode STA $6000 ~ $7FFF another way
I tried to decode it by using these lines and 74HC238 :
/ROMSEL = 1
A14 = 1
A13 = 1
Phi2 = 0
CPU R/W =0
But it doesn't work, where is my mistake?