Search found 26 matches
- Sat Dec 08, 2012 9:36 am
- Forum: SNESdev
- Topic: Can the lower voltage flash roms be used in place of 5v roms
- Replies: 20
- Views: 4650
Re: Can the lower voltage flash roms be used in place of 5v
A level shifter lets parts with different voltages "communicate" with each other, in this case it shifts 5V to 3,3V and 3,3V to 5V on the fly so a 3,3V flash can work in a 5V system. I use it to take a lot of load of the data lines which could damage the flash.
- Sat Dec 08, 2012 9:15 am
- Forum: SNESdev
- Topic: Can the lower voltage flash roms be used in place of 5v roms
- Replies: 20
- Views: 4650
Re: Can the lower voltage flash roms be used in place of 5v
I've used 3,3V Flash on SNES carts. Just need an AMS1117 for Vcc conversion and a level shifter for the 8 Data Lines. Check the datasheet of the flash, some 3,3V Flashes are 5V tolerant so you wont need the level shifter.
- Wed Dec 05, 2012 9:36 am
- Forum: SNESdev
- Topic: Can the Snes be reset from the game cartridge?
- Replies: 17
- Views: 4795
Re: Can the Snes be reset from the game cartridge?
In that case it should be much easier. Use a simple on/off switch, connect one pin to MAD-1 Pin 9 (/RESET) and the middle pin to ground.
- Wed Dec 05, 2012 9:19 am
- Forum: SNESdev
- Topic: Can the Snes be reset from the game cartridge?
- Replies: 17
- Views: 4795
Re: Can the Snes be reset from the game cartridge?
Hey I just got an idea how you could do a hardware reset through software. Connect a single de/multiplexer to A23 & /RESET. When you want to reset, you just need to access any space that uses A23.
- Wed Dec 05, 2012 4:46 am
- Forum: SNESdev
- Topic: WLADX - need help with HiROM
- Replies: 5
- Views: 2045
Re: WLADX - need help with HiROM
Thanks !
- Wed Dec 05, 2012 4:09 am
- Forum: SNESdev
- Topic: WLADX - need help with HiROM
- Replies: 5
- Views: 2045
Re: WLADX - need help with HiROM
Can someone "spoon-feed" me to the correct parameters, I'm feeling like an airhead today 
- Tue Dec 04, 2012 6:26 pm
- Forum: SNESdev
- Topic: WLADX - need help with HiROM
- Replies: 5
- Views: 2045
WLADX - need help with HiROM
I was using LoROM mapping all the time with WLADX, but now I need HiROM. I can't figure out why the assembled ROM doesn't work, it just gives me a black screen. Here's my Header: .MEMORYMAP SLOTSIZE $10000 DEFAULTSLOT 0 SLOT 0 $0000 .ENDME .ROMBANKSIZE $10000 .ROMBANKS 8 .SNESHEADER ID "SNES&qu...
- Fri Nov 16, 2012 7:29 pm
- Forum: SNESdev
- Topic: Converting a Lorom pcb cart to a hirom pcb cart
- Replies: 27
- Views: 20269
Re: Converting a Lorom pcb cart to a hirom pcb cart
This is my idea for a Hi/LoROM switch:
I just used jumpers for now, it works. Later the switching will be done with two 4551 and a single on/on switch. In the future, I'll use a cheap MCU for reading out $FFD5 of the rom and auto switching to the appropriate setting.
I just used jumpers for now, it works. Later the switching will be done with two 4551 and a single on/on switch. In the future, I'll use a cheap MCU for reading out $FFD5 of the rom and auto switching to the appropriate setting.
- Mon Sep 10, 2012 3:10 pm
- Forum: SNESdev
- Topic: SNES repro - how to use 27C040 instead of 27C080?
- Replies: 5
- Views: 6279
Re: SNES repro - how to use 27C040 instead of 27C080?
You need some adress decoder logic. For example, look at a Mega Man X cart and how it's all wired, it uses a 74LS00 because it has 2 Roms. Shouldn't be to hard to "reverse engineer" this. Or look at this pic and figure out how to connect everything for your 27C040: http://snesdev.romhack.d...
- Mon Jan 03, 2011 8:27 pm
- Forum: SNESdev
- Topic: Let`s do a 5A22 Pinout
- Replies: 3
- Views: 2640
- Mon Jan 03, 2011 8:48 am
- Forum: SNESdev
- Topic: Let`s do a 5A22 Pinout
- Replies: 3
- Views: 2640
Let`s do a 5A22 Pinout
Here`s what I`ve done today:
http://sfc.homepage.t-online.de/5A22.png
64 done, 36 to go !
I`ll be gathering some more in the next days, let`s see how far I can get. Help would be appreciated.
http://sfc.homepage.t-online.de/5A22.png
64 done, 36 to go !
I`ll be gathering some more in the next days, let`s see how far I can get. Help would be appreciated.