summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k054156_k054157_k056832.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k054156_k054157_k056832.h')
-rw-r--r--src/mame/video/k054156_k054157_k056832.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k054156_k054157_k056832.h b/src/mame/video/k054156_k054157_k056832.h
index 05197cb48ed..982bcd4a7db 100644
--- a/src/mame/video/k054156_k054157_k056832.h
+++ b/src/mame/video/k054156_k054157_k056832.h
@@ -41,7 +41,7 @@ public:
template <typename... T> void set_tile_callback(T &&... args) { m_k056832_cb = k056832_cb_delegate(std::forward<T>(args)...); }
- template <typename T>
+ template <typename T>
void set_config(T &&gfx_reg, int bpp, int big, int djmain_hack)
{
m_rombase.set_tag(std::forward<T>(gfx_reg));