Previous 199869 Revisions Next

r18179 Thursday 27th September, 2012 at 15:47:16 UTC by Angelo Salese
Fix compile
[src/mame/drivers]scramble.c

trunk/src/mame/drivers/scramble.c
r18178r18179
12151215   DEVCB_DRIVER_MEMBER(driver_device, soundlatch_byte_w),/* Port A write */
12161216   DEVCB_NULL,                        /* Port B read */
12171217   DEVCB_HANDLER(scramble_sh_irqtrigger_w),/* Port B write */
1218   DEVCB_HANDLER(scramble_protection_r),   /* Port C read */
1219   DEVCB_HANDLER(scramble_protection_w)   /* Port C write */
1218   DEVCB_DRIVER_MEMBER(scramble_state, scramble_protection_r),   /* Port C read */
1219   DEVCB_DRIVER_MEMBER(scramble_state, scramble_protection_w)   /* Port C write */
12201220};
12211221
12221222I8255A_INTERFACE( mrkougar_ppi_1_intf )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team