mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
fix the build
This commit is contained in:
parent
009f31fae2
commit
483426ff2e
@ -662,7 +662,7 @@ void pi4d2x_state::common(machine_config &config)
|
|||||||
|
|
||||||
EEPROM_93C56_16BIT(config, m_eeprom);
|
EEPROM_93C56_16BIT(config, m_eeprom);
|
||||||
|
|
||||||
DP8572A(config, m_rtc, 32.768_KHz_XTAL);
|
DP8572A(config, m_rtc, 32.768_kHz_XTAL);
|
||||||
|
|
||||||
PIT8254(config, m_pit);
|
PIT8254(config, m_pit);
|
||||||
m_pit->set_clk<2>(3.6864_MHz_XTAL);
|
m_pit->set_clk<2>(3.6864_MHz_XTAL);
|
||||||
@ -792,7 +792,7 @@ void pi4d3x_state::common(machine_config &config)
|
|||||||
|
|
||||||
EEPROM_93C56_16BIT(config, m_eeprom);
|
EEPROM_93C56_16BIT(config, m_eeprom);
|
||||||
|
|
||||||
DP8572A(config, m_rtc, 32.768_KHz_XTAL);
|
DP8572A(config, m_rtc, 32.768_kHz_XTAL);
|
||||||
|
|
||||||
// 1: local0
|
// 1: local0
|
||||||
// 2: local1
|
// 2: local1
|
||||||
|
@ -184,7 +184,7 @@ void hpc1_device::device_add_mconfig(machine_config &config)
|
|||||||
NSCSI_CONNECTOR(config, "scsibus:6", scsi_devices, nullptr, false);
|
NSCSI_CONNECTOR(config, "scsibus:6", scsi_devices, nullptr, false);
|
||||||
NSCSI_CONNECTOR(config, "scsibus:7", scsi_devices, nullptr, false);
|
NSCSI_CONNECTOR(config, "scsibus:7", scsi_devices, nullptr, false);
|
||||||
|
|
||||||
DP8572A(config, m_rtc, 32.768_KHz_XTAL).set_use_utc(true);
|
DP8572A(config, m_rtc, 32.768_kHz_XTAL).set_use_utc(true);
|
||||||
|
|
||||||
PIT8254(config, m_pit, 0);
|
PIT8254(config, m_pit, 0);
|
||||||
m_pit->set_clk<0>(1000000);
|
m_pit->set_clk<0>(1000000);
|
||||||
|
Loading…
Reference in New Issue
Block a user