summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/funybubl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/funybubl.cpp')
-rw-r--r--src/mame/video/funybubl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/funybubl.cpp b/src/mame/video/funybubl.cpp
index 586a3639b3b..1e9103156b2 100644
--- a/src/mame/video/funybubl.cpp
+++ b/src/mame/video/funybubl.cpp
@@ -10,7 +10,7 @@ todo - convert to tilemap
#include "emu.h"
#include "includes/funybubl.h"
-PALETTE_DECODER_MEMBER(funybubl_state, funybubl_R6B6G6)
+rgb_t funybubl_state::funybubl_R6B6G6(uint32_t raw)
{
return rgb_t(pal6bit(raw >> 12), pal6bit(raw >> 0), pal6bit(raw >> 6));
}