summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k037122.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k037122.h')
-rw-r--r--src/mame/video/k037122.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k037122.h b/src/mame/video/k037122.h
index 5be964bf79c..056c65e69e3 100644
--- a/src/mame/video/k037122.h
+++ b/src/mame/video/k037122.h
@@ -8,7 +8,7 @@ class k037122_device : public device_t,
public:
k037122_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~k037122_device() {}
-
+
static void static_set_gfx_index(device_t &device, int index) { downcast<k037122_device &>(device).m_gfx_index = index; }
void tile_draw( screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect );