summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:18:08 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:18:08 +0000
commit910fff0955cf27aa904843c130ede859231642b8 (patch)
tree3ff22ca5ee09dbe2c396addfd1b21e32b1385517 /src
parent69ece3433ccd0a9a30b5c3c3da021f2467c4344f (diff)
Fix compile
Diffstat (limited to 'src')
-rw-r--r--src/emu/sound/okim6376.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/sound/okim6376.h b/src/emu/sound/okim6376.h
index 171bcdfdf00..540c4a0a004 100644
--- a/src/emu/sound/okim6376.h
+++ b/src/emu/sound/okim6376.h
@@ -18,8 +18,6 @@ WRITE_LINE_DEVICE_HANDLER( okim6376_ch2_w );
READ_LINE_DEVICE_HANDLER( okim6376_busy_r );
READ_LINE_DEVICE_HANDLER( okim6376_nar_r );
-DECLARE_LEGACY_SOUND_DEVICE(OKIM6376, okim6376);
-
void okim6376_set_frequency(device_t *device, int frequency);
#endif /* __OKIM6376_H__ */