mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +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)
|
DRIVER_INIT_MEMBER(nbmj9195_state,nbmj9195)
|
||||||
{
|
{
|
||||||
address_space &space = m_maincpu->space(AS_PROGRAM);
|
|
||||||
UINT8 *ROM = memregion("audiocpu")->base();
|
UINT8 *ROM = memregion("audiocpu")->base();
|
||||||
|
|
||||||
// sound program patch
|
// sound program patch
|
||||||
|
Loading…
Reference in New Issue
Block a user