summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hng64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hng64.cpp')
-rw-r--r--src/mame/video/hng64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hng64.cpp b/src/mame/video/hng64.cpp
index b3ff066a323..23228f88733 100644
--- a/src/mame/video/hng64.cpp
+++ b/src/mame/video/hng64.cpp
@@ -176,7 +176,7 @@ void hng64_state::hng64_videoram_w(offs_t offset, uint32_t data, uint32_t mem_ma
/* internal set of transparency states for rendering */
-static void hng64_configure_blit_parameters(blit_parameters *blit, tilemap_t *tmap, bitmap_rgb32 &dest, const rectangle &cliprect, uint32_t flags, uint8_t priority, uint8_t priority_mask, hng64trans_t drawformat)
+void hng64_state::hng64_configure_blit_parameters(blit_parameters *blit, tilemap_t *tmap, bitmap_rgb32 &dest, const rectangle &cliprect, uint32_t flags, uint8_t priority, uint8_t priority_mask, hng64trans_t drawformat)
{
/* start with nothing */
memset(blit, 0, sizeof(*blit));