Skip to content

Commit

Permalink
trs/coco3.cpp: Extend display from 639 to 640 pixels (#12780)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlindner committed Sep 18, 2024
1 parent 900e276 commit 2ed6183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/trs/coco3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ed6183

Please sign in to comment.