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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/k054156_k054157_k056832.h b/src/mame/video/k054156_k054157_k056832.h
index 57cfeff1c7d..79bd099386f 100644
--- a/src/mame/video/k054156_k054157_k056832.h
+++ b/src/mame/video/k054156_k054157_k056832.h
@@ -8,7 +8,7 @@
#include "video/k055555.h" // still needs k055555_get_palette_index
#include "tilemap.h"
-#define K056832_CB_MEMBER(_name) void _name(int layer, int *code, int *color, int *flags)
+#define K056832_CB_MEMBER(_name) void _name(int layer, int *code, int *color, int *flags, int *priority)
#define K056832_PAGE_COUNT 16
@@ -31,7 +31,7 @@ class k055555_device;
class k056832_device : public device_t, public device_gfx_interface
{
public:
- using tile_delegate = device_delegate<void (int layer, int *code, int *color, int *flags)>;
+ using tile_delegate = device_delegate<void (int layer, int *code, int *color, int *flags, int *priority)>;
template <typename T> k056832_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock, T &&mixer_tag)
: k056832_device(mconfig, tag, owner, clock)