summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.c')
-rw-r--r--src/mame/video/n64.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/n64.c b/src/mame/video/n64.c
index 3bfa132ee8c..3034e9f910e 100644
--- a/src/mame/video/n64.c
+++ b/src/mame/video/n64.c
@@ -214,8 +214,8 @@ void n64_periphs::video_update16(bitmap_rgb32 &bitmap)
//if (hres > 640) // Needed by Top Gear Overdrive (E)
//{
- // invisiblewidth += (hres - 640);
- // hres = 640;
+ // invisiblewidth += (hres - 640);
+ // hres = 640;
//}
if (vres > bitmap.height()) // makes Perfect Dark boot w/o crashing
@@ -270,8 +270,8 @@ void n64_periphs::video_update32(bitmap_rgb32 &bitmap)
//if (hres > 640) // Needed by Top Gear Overdrive (E)
//{
- // invisiblewidth += (hres - 640);
- // hres = 640;
+ // invisiblewidth += (hres - 640);
+ // hres = 640;
//}
if (frame_buffer32)