diff options
| -rw-r--r-- | hash/pc98.xml | 2 | ||||
| -rw-r--r-- | src/mame/sharp/mz6500.cpp | 2 | ||||
| -rw-r--r-- | src/mame/skeleton/if800.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hash/pc98.xml b/hash/pc98.xml index b33d8bc26d9..6d23f87b9c2 100644 --- a/hash/pc98.xml +++ b/hash/pc98.xml @@ -54498,7 +54498,7 @@ Doesn't boot on vanilla class (verify), notes use VM class <notes><![CDATA[ Requires [kanji] adapter for menu, TBD for vanilla class [keyboard] may become unresponsive in some of these -07 and 10 shows hacked instructions in Malaysian +04 and 10 shows hacked instructions in Malaysian 01:Danchi Tsuma no Yuuwaku 団地妻の誘惑 (Koei) 02:"The Geisha Game" 芸者 (<uncredited>) 03:Hanafuda Kyo 花札狂 (Hudson) diff --git a/src/mame/sharp/mz6500.cpp b/src/mame/sharp/mz6500.cpp index cb545f905e5..57b498d2918 100644 --- a/src/mame/sharp/mz6500.cpp +++ b/src/mame/sharp/mz6500.cpp @@ -163,7 +163,7 @@ void mz6500_state::mz6500(machine_config &config) PALETTE(config, "palette").set_entries(8); /* Devices */ - UPD7220(config, m_hgdc, 8000000/6); // unk clock + UPD7220(config, m_hgdc, 8000000 / 3); // unk clock m_hgdc->set_addrmap(0, &mz6500_state::upd7220_map); m_hgdc->set_display_pixels(FUNC(mz6500_state::hgdc_display_pixels)); diff --git a/src/mame/skeleton/if800.cpp b/src/mame/skeleton/if800.cpp index f0248cdd1fa..5825cc51d89 100644 --- a/src/mame/skeleton/if800.cpp +++ b/src/mame/skeleton/if800.cpp @@ -98,7 +98,7 @@ void if800_state::if800(machine_config &config) // PIC8259(config, "pic8259", 0); - UPD7220(config, m_hgdc, 8000000/4); + UPD7220(config, m_hgdc, 8000000 / 2); m_hgdc->set_addrmap(0, &if800_state::upd7220_map); m_hgdc->set_display_pixels(FUNC(if800_state::hgdc_display_pixels)); |
