summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/v9938.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-20 06:39:53 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-20 06:39:53 +0000
commitf54800c1f3f89877f977f1598edc07b93de2b509 (patch)
tree7ab593d4ac62979cf0de70500ece0bd66df80222 /src/emu/video/v9938.h
parent1c13d140992aabea30a322bb26d0fe8c0133cd3f (diff)
Clean-ups and version bumpmame0146u5
Diffstat (limited to 'src/emu/video/v9938.h')
-rw-r--r--src/emu/video/v9938.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/v9938.h b/src/emu/video/v9938.h
index 1cf9280d242..83eda9a8042 100644
--- a/src/emu/video/v9938.h
+++ b/src/emu/video/v9938.h
@@ -132,8 +132,8 @@ private:
template<typename _PixelType, int _Width> void mode_graphic5(const pen_t *pens, _PixelType *ln, int line);
template<typename _PixelType, int _Width> void mode_graphic6(const pen_t *pens, _PixelType *ln, int line);
template<typename _PixelType, int _Width> void mode_graphic7(const pen_t *pens, _PixelType *ln, int line);
-// template<typename _PixelType, int _Width> void mode_yae(const pen_t *pens, _PixelType *ln, int line);
-// template<typename _PixelType, int _Width> void mode_yjk(const pen_t *pens, _PixelType *ln, int line);
+// template<typename _PixelType, int _Width> void mode_yae(const pen_t *pens, _PixelType *ln, int line);
+// template<typename _PixelType, int _Width> void mode_yjk(const pen_t *pens, _PixelType *ln, int line);
template<typename _PixelType, int _Width> void mode_unknown(const pen_t *pens, _PixelType *ln, int line);
template<typename _PixelType, int _Width> void default_draw_sprite(const pen_t *pens, _PixelType *ln, UINT8 *col);
template<typename _PixelType, int _Width> void graphic5_draw_sprite(const pen_t *pens, _PixelType *ln, UINT8 *col);