mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
trs/coco3.cpp: Extend display from 639 to 640 pixels (#12780)
This commit is contained in:
parent
900e2769bf
commit
2ed61834a0
@ -311,7 +311,7 @@ void coco3_state::coco3(machine_config &config)
|
||||
|
||||
// monitor
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
|
||||
m_screen->set_raw(28.636363_MHz_XTAL/2, 912, 0, 640-1, 262, 1, 241-1);
|
||||
m_screen->set_raw(28.636363_MHz_XTAL/2, 912, 0, 640, 262, 1, 241-1);
|
||||
m_screen->set_screen_update(FUNC(coco3_state::screen_update));
|
||||
|
||||
// internal ram
|
||||
|
Loading…
Reference in New Issue
Block a user