trs/coco3.cpp: Extend display from 639 to 640 pixels (#12780)

This commit is contained in:
tim lindner 2024-09-17 19:56:22 -07:00 committed by GitHub
parent 900e2769bf
commit 2ed61834a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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