mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
471d123fd6
@ -85,7 +85,7 @@ void tms9928a_device::device_config_complete()
|
||||
TOTAL_VERT_PAL, VERT_DISPLAY_START_PAL - 12, VERT_DISPLAY_START_PAL + 192 + 12);
|
||||
else
|
||||
screen().set_raw(clock() / 2, TOTAL_HORZ, HORZ_DISPLAY_START - 12, HORZ_DISPLAY_START + 256 + 12,
|
||||
TOTAL_VERT_PAL, VERT_DISPLAY_START_NTSC - 12, VERT_DISPLAY_START_NTSC + 192 + 12);
|
||||
TOTAL_VERT_NTSC, VERT_DISPLAY_START_NTSC - 12, VERT_DISPLAY_START_NTSC + 192 + 12);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user