Battery will not work on that with most SRAM chips.
Use this one instead, I haven't tested the new battery circuit, but its the same one that the PoorStudent uses so there should be no problems.
Search found 39 matches
- Sun Jul 12, 2020 4:42 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
- Tue Jan 14, 2020 8:20 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Ahh, lucky I asked, would not have realized that till its too late. I guess ill stick with the 629 for now, my parallel programmer can't program that chip. I'm currently designing a truly Universal programmer on the side, guess I'll wait until then. Edit: Now that I think of it, I may be able to pro...
- Tue Jan 14, 2020 7:31 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Oops, I meant the Pic10F322.
I'm working on my second revision now, was thinking about using your 10f322 CIC code.
I see it has ICSPCLK/DAT, so I'm pretty sure its compatible with my snap, and i see VPP so I'm assuming can be HV programmed as well, just wondering how you yourself does it.
I'm working on my second revision now, was thinking about using your 10f322 CIC code.
I see it has ICSPCLK/DAT, so I'm pretty sure its compatible with my snap, and i see VPP so I'm assuming can be HV programmed as well, just wondering how you yourself does it.
- Tue Jan 14, 2020 6:01 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Hey lidnariq, how do you program the 322?
Do you use a parallel programmer, or something like a pickit or snap?
I have a snap, but I guess either way I'll have to make an adapter.
Do you use a parallel programmer, or something like a pickit or snap?
I have a snap, but I guess either way I'll have to make an adapter.
- Wed Nov 27, 2019 11:27 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Hey I got it working!!
I compiled version 1.10 and its working great.
Thank you so much, I would have never fixed it if you didnt mention gpasm and the github page.
I compiled version 1.10 and its working great.
Thank you so much, I would have never fixed it if you didnt mention gpasm and the github page.
- Wed Nov 27, 2019 11:17 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Edit: I just noticed there is snescic-key.asm, as well as supercic-key.asm, do you know why that is? Only by comparing the two. Looks like "supercic" includes "pair mode": SuperCIC pair mode: when a SuperCIC lock and SuperCIC key detect each other they both switch both of the da...
- Wed Nov 27, 2019 10:21 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
On the SNES, I'd call pins as follows: cart 24: CIC I/O #2 cart 25: CIC +RESET (supercic uses falling edge) cart 55: CIC I/O #1 cart 56: CIC CPU clock (either 24576000÷8, in later SNESes, from the APU; or 4MHz, from a 4MHz ceramic resonator) In contrast: cart 57: S-CPU 65816 φ2: only high if either...
- Wed Nov 27, 2019 8:41 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
]It doesn't use the internal oscillator; it uses the 3-or-4MHz clock provided by the SNES to run... Oh very interesting. So is pin 56 and 57 both outputting clock from the SNES? I downloaded an eagle library for the cartridge board shape/pins, and I noticed somethings are labeled differently than i...
- Wed Nov 27, 2019 2:32 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
The '675 has an ADC and some hardware that disables the digital inputs by default. If you want to use a '675 instead of a '629, you'll have to include an instruction to fix that. (The supercic firmware for '629 already has this code to keep its analog comparator from precluding the digital inputs: ...
- Wed Nov 27, 2019 12:51 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Just went back and did it with the clock to see if I could use a procotol anyalzer on the original CIC, man its wierd.. The clock pulses many many times before anything is sent on the IO line, which each IO pulse being many clock pulses. Had to make another post, wouldn't let me attach these photos....
- Wed Nov 27, 2019 12:50 pm
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
All good, I really appreciate the help you've given me. I just tried analyzing it, tried 2 chips, a 675 and a 629. The 629 atleast tries to respond but the 675 doesnt do squat. I didn't bother doing the clock, although maybe I should have. Here is the 675 supercic_675_LogicAnalyzer_Data.png And 675 ...
- Wed Nov 27, 2019 11:57 am
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Oh I still have one problem actually, my supercic chip is not working. Flash, eprom and fuses are programmed. I even tried it in the SMW cart with no luck. This is how I connected it on original cart. supercic.png And here is the contents of the 629, flash, EPROM, and fuses. superciccontents.png I'm...
- Wed Nov 27, 2019 11:45 am
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
There are a significant number. Any cart PCB code that ends with "0N" has neither RAM nor battery, such as: The SNES provides no save memory; the cost of an additional IC just to hold a save was often deemed not worth the cost, and games either were designed to be played through in one si...
- Wed Nov 27, 2019 11:15 am
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Just a warning to anyone using my circuit for reference, the battery circuit, specifically at Q1 does not work for all chips. I tested it on a breadboard with a flash chip before I ordered my boards and it worked, but its not working with my SRAM chip, the GM76C88AL does not let you sink current fro...
- Sun Oct 20, 2019 4:08 am
- Forum: Reproduction
- Topic: (SNES)Help With Circuit for LoRom M27C322
- Replies: 72
- Views: 32493
Re: (SNES)Help With Circuit for LoRom M27C322
Word is pretty standard for 2 bytes now a days. Dates to the 8086 and 68k, where WORD was appropriated in programmer's parlance for the native data bus width of the machine. (Hence why "DWORD" and "QWORD" mean 32-bit and 64-bit). But in a hardware context, a word is just the out...