diff options
author | 2018-09-22 23:37:56 -0400 | |
---|---|---|
committer | 2018-09-22 23:37:56 -0400 | |
commit | b776b03e5e2a76dbde3623e40fe11fbbef2cca2c (patch) | |
tree | 1dbffb62888a88ef3d70e266ec841d375e758d53 /src | |
parent | a9132c31a28b15c694a41a3a6682ffc40d147bd4 (diff) |
hazl1420: Nonstandard INS8250 clock (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/hazl1420.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hazl1420.cpp b/src/mame/drivers/hazl1420.cpp index 559f0c7afad..6c9c56efb7e 100644 --- a/src/mame/drivers/hazl1420.cpp +++ b/src/mame/drivers/hazl1420.cpp @@ -146,7 +146,7 @@ void hazl1420_state::hazl1420(machine_config &config) //I8243(config, m_ioexp[0]); //I8243(config, m_ioexp[1]); - INS8250(config, "ace", 1'843'200); + INS8250(config, "ace", 2'764'800); //DP8350(config, "crtc", 10.92_MHz_XTAL); |