Search found 64 matches
- Sat Jul 28, 2018 3:59 am
- Forum: Hardware
- Topic: Bootstrap Debugger
- Replies: 25
- Views: 5354
Re: Bootstrap Debugger
This is probably outside the scope of your problem (if you don't want any kind of external chip programmer), but one of the ideas I came across is to use a CPLD as a boot ROM. I wrote one up in Verilog but never tested the hardware. It's workable even in the smallest 32 macrocell CPLDs, as it mostly ...
- Mon Apr 30, 2018 4:51 am
- Forum: General Discussions
- Topic: game machines
- Replies: 148
- Views: 32467
Re: game machines
One little fun fact about the SNES CPU, the speed is often quoted as 3.58Mhz, however that is the maximum speed. It also can run at 2.68Mhz, and most SNES games were released on cartridges where the cheaper ROMs only supported 2.68Mhz. Like BDD mentioned, it slows down to 1.79Mhz during port access ...
- Fri Apr 27, 2018 7:09 am
- Forum: Hardware
- Topic: Seeking input: interfacing 3V and 5V devices
- Replies: 8
- Views: 4755
Re: Seeking input: interfacing 3V and 5V devices
Still looking for input?
In addition to 74LVC, some other 5V-tolerant families are VHC, AHC, LCX, and LVT.
If you need 5V outputs, there are '8T' parts like 74LVC8T245. It's a '245 but with dual power supplies, so you can output 5V on one side.
There is a type of bidirectional level translator ...
In addition to 74LVC, some other 5V-tolerant families are VHC, AHC, LCX, and LVT.
If you need 5V outputs, there are '8T' parts like 74LVC8T245. It's a '245 but with dual power supplies, so you can output 5V on one side.
There is a type of bidirectional level translator ...
- Tue Sep 07, 2010 9:38 pm
- Forum: Hardware
- Topic: 2010 8/16-bit Interface IC's (PS/2, USB, I2C, SPI, etc.)
- Replies: 21
- Views: 10397
Vinculum 2 from FTDI looks pretty good for USB also. It's 2 USB host ports, and it's about half the price of that Cypress one.
PIC32 looks really nice, and is what I'll be using for peripherals in my next design. They upgraded the parallel port from the older PICs, now it has a 4-byte FIFO (or can ...
PIC32 looks really nice, and is what I'll be using for peripherals in my next design. They upgraded the parallel port from the older PICs, now it has a 4-byte FIFO (or can ...
- Thu May 03, 2007 10:48 pm
- Forum: General Discussions
- Topic: The secret, hidden, transparent 6502 DMA channel
- Replies: 52
- Views: 39946
- Wed Oct 04, 2006 6:42 pm
- Forum: Hardware
- Topic: Looking for sound generation suggestions
- Replies: 17
- Views: 17415
I've wrote a sound synth that runs on an 18F PIC on my NES cartridge. Pretty much how kc5tja is saying.
I've got waveforms in RAM (which can be gradually modified to do SID-like effects such as pulse-width modulation, or pre-set to any kind of waveform). Use fixed-point to get the sound frequency ...
I've got waveforms in RAM (which can be gradually modified to do SID-like effects such as pulse-width modulation, or pre-set to any kind of waveform). Use fixed-point to get the sound frequency ...
- Thu Mar 02, 2006 2:47 am
- Forum: Programming
- Topic: Programming Flash Memory
- Replies: 2
- Views: 2852
- Fri Feb 17, 2006 9:28 pm
- Forum: Programming
- Topic: MP3, Ogg, Wav, etc.
- Replies: 4
- Views: 4091
- Wed Feb 15, 2006 7:17 pm
- Forum: Programming
- Topic: MP3, Ogg, Wav, etc.
- Replies: 4
- Views: 4091
wav would be really easy. All the samples I play are just plain 8-bit unsigned PCM. You'll want it in an optimal format, converting or decoding it (at high sample rates like 44.1khz) for every sample will take some major CPU time.
If the CPU is supposed to be doing anything else at the same time ...
If the CPU is supposed to be doing anything else at the same time ...
- Wed Feb 15, 2006 2:36 pm
- Forum: Hardware
- Topic: i am looking for the datasheet:
- Replies: 8
- Views: 11365
- Sun Dec 04, 2005 11:58 pm
- Forum: Hardware
- Topic: Some questions about the 6502
- Replies: 5
- Views: 3234
Re: Some questions about the 6502
Also (in the case of the video RAM for the tile map) it gave the cartridge designer some flexibility with less RAM. For the PPU there's 2kB of internal VRAM in a 4kB address space. A full screen uses 1kB. The NES brings an address input to the cart edge, so you can set the screens to be mirrored ...
- Wed Sep 28, 2005 12:11 pm
- Forum: General Discussions
- Topic: ok im hooked
- Replies: 10
- Views: 5290
Ah, there isn't all that much tech info on zophar.net. Try my website:
http://nesdev.parodius.com/
There's a lot there, I don't update as often as I should though. There's a forum too.
If you're gonna use an NES emulator, use Nintendulator (fast PC required). On most emulators it's really easy to ...
http://nesdev.parodius.com/
There's a lot there, I don't update as often as I should though. There's a forum too.
If you're gonna use an NES emulator, use Nintendulator (fast PC required). On most emulators it's really easy to ...
- Thu Sep 22, 2005 3:53 am
- Forum: Hardware
- Topic: Review of 65C816
- Replies: 8
- Views: 4762
- Mon Sep 19, 2005 9:00 am
- Forum: Programming
- Topic: Best way to learn 6502 assembly without real hardware?
- Replies: 14
- Views: 10142
- Mon Sep 19, 2005 8:47 am
- Forum: General Discussions
- Topic: Just an idea: a CP/M alike OS for the 6502?
- Replies: 44
- Views: 27911