summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc2000.c')
-rw-r--r--src/mess/drivers/pc2000.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/drivers/pc2000.c b/src/mess/drivers/pc2000.c
index 556980acc63..fe96c2d77f3 100644
--- a/src/mess/drivers/pc2000.c
+++ b/src/mess/drivers/pc2000.c
@@ -319,7 +319,8 @@ GFXDECODE_END
static HD44780_INTERFACE( pc2000_display )
{
2, // number of lines
- 20 // chars for line
+ 20, // chars for line
+ NULL // pixel update callback
};
static MACHINE_CONFIG_START( pc2000, pc2000_state )