summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco12.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco12.c')
-rw-r--r--src/mess/machine/coco12.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mess/machine/coco12.c b/src/mess/machine/coco12.c
index 299ae5e10c8..9691c6cf000 100644
--- a/src/mess/machine/coco12.c
+++ b/src/mess/machine/coco12.c
@@ -126,9 +126,7 @@ void coco12_state::update_cart_base(UINT8 *cart_base)
const mc6847_interface coco12_state::mc6847_config =
{
SCREEN_TAG,
- DEVCB_DEVICE_MEMBER(SAM_TAG, sam6883_device, display_read),
- DEVCB_DRIVER_LINE_MEMBER(coco12_state, horizontal_sync),
- DEVCB_DRIVER_LINE_MEMBER(coco12_state, field_sync)
+ DEVCB_DEVICE_MEMBER(SAM_TAG, sam6883_device, display_read)
};