mirror of
https://github.com/holub/mame
synced 2025-05-18 03:35:03 +03:00
fixed typo regression (nw)
This commit is contained in:
parent
30a5a9c958
commit
39fb71c651
@ -11,7 +11,7 @@ public:
|
||||
model1_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
: driver_device(mconfig, type, tag),
|
||||
m_maincpu(*this, "maincpu"),
|
||||
m_audiocpu(*this, "maincpu"),
|
||||
m_audiocpu(*this, "audiocpu"),
|
||||
m_dsbz80(*this, DSBZ80_TAG),
|
||||
m_mr2(*this, "mr2"),
|
||||
m_mr(*this, "mr"),
|
||||
|
Loading…
Reference in New Issue
Block a user