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/c64exp.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/mess/machine/c64exp.c') diff --git a/src/mess/machine/c64exp.c b/src/mess/machine/c64exp.c index e7acfc4950c..1fadfb8abcf 100644 --- a/src/mess/machine/c64exp.c +++ b/src/mess/machine/c64exp.c @@ -37,16 +37,16 @@ const device_type C64_EXPANSION_SLOT = &device_creator(device.owner()); } @@ -140,7 +140,7 @@ UINT8* device_c64_expansion_card_interface::c64_nvram_pointer(running_machine &m //------------------------------------------------- c64_expansion_slot_device::c64_expansion_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, C64_EXPANSION_SLOT, "C64 expansion port", tag, owner, clock), + device_t(mconfig, C64_EXPANSION_SLOT, "C64 expansion port", tag, owner, clock), device_slot_interface(mconfig, *this), device_image_interface(mconfig, *this) { @@ -174,12 +174,12 @@ void c64_expansion_slot_device::device_config_complete() // or initialize to defaults if none provided else { - memset(&m_in_dma_cd_cb, 0, sizeof(m_in_dma_cd_cb)); - memset(&m_out_dma_cd_cb, 0, sizeof(m_out_dma_cd_cb)); - memset(&m_out_irq_cb, 0, sizeof(m_out_irq_cb)); - memset(&m_out_nmi_cb, 0, sizeof(m_out_nmi_cb)); - memset(&m_out_dma_cb, 0, sizeof(m_out_dma_cb)); - memset(&m_out_reset_cb, 0, sizeof(m_out_reset_cb)); + memset(&m_in_dma_cd_cb, 0, sizeof(m_in_dma_cd_cb)); + memset(&m_out_dma_cd_cb, 0, sizeof(m_out_dma_cd_cb)); + memset(&m_out_irq_cb, 0, sizeof(m_out_irq_cb)); + memset(&m_out_nmi_cb, 0, sizeof(m_out_nmi_cb)); + memset(&m_out_dma_cb, 0, sizeof(m_out_dma_cb)); + memset(&m_out_reset_cb, 0, sizeof(m_out_reset_cb)); } // set brief and instance name -- cgit v1.2.3-70-g09d2