diff options
Diffstat (limited to 'src/emu/sound/sp0256.h')
-rw-r--r-- | src/emu/sound/sp0256.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/sound/sp0256.h b/src/emu/sound/sp0256.h index 981cc26521e..6e5ee2bd32a 100644 --- a/src/emu/sound/sp0256.h +++ b/src/emu/sound/sp0256.h @@ -24,7 +24,6 @@ struct sp0256_interface { void (*lrq_callback)(int state); void (*sby_callback)(int state); - int memory_region; }; void sp0256_bitrevbuff(UINT8 *buffer, unsigned int start, unsigned int length); |