summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pc1350.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pc1350.h')
-rw-r--r--src/mess/includes/pc1350.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/pc1350.h b/src/mess/includes/pc1350.h
index e7caf96f4cd..1603afc2b18 100644
--- a/src/mess/includes/pc1350.h
+++ b/src/mess/includes/pc1350.h
@@ -24,6 +24,7 @@ public:
UINT8 m_outb;
int m_power;
UINT8 m_reg[0x1000];
+ UINT32 screen_update_pc1350(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -44,7 +45,7 @@ MACHINE_START( pc1350 );
DECLARE_READ8_HANDLER(pc1350_lcd_read);
DECLARE_WRITE8_HANDLER(pc1350_lcd_write);
-SCREEN_UPDATE_IND16( pc1350 );
+
int pc1350_keyboard_line_r(running_machine &machine);