mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
sharp/mz6500.cpp, skeleton/if800.cpp: bump refresh rate to a sane value
This commit is contained in:
parent
2d077f455a
commit
5c4f07ffb9
@ -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)
|
||||
|
@ -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));
|
||||
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user