Search found 10 matches
- Thu Dec 05, 2013 10:11 pm
- Forum: Megadrive/Genesis
- Topic: FPGA Genesis with Sound
- Replies: 48
- Views: 45107
- Tue Dec 04, 2012 10:48 pm
- Forum: Megadrive/Genesis
- Topic: FPGA Genesis with Sound
- Replies: 48
- Views: 45107
Thanks! I'll run through an emulator later and compare. One thing is we are outputting at ~53 kHz and sampling at 48 kHz, so there's a little bit of data loss there. Not sure how much that would affect it. We shifted everything to a 16 bit output with 14-bits of precision, where I think the Genesis ...
- Tue Dec 04, 2012 10:25 pm
- Forum: Megadrive/Genesis
- Topic: FPGA Genesis with Sound
- Replies: 48
- Views: 45107
We added the 3 tone channels of the PSG. Sonic makes jumping noises now! We also cleaned up the YM2612 quite a bit. To my ears, it sounds pretty good, but please let me know if you see/hear anything wrong. New video is here: http://www.youtube.com/watch?v=zZyLj1gX0_k .
I'll also take requests if ...
I'll also take requests if ...
- Mon Dec 03, 2012 8:08 pm
- Forum: Megadrive/Genesis
- Topic: FPGA Genesis with Sound
- Replies: 48
- Views: 45107
- Sun Dec 02, 2012 2:44 am
- Forum: Megadrive/Genesis
- Topic: FPGA Genesis with Sound
- Replies: 48
- Views: 45107
FPGA Genesis with Sound
As mentioned in another post, my group is implementing a full Sega Genesis system on an FPGA. This is built off the fpgagen project by Gregory Estrade (Torlus): http://code.google.com/p/fpgagen/ . We've ported the project from Altera to Xilinx and added an original YM2612 driver and cartridge ...
- Thu Nov 29, 2012 2:20 pm
- Forum: Sound
- Topic: YM2612 output buffer
- Replies: 11
- Views: 13095
- Thu Nov 29, 2012 4:38 am
- Forum: Sound
- Topic: YM2612 output buffer
- Replies: 11
- Views: 13095
I think that's it! Somehow I had gotten the impression that the FM chip was clocked at VCLK and updated every VCLK/6 cycles, but only spit out an output every VCLK/144 cycles. This makes a lot more sense, and fits with my current implementation. I did know about the time-division multiplexing, but ...
- Wed Nov 28, 2012 11:04 pm
- Forum: Sound
- Topic: YM2612 output buffer
- Replies: 11
- Views: 13095
- Tue Nov 27, 2012 2:01 am
- Forum: Sound
- Topic: YM2612 output buffer
- Replies: 11
- Views: 13095
Thanks Arbee!
The question then is what is this serial output stream supposed to consist of? If it's the channel output sampled at 53 kHz, the stream is too fast and I only hear a short "ding" from the speakers. If it is supposed to be the channel output (which updates at 1.27 MHz) extended into a ...
The question then is what is this serial output stream supposed to consist of? If it's the channel output sampled at 53 kHz, the stream is too fast and I only hear a short "ding" from the speakers. If it is supposed to be the channel output (which updates at 1.27 MHz) extended into a ...
- Mon Nov 26, 2012 2:52 pm
- Forum: Sound
- Topic: YM2612 output buffer
- Replies: 11
- Views: 13095
YM2612 output buffer
Hey guys! First post here, but I've been reading this forum for a few months. This site has been a fantastic resource, and I thought I'd pop in with a few questions :)
I'm implementing an FPGA version of the Genesis for a class project (building off of Gregory Estrade's project http://code.google ...
I'm implementing an FPGA version of the Genesis for a class project (building off of Gregory Estrade's project http://code.google ...