From 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 11 Jan 2013 07:32:46 +0000 Subject: Cleanups and version bump --- src/mess/machine/z88cart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mess/machine/z88cart.c') diff --git a/src/mess/machine/z88cart.c b/src/mess/machine/z88cart.c index a0a03f8e2a1..bb3b21bce94 100644 --- a/src/mess/machine/z88cart.c +++ b/src/mess/machine/z88cart.c @@ -15,7 +15,7 @@ PARAMETERS ***************************************************************************/ -#define CLOSE_FLAP_TIME attotime::from_msec(200) +#define CLOSE_FLAP_TIME attotime::from_msec(200) //************************************************************************** // GLOBAL VARIABLES @@ -55,7 +55,7 @@ device_z88cart_interface::~device_z88cart_interface() // z88cart_slot_device - constructor //------------------------------------------------- z88cart_slot_device::z88cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, Z88CART_SLOT, "Z88 Cartridge Slot", tag, owner, clock), + device_t(mconfig, Z88CART_SLOT, "Z88 Cartridge Slot", tag, owner, clock), device_image_interface(mconfig, *this), device_slot_interface(mconfig, *this) { @@ -102,7 +102,7 @@ void z88cart_slot_device::device_config_complete() // or initialize to defaults if none provided else { - memset(&m_out_flp_cb, 0, sizeof(m_out_flp_cb)); + memset(&m_out_flp_cb, 0, sizeof(m_out_flp_cb)); } // set brief and instance name -- cgit v1.2.3-70-g09d2