mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
Fixed regression with steeltal et al, nw
This commit is contained in:
parent
b0b843c089
commit
b844b7281d
@ -1601,7 +1601,7 @@ void harddriv_state::ds3(machine_config &config)
|
|||||||
/* basic machine hardware */
|
/* basic machine hardware */
|
||||||
ADSP2101(config, m_adsp, XTAL(12'000'000));
|
ADSP2101(config, m_adsp, XTAL(12'000'000));
|
||||||
m_adsp->set_addrmap(AS_PROGRAM, &harddriv_state::ds3_program_map);
|
m_adsp->set_addrmap(AS_PROGRAM, &harddriv_state::ds3_program_map);
|
||||||
m_adsp->set_addrmap(AS_PROGRAM, &harddriv_state::ds3_data_map);
|
m_adsp->set_addrmap(AS_DATA, &harddriv_state::ds3_data_map);
|
||||||
|
|
||||||
config.m_minimum_quantum = attotime::from_hz(60000);
|
config.m_minimum_quantum = attotime::from_hz(60000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user