From 5c62d4740b6691ad0cd05863da47ec92e5f0cd7f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 28 Oct 2013 23:01:28 +0000 Subject: Add tiled bitmap plotting function. --- src/plot/16bpp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plot/16bpp.c') diff --git a/src/plot/16bpp.c b/src/plot/16bpp.c index d629944..4f9134f 100644 --- a/src/plot/16bpp.c +++ b/src/plot/16bpp.c @@ -114,6 +114,7 @@ const nsfb_plotter_fns_t _nsfb_16bpp_plotters = { .fill = fill, .point = point, .bitmap = bitmap, + .bitmap_tiles = bitmap_tiles, .glyph8 = glyph8, .glyph1 = glyph1, .readrect = readrect, -- cgit v1.2.3