mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
ISA version of CS4231A
Hopefully someday will be merged with cs4231.c (SPARC version) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4741 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
214c465f86
commit
cc53d26d4d
6 changed files with 693 additions and 2 deletions
|
@ -12,3 +12,6 @@ int GUS_init (AudioState *s, qemu_irq *pic);
|
|||
|
||||
/* ac97.c */
|
||||
int ac97_init (PCIBus *buf, AudioState *s);
|
||||
|
||||
/* cs4231a.c */
|
||||
int cs4231a_init (AudioState *s, qemu_irq *pic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue