summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stvvdp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stvvdp2.c')
-rw-r--r--src/mame/video/stvvdp2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/stvvdp2.c b/src/mame/video/stvvdp2.c
index 7dcc0edafb5..04c53207a61 100644
--- a/src/mame/video/stvvdp2.c
+++ b/src/mame/video/stvvdp2.c
@@ -5521,8 +5521,8 @@ static void stv_vdp2_dynamic_res_change(running_machine *machine)
vblank_period = get_vblank_duration(machine);
hblank_period = get_hblank_duration(machine);
-// popmessage("%d",vblank_period);
-// hblank_period = get_hblank_duration(machine->primary_screen);
+// popmessage("%d",vblank_period);
+// hblank_period = get_hblank_duration(machine->primary_screen);
video_screen_configure(machine->primary_screen, (horz_res+hblank_period), (vert_res+vblank_period), &visarea, video_screen_get_frame_period(machine->primary_screen).attoseconds );
old_vres = vert_res;