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/c140.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/c140.h')
-rw-r--r-- | src/emu/sound/c140.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/c140.h b/src/emu/sound/c140.h index 1775fe58178..d487acb8c8b 100644 --- a/src/emu/sound/c140.h +++ b/src/emu/sound/c140.h @@ -23,4 +23,6 @@ struct _c140_interface { int banking_type; }; +SND_GET_INFO( c140 ); + #endif /* __C140_H__ */ |