summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64/xl80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/c64/xl80.c')
-rw-r--r--src/mess/machine/c64/xl80.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/c64/xl80.c b/src/mess/machine/c64/xl80.c
index 488a8f8169a..5f43efe36f4 100644
--- a/src/mess/machine/c64/xl80.c
+++ b/src/mess/machine/c64/xl80.c
@@ -112,7 +112,6 @@ static MC6845_UPDATE_ROW( c64_xl80_update_row )
static MC6845_INTERFACE( crtc_intf )
{
- MC6845_SCREEN_TAG,
false,
8,
NULL,
@@ -149,7 +148,7 @@ static MACHINE_CONFIG_FRAGMENT( c64_xl80 )
//MCFG_GFXDECODE(c64_xl80)
- MCFG_MC6845_ADD(HD46505SP_TAG, H46505, XTAL_14_31818MHz, crtc_intf)
+ MCFG_MC6845_ADD(HD46505SP_TAG, H46505, MC6845_SCREEN_TAG, XTAL_14_31818MHz, crtc_intf)
MACHINE_CONFIG_END