summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sbus/cgsix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sbus/cgsix.h')
-rw-r--r--src/devices/bus/sbus/cgsix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/sbus/cgsix.h b/src/devices/bus/sbus/cgsix.h
index f4a1cef6b69..98f82fcd458 100644
--- a/src/devices/bus/sbus/cgsix.h
+++ b/src/devices/bus/sbus/cgsix.h
@@ -45,8 +45,9 @@ protected:
protected:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint8_t perform_rasterop(uint8_t src, uint8_t dst);
- void handle_blit_command();
+ void handle_font_poke();
void handle_draw_command();
+ void handle_blit_command();
void base_map(address_map &map);