summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/z88cart.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/z88cart.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/z88cart.c')
-rw-r--r--src/mess/machine/z88cart.c6
1 files changed, 3 insertions, 3 deletions
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