mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
mac128.cpp: Force native aspect ratio for screen
This commit is contained in:
parent
466ae24e4c
commit
f6c53d44fa
@ -1132,6 +1132,7 @@ void mac128_state::mac512ke(machine_config &config)
|
||||
/* video hardware */
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
|
||||
m_screen->set_raw(15.6672_MHz_XTAL, MAC_H_TOTAL, 0, MAC_H_VIS, MAC_V_TOTAL, 0, MAC_V_VIS);
|
||||
m_screen->set_native_aspect();
|
||||
m_screen->set_screen_update(FUNC(mac128_state::screen_update_mac));
|
||||
m_screen->screen_vblank().set(FUNC(mac128_state::vblank_w));
|
||||
m_screen->set_palette("palette");
|
||||
|
Loading…
Reference in New Issue
Block a user