summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001005.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001005.h')
-rw-r--r--src/mame/video/k001005.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/k001005.h b/src/mame/video/k001005.h
index 413764fee66..71c7c1dfa57 100644
--- a/src/mame/video/k001005.h
+++ b/src/mame/video/k001005.h
@@ -31,13 +31,13 @@ public:
void swap_buffers();
void preprocess_texture_data(UINT8 *rom, int length, int gticlub);
void render_polygons();
-
+
#if POLY_DEVICE
-
+
void draw_scanline( void *dest, INT32 scanline, const poly_extent *extent, const void *extradata, int threadid );
void draw_scanline_tex( void *dest, INT32 scanline, const poly_extent *extent, const void *extradata, int threadid );
-
-
+
+
#endif
DECLARE_READ32_MEMBER( read );