summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/wswan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/wswan.c')
-rw-r--r--src/mess/audio/wswan.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mess/audio/wswan.c b/src/mess/audio/wswan.c
index bde1f6f612d..28a7eb7af06 100644
--- a/src/mess/audio/wswan.c
+++ b/src/mess/audio/wswan.c
@@ -249,22 +249,6 @@ static DEVICE_START(wswan_sound)
}
-DEVICE_GET_INFO( wswan_sound )
-{
- switch (state)
- {
- /* --- the following bits of info are returned as 64-bit signed integers --- */
- case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(wswan_sound_state); break;
-
- /* --- the following bits of info are returned as pointers to data or functions --- */
- case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(wswan_sound); break;
-
- /* --- the following bits of info are returned as NULL-terminated strings --- */
- case DEVINFO_STR_NAME: strcpy(info->s, "WonderSwan Custom"); break;
- case DEVINFO_STR_SOURCE_FILE: strcpy(info->s, __FILE__); break;
- }
-}
-
const device_type WSWAN = &device_creator<wswan_sound_device>;
wswan_sound_device::wswan_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)