MJoergen / ym2151_delete

Step-by-step implementation of the YM2151 sound chip from Yamaha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YM2151

Step-by-step implementation of the YM2151 sound chip from Yamaha.

I'm keeping a log of my progress.

Directory structure

  • src : Contains source files for the YM2151 module.
  • doc : Contains documentation.
  • sim : Contains testbench and other files used during simulation.
  • nexys4ddr : Contains an example design that runs on the Nexys4DDR board.

Links

I'm greatly influenzed by this verilog implementation.

I'm also looking at the MAME emulation.

About

Step-by-step implementation of the YM2151 sound chip from Yamaha.

License:MIT License


Languages

Language:VHDL 93.2%Language:Makefile 6.8%