mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
tsamurai.cpp: fixed c/p error (nw)
This commit is contained in:
parent
970edf7502
commit
4890bdeb9f
@ -819,7 +819,7 @@ void tsamurai_state::m660(machine_config &config)
|
||||
/* basic machine hardware */
|
||||
Z80(config, m_maincpu, XTAL(24'000'000)/8);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &tsamurai_state::m660_map);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &tsamurai_state::z80_m660_io_map);
|
||||
m_maincpu->set_addrmap(AS_IO, &tsamurai_state::z80_m660_io_map);
|
||||
|
||||
Z80(config, m_audiocpu, XTAL(24'000'000)/8);
|
||||
m_audiocpu->set_addrmap(AS_PROGRAM, &tsamurai_state::sound1_m660_map);
|
||||
|
Loading…
Reference in New Issue
Block a user