summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.c')
-rw-r--r--src/emu/video.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/video.c b/src/emu/video.c
index 17d106780e8..4cbbe45d0a3 100644
--- a/src/emu/video.c
+++ b/src/emu/video.c
@@ -210,8 +210,8 @@ void video_manager::set_frameskip(int frameskip)
//-------------------------------------------------
-// frame_update - handle frameskipping and UI,
-// plus updating the screen during normal
+// frame_update - handle frameskipping and UI,
+// plus updating the screen during normal
// operations
//-------------------------------------------------
@@ -280,7 +280,7 @@ void video_manager::frame_update(bool debug)
//-------------------------------------------------
-// speed_text - print the text to be displayed
+// speed_text - print the text to be displayed
// into a string buffer
//-------------------------------------------------
@@ -449,7 +449,7 @@ void video_manager::begin_recording(const char *name, movie_format format)
mame_printf_error("Error creating AVI: %s\n", avi_error_string(avierr));
}
}
-
+
// start up a MNG recording
else if (format == MF_MNG)
{