summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gime.h')
-rw-r--r--src/mame/video/gime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gime.h b/src/mame/video/gime.h
index a23565baa0e..b73c64440e7 100644
--- a/src/mame/video/gime.h
+++ b/src/mame/video/gime.h
@@ -270,7 +270,7 @@ private:
UINT32 get_data_mc6847(UINT32 video_position, UINT8 *data, UINT8 *mode);
UINT32 get_data_without_attributes(UINT32 video_position, UINT8 *data, UINT8 *mode);
UINT32 get_data_with_attributes(UINT32 video_position, UINT8 *data, UINT8 *mode);
-
+
// template function for doing video update collection
template<UINT8 xres, get_data_func get_data, bool record_mode>
UINT32 record_scanline_res(int scanline);