mirror of
https://github.com/holub/mame
synced 2025-06-03 11:26:56 +03:00
ultra14f: More likely CPU divider (nw)
This commit is contained in:
parent
a4f39748ea
commit
b5d3b29d16
@ -50,7 +50,7 @@ void ultra14f_device::scsic_config(device_t *device)
|
||||
|
||||
void ultra14f_device::device_add_mconfig(machine_config &config)
|
||||
{
|
||||
M68008FN(config, m_uscpu, 40_MHz_XTAL / 10); // custom-marked as USC080-5-10A
|
||||
M68008FN(config, m_uscpu, 40_MHz_XTAL / 4); // custom-marked as USC080-5-10A
|
||||
m_uscpu->set_addrmap(AS_PROGRAM, &ultra14f_device::uscpu_map);
|
||||
|
||||
NSCSI_BUS(config, "scsi");
|
||||
|
Loading…
Reference in New Issue
Block a user