aboutsummaryrefslogtreecommitdiffstats
path: root/sn76489-1.0/sn76489_tone-c.vhd
diff options
context:
space:
mode:
authorMike Stirling <opensource@mikestirling.co.uk>2011-07-31 13:01:46 +0100
committerMike Stirling <opensource@mikestirling.co.uk>2011-07-31 13:01:46 +0100
commitb8eed4413b7d093d8df73dc2c5ffc83462a4a2ed (patch)
treeead2c35909b0f50befd0872c6631b69f7eab6d08 /sn76489-1.0/sn76489_tone-c.vhd
parent263ebee92985bfd0d9e2c894dfbfc5c34e270159 (diff)
downloadfpga-bbc-b8eed4413b7d093d8df73dc2c5ffc83462a4a2ed.tar.gz
fpga-bbc-b8eed4413b7d093d8df73dc2c5ffc83462a4a2ed.tar.bz2
fpga-bbc-b8eed4413b7d093d8df73dc2c5ffc83462a4a2ed.zip
Added sound generator support and interface to WM8731L audio codec. Uses SN76489 implementation from FPGA arcade.
Diffstat (limited to 'sn76489-1.0/sn76489_tone-c.vhd')
-rw-r--r--sn76489-1.0/sn76489_tone-c.vhd19
1 files changed, 19 insertions, 0 deletions
diff --git a/sn76489-1.0/sn76489_tone-c.vhd b/sn76489-1.0/sn76489_tone-c.vhd
new file mode 100644
index 0000000..119e2f3
--- /dev/null
+++ b/sn76489-1.0/sn76489_tone-c.vhd
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------------------
+--
+-- Synthesizable model of TI's SN76489AN.
+--
+-- $Id: sn76489_tone-c.vhd,v 1.2 2005/10/10 22:12:38 arnim Exp $
+--
+-------------------------------------------------------------------------------
+
+configuration sn76489_tone_rtl_c0 of sn76489_tone is
+
+ for rtl
+
+ for attenuator_b : sn76489_attenuator
+ use configuration work.sn76489_attenuator_rtl_c0;
+ end for;
+
+ end for;
+
+end sn76489_tone_rtl_c0;