From 42639c8f74498cd27475997e51f26df739c89712 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Sat, 1 Jun 2013 05:39:59 +0000 Subject: [PATCH] (MESS) pet8032: Fixed lowercase mode. [Mike Naberezny] --- src/mess/drivers/pet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/drivers/pet.c b/src/mess/drivers/pet.c index d6ccabca4ef..f6feb2c1b67 100644 --- a/src/mess/drivers/pet.c +++ b/src/mess/drivers/pet.c @@ -879,8 +879,8 @@ const via6522_interface via_intf = DEVCB_DRIVER_MEMBER(pet_state, via_pa_w), DEVCB_DRIVER_MEMBER(pet_state, via_pb_w), DEVCB_DEVICE_LINE_MEMBER(PET_USER_PORT_TAG, pet_user_port_device, ca1_w), - DEVCB_DRIVER_LINE_MEMBER(pet_state, via_ca2_w), DEVCB_NULL, + DEVCB_DRIVER_LINE_MEMBER(pet_state, via_ca2_w), DEVCB_DRIVER_LINE_MEMBER(pet_state, via_cb2_w), DEVCB_DRIVER_LINE_MEMBER(pet_state, via_irq_w) };