summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index a071aa84b88..f22d422b1c1 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -335,6 +335,7 @@ protected:
bool draw_gfx_scanline(bitmap_ind16 &bitmap, rectangle cliprect, uint8_t priority);
void draw_gfx(bitmap_rgb32 &bitmap,rectangle cliprect);
void draw_sprites(bitmap_ind16 &bitmap, int priority, rectangle cliprect);
+ void draw_bg(bitmap_ind16 &bitmap, screen_device &screen, int layer, bool opaque, rectangle rect);
public:
static rgb_t GGGGGRRRRRBBBBBI(uint32_t raw);