diff options
Diffstat (limited to 'src/emu/sound/namco.h')
-rw-r--r-- | src/emu/sound/namco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/sound/namco.h b/src/emu/sound/namco.h index 057eb536906..8d235f3ebf4 100644 --- a/src/emu/sound/namco.h +++ b/src/emu/sound/namco.h @@ -4,7 +4,6 @@ struct namco_interface { int voices; /* number of voices */ - int region; /* memory region; -1 to use RAM (pointed to by namco_wavedata) */ int stereo; /* set to 1 to indicate stereo (e.g., System 1) */ }; |