Skip to content

Commit

Permalink
Implement the Screamer sound chip for the mac99 machine type
Browse files Browse the repository at this point in the history
This patch enables the playback of audio on a Mac OS 9 or Mac OS X guest.

Signed-off-by: John Arbuckle <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
programmingkidx authored and osy committed May 24, 2021
1 parent d35954d commit 5897229
Show file tree
Hide file tree
Showing 8 changed files with 1,067 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hw/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ config CS4231

config MARVELL_88W8618
bool

config SCREAMER
bool
1 change: 1 addition & 0 deletions hw/audio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ softmmu_ss.add(when: 'CONFIG_PL041', if_true: files('pl041.c', 'lm4549.c'))
softmmu_ss.add(when: 'CONFIG_SB16', if_true: files('sb16.c'))
softmmu_ss.add(when: 'CONFIG_VT82C686', if_true: files('via-ac97.c'))
softmmu_ss.add(when: 'CONFIG_WM8750', if_true: files('wm8750.c'))
softmmu_ss.add(when: 'CONFIG_SCREAMER', if_true: files('screamer.c'))
Loading

0 comments on commit 5897229

Please sign in to comment.