mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
Fixes unused variable warning. (nw)
This commit is contained in:
parent
a6231b342f
commit
8cd014d3e6
@ -221,7 +221,6 @@ void nbmj9195_state::machine_reset()
|
||||
|
||||
DRIVER_INIT_MEMBER(nbmj9195_state,nbmj9195)
|
||||
{
|
||||
address_space &space = m_maincpu->space(AS_PROGRAM);
|
||||
UINT8 *ROM = memregion("audiocpu")->base();
|
||||
|
||||
// sound program patch
|
||||
|
Loading…
Reference in New Issue
Block a user