summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2008-10-11 12:12:16 +0000
committer davidhay <davidhay@localhost>2008-10-11 12:12:16 +0000
commit79e4dc3955db86d880986a8db749d27e466204a5 (patch)
tree2f916b243d4197f3743f1f8d9ad351f261035396 /src
parent095f32a199e4a8e592f1b9950a57c152f764e623 (diff)
no need to call this.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/segac2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segac2.c b/src/mame/drivers/segac2.c
index 41bae52567a..5602897c465 100644
--- a/src/mame/drivers/segac2.c
+++ b/src/mame/drivers/segac2.c
@@ -572,7 +572,7 @@ static WRITE16_HANDLER( prot_w )
/* if the palette changed, force an update */
if (new_sp_palbase != sp_palbase || new_bg_palbase != bg_palbase)
{
- video_screen_update_partial(machine->primary_screen, video_screen_get_vpos(machine->primary_screen) + 1);
+ //video_screen_update_partial(machine->primary_screen, video_screen_get_vpos(machine->primary_screen) + 1);
sp_palbase = new_sp_palbase;
bg_palbase = new_bg_palbase;
recompute_palette_tables();