summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es8712.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/es8712.h')
-rw-r--r--src/emu/sound/es8712.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/emu/sound/es8712.h b/src/emu/sound/es8712.h
index 6efb6cfb86c..053d7cbc81c 100644
--- a/src/emu/sound/es8712.h
+++ b/src/emu/sound/es8712.h
@@ -3,16 +3,6 @@
/* An interface for the ES8712 ADPCM chip */
-struct ES8712interface
-{
- int region; /* Memory region where the sample ROM lives */
-};
-
-extern const struct ES8712interface es8712_interface_region_1;
-extern const struct ES8712interface es8712_interface_region_2;
-extern const struct ES8712interface es8712_interface_region_3;
-extern const struct ES8712interface es8712_interface_region_4;
-
void ES8712_play(int which);
void ES8712_set_bank_base(int which, int base);
void ES8712_set_frequency(int which, int frequency);