From 507ca2d27520118151a2556d96b9a15aac768876 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 17 Dec 2007 16:41:39 +0000 Subject: Changes for MAME 0.121u4. --- src/emu/machine/am53cf96.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/machine/am53cf96.c') diff --git a/src/emu/machine/am53cf96.c b/src/emu/machine/am53cf96.c index 9e5467138f7..0dce33a9e54 100644 --- a/src/emu/machine/am53cf96.c +++ b/src/emu/machine/am53cf96.c @@ -13,7 +13,7 @@ #include "am53cf96.h" static UINT8 scsi_regs[32], fifo[16], fptr = 0, xfer_state, last_id; -static struct AM53CF96interface *intf; +static const struct AM53CF96interface *intf; static SCSIInstance *devices[8]; // SCSI IDs 0-7 @@ -208,7 +208,7 @@ WRITE32_HANDLER( am53cf96_w ) } } -void am53cf96_init( struct AM53CF96interface *interface ) +void am53cf96_init( const struct AM53CF96interface *interface ) { int i; -- cgit v1.2.3-70-g09d2