mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix compile
This commit is contained in:
parent
16cef70dc6
commit
1958aef2ce
@ -1215,8 +1215,8 @@ I8255A_INTERFACE( scramble_protection_ppi_1_intf )
|
||||
DEVCB_DRIVER_MEMBER(driver_device, soundlatch_byte_w),/* Port A write */
|
||||
DEVCB_NULL, /* Port B read */
|
||||
DEVCB_HANDLER(scramble_sh_irqtrigger_w),/* Port B write */
|
||||
DEVCB_HANDLER(scramble_protection_r), /* Port C read */
|
||||
DEVCB_HANDLER(scramble_protection_w) /* Port C write */
|
||||
DEVCB_DRIVER_MEMBER(scramble_state, scramble_protection_r), /* Port C read */
|
||||
DEVCB_DRIVER_MEMBER(scramble_state, scramble_protection_w) /* Port C write */
|
||||
};
|
||||
|
||||
I8255A_INTERFACE( mrkougar_ppi_1_intf )
|
||||
|
Loading…
Reference in New Issue
Block a user