mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
(MESS) pet8032: Fixed lowercase mode. [Mike Naberezny]
This commit is contained in:
parent
297e264b42
commit
42639c8f74
@ -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)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user