summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/5110intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/5110intf.h')
-rw-r--r--src/emu/sound/5110intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/sound/5110intf.h b/src/emu/sound/5110intf.h
index 7a9dcfd4dd0..59873b2d56e 100644
--- a/src/emu/sound/5110intf.h
+++ b/src/emu/sound/5110intf.h
@@ -7,7 +7,6 @@
struct TMS5110interface
{
- int rom_region; /* set to -1 to specifiy callbacks below */
int (*M0_callback)(void); /* function to be called when chip requests another bit */
void (*load_address)(int addr); /* speech ROM load address callback */
};