Search found 57 matches
- Wed Sep 13, 2006 12:26 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
- Sun Sep 10, 2006 6:14 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
Just out of pure curiosity, if a person added in a second 7805 regulator, tying it into the 9v coming from the adapter (wiring it right off the legs of the 7805 in the NES already, since they're easy to get to), would that allow for another few hundred more milliamps for other use? I mean the NES wa...
- Sun Sep 10, 2006 1:52 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
Using my own supply was a consideration if absolutely necessary, but obviously I'd rather try to avoid it. I can't find the datasheet for the old SRAMs I'm using; they're cache ones from some 486 motherboard. UM61M256K-15. The closest I found was someone in a newsgroup linking to a different model b...
- Sat Sep 09, 2006 10:17 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
I remember from my PIC projects that my PC's serial port wouldn't work with standard TTL voltages, though my laptop would. So seeing as how most of my work is on my desktop machine (since it's the better of the two), I'd probably want a MAX-232 in the mix if I were going to use serial. It's certainl...
- Fri Sep 08, 2006 9:40 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
I once did a serial connection with a PIC by using manual timing, but it wasn't the most reliable. I don't think I know enough about the timings of the instructions per clock and such of the 6502 to try and do it, though. If my math is right, 1.7897725mhz of the cpu should mean about 558ns per clock...
- Fri Sep 08, 2006 6:20 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
This isn't so much a question, but I thought I'd put it here since it's all related, and someone might find it interesting. For my project here, I knew I was going to need a way to transfer code to the NES often for debugging purposes, since it'll be nearly impossible to test things in an emulator d...
- Thu Sep 07, 2006 3:52 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
Well true, though I mostly just meant that the only way for it to determine the upper and lower 32K was by using O2 and PRG /CE, since it doesn't have a pure A15 available for the true way of determining. As far as I understand it, you can't base just an inverted PRG /CE on whether it's the lower 32...
- Thu Sep 07, 2006 12:28 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
I've got all that worked out now, I believe. I'm curious though; the only way for a cartridge to determine whether an attempt to access WRAM has taken place is by using O2 and PRG /CE, right? I won't go into another drawn-out explanation of what I want to do and the other ways I'm working around it,...
- Wed Sep 06, 2006 5:27 pm
- Forum: NES Hardware and Flash Equipment
- Topic: NROM - PRG replacement for an Eprom
- Replies: 18
- Views: 7544
- Tue Sep 05, 2006 8:42 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
Yeah it'd prolly be easier if I could just show what all I've scribbled on paper, but I don't have access to a scanner as of the moment. And it's probably about like programming, anyway; even with something to look at, it can be hard to tell what somebody elses stuff is doing sometimes, if it's very...
- Tue Sep 05, 2006 6:29 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Adding a led to original Famicom
- Replies: 41
- Views: 17684
- Tue Sep 05, 2006 6:25 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Adding a led to original Famicom
- Replies: 41
- Views: 17684
Normal AC adapters are unregulated and run at higher voltages unless they have the load applied to them that they were designed for. A volt meter obviously doesn't supply much load, so you see way more than the rated value. The power gets regulated once inside the NES/Famicom to keep a constant volt...
- Tue Sep 05, 2006 2:53 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
Hmm, I had a thought, which possibly messes up my idea. While doing the resistor on VRAM /CE might keep it pulled low on no cartridge, and leave it alone when a cart is in it, I realized that I might have a problem if there's a cartridge inserted, but that particular one doesn't use the NES internal...
- Mon Sep 04, 2006 1:57 pm
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
I should mention that this particular project will be seperate from a cartridge; it'll still allow normal carts to be played. Of course, I've never designed such a hardware project before, so one can only hope my designing will be correct! I could probably go look at how folks have done certain simi...
- Mon Sep 04, 2006 10:56 am
- Forum: NES Hardware and Flash Equipment
- Topic: Misc Hardware Project Questions
- Replies: 24
- Views: 9090
Misc Hardware Project Questions
For what I'm working on I've got some questions, and might possibly have others as I come to'em, so I figure I'll just use this one topic as they come along instead of making a bunch for different things. Firstly, can anyone see any issue with putting a pulldown resistor of say 10k on the VRAM /CE, ...