tsamurai.cpp: fixed c/p error (nw)

This commit is contained in:
Ivan Vangelista 2019-02-21 08:52:21 +01:00 committed by GitHub
parent 970edf7502
commit 4890bdeb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);