mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
sx1010: resolution changed by mistake
This commit is contained in:
parent
14c5988e12
commit
0249d6019c
@ -162,7 +162,7 @@ void sx1000_state::common(machine_config &config)
|
||||
PIC8259(config, m_pic);
|
||||
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
|
||||
m_screen->set_raw(48'800'000 / 2, 80*8, 0, 80*8, 25*16, 0, 25*16);
|
||||
m_screen->set_raw(48'800'000, 80*16, 0, 80*16, 25*16, 0, 25*16);
|
||||
m_screen->set_screen_update(m_crtc, FUNC(hd6345_device::screen_update));
|
||||
|
||||
// htotal = 117
|
||||
|
Loading…
Reference in New Issue
Block a user