Search found 76 matches
- Fri May 15, 2009 9:17 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
- Thu May 14, 2009 12:16 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
Oh and the speed of using the Wiznet chip, even in indirect addressing mode would be much faster than the SPI Microchip part. The way the indirect addressing works is that there are four registers at the base of the MM I/O space in the Wiznet chip (thus only needed two address lines from the cart po...
- Thu May 14, 2009 12:06 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
But I would almost recommend using the cartridge slot instead of expansion port for all of this. Sure it's a semi-custom mapper, just modify an existing mapper to give you some space for Ethernet I/O. But it's not like the firmware to use the Ethernet isn't going to be custom anyways. Being able to...
- Thu May 14, 2009 11:54 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
Alright, I just had time to desolder the expansion port connector from my spare NES and I'll be FedEx'ing it to the Sullins' engineering department to get a quote for custom connectors that mate with it. Cross your fingers that the quote will be reasonable. I just emailed Sullins to get an address t...
- Wed Apr 29, 2009 5:40 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
I have a plane trip tomorrow and then again on Friday. I'll take along data sheet print outs and see if I can bang out an initial schematic for the EtherNES. Even if the connector takes more time and effort, I'll be able to at least build an initial batch of 4 EtherNES peripherals out of the parts I...
- Wed Apr 29, 2009 5:34 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
I was reading through the wiznet data sheet and the interrupt thing won't be a problem unless it listening on an open port that is being flooded with connection requests, but that is a problem on regular PC's too. The wiznet part only yanks on the interrupt pin when a packet is received on an alread...
- Wed Apr 29, 2009 1:47 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
So I guess, the easiest way would be to make D3 or D4 just return a well know bit sequence over and over again. We could hook it up so that subsequent reads to D3 always return 11110000 or something. The code could read from the register a bunch of times and if it gets 11110000 on D3 for each set of...
- Wed Apr 29, 2009 1:11 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
- Wed Apr 29, 2009 12:41 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
Regarding the keyboard, I'm thinking it would probably be cheaper and easier just to use a PIC 16F84 to power a PS/2 keyboard dongle. The PIC would interface with the PS/2 keyboard and then send the scan codes when the 2A03 clocks in the button states. Since there are 8 buttons, that would mean that...
- Wed Apr 29, 2009 8:22 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
Here are some extra credit points: 1. Figure out a good source for an 8x8 matrix keyboard. 2. Figure out if it is possible for us to hook up some 8-bit latches to the keyboard and then what it will take to hook it to the second controller port so that when the 2A03 reads the status of the controller...
- Wed Apr 29, 2009 7:56 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
I just realized that yanking on the 2A03's /IRQ line won't be enough to signal that the PIC has data to read. We'll also have to assert one or more of the controller pins in the expansion bus. If I'm reading the docs right, controller input signals an interrupt in the 2A03 as well. If it does, then ...
- Wed Apr 29, 2009 7:47 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
- Wed Apr 29, 2009 7:21 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
Alright, technical detail #1: the parallel slave port (PSP). I'm trying to figure out two things: 1. Can we interface the 5V 2A03 logic directly to the PIC? The data sheet says yes. The PIC is 6V tolerant on all I/O pins in digital mode, so we should be able to go from 5V to 3.3V. The logic threshol...
- Wed Apr 29, 2009 7:13 am
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
- Tue Apr 28, 2009 7:17 pm
- Forum: NES Hardware and Flash Equipment
- Topic: New approach to the fabled NES ethernet adapter
- Replies: 129
- Views: 57796
Super-Hamster is right about the PowerPak pins. I plan on developing my EtherNES compatible game using a PowerPak Lite that I plan on modifying to route the right signals to the expansion port. I haven't looked at the PowerPak Lite schematic in any detail at the moment. I propose that we choose pins...