diff options
author | 2008-12-26 06:40:58 +0000 | |
---|---|---|
committer | 2008-12-26 06:40:58 +0000 | |
commit | 4ed7452ceb0c4ba838f21716fe2fbdc1bcae5262 (patch) | |
tree | e3f7d711f3be0cd698d966da951d88e6f5bd9731 /src/emu/sound/speaker.h | |
parent | 6a32a2c7c45e7abf0a05c892b4e230f8d99d51dc (diff) |
From: Atari Ace [mailto:atari_ace@verizon.net]
Sent: Monday, December 22, 2008 8:04 AM
To: submit@mamedev.org
Cc: atariace@hotmail.com
Subject: [patch] Update sound core header files
Hi mamedev,
This patch updates all the sound core header files to declare their
SND_GET_INFO functions, which will be needed once the sound cores
become proper devices. It also makes a handful of other header
declaration fixes in emu/sound, and makes one SND_RESET routine
static. Note: votrax.h is a new include file altogether.
~aa
Diffstat (limited to 'src/emu/sound/speaker.h')
-rw-r--r-- | src/emu/sound/speaker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/speaker.h b/src/emu/sound/speaker.h index 848300d0bf3..f963d61f175 100644 --- a/src/emu/sound/speaker.h +++ b/src/emu/sound/speaker.h @@ -25,6 +25,8 @@ struct _speaker_interface void speaker_level_w (int which, int new_level); +SND_GET_INFO( speaker ); + #ifdef __cplusplus } #endif |