trunk/src/mame/drivers/scramble.c
r18178 | r18179 | |
1215 | 1215 | DEVCB_DRIVER_MEMBER(driver_device, soundlatch_byte_w),/* Port A write */ |
1216 | 1216 | DEVCB_NULL, /* Port B read */ |
1217 | 1217 | 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 */ |
1220 | 1220 | }; |
1221 | 1221 | |
1222 | 1222 | I8255A_INTERFACE( mrkougar_ppi_1_intf ) |