mirror of
https://github.com/MiSTer-devel/CreatiVision_MiSTer.git
synced 2026-05-17 03:03:32 +00:00
JT89 FPGA Clone of sn76489an hardware by Jose Tejada (@topapate)
You can show your appreciation through:
sn76489an compatible Verilog core, with emphasis on FPGA implementation and Megadrive/Master System compatibility.
This project aims to make a Verilog core that will:
- Produce signed output waveforms, with no dc offset
- Produce accurate volume
- Have volume limiting like reportedly Master System had
- Different volume settings for noise channel as reported
- Test if Megadrive 2 version had different volume and apply it
- Reported variations on noise signal length
- Use one single clock for all registers, making it easy to synthesize and constraint on FPGAs
- It will fit well with JT12 in order to produce the Megadrive sound system
- Have separate output channels, so they can be mixed using the interpolator before the sigma-delta DAC
Use Cases
This project has been used in:
- Genesis MiSTerFPGA core
- Kicker arcade core
- Yie Ar Kungfu arcade core
- Konami's Ping Pong arcade core
- Mikie arcade core
- Track'n Field arcade core
- Road Fighter arcade core
- Super Basketball arcade core
- Exed Exes arcade core
Related Projects
Other sound chips from the same author
| Chip | Repository |
|---|---|
| YM2203, YM2612, YM2610 | JT12 |
| YM2151 | JT51 |
| YM3526,OPLL,OPL2 | JTOPL |
| YM2149 | JT49 |
| OKI 6295 | JT6295 |
| OKI MSM5205 | JT5205 |
| sn76489an | JT89 |