Previous 199869 Revisions Next

r21359 Saturday 23rd February, 2013 at 08:50:19 UTC by Oliver Stöneberg
fixed uninitialized member in src/emu/cpu/psx/siodev.c (nw)
[src/emu/cpu/psx]siodev.c

trunk/src/emu/cpu/psx/siodev.c
r21358r21359
22#include "siodev.h"
33
44psxsiodev_device::psxsiodev_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) :
5   device_t(mconfig, type, name, tag, owner, clock)
5   device_t(mconfig, type, name, tag, owner, clock),
6   m_dataout(0)
67{
78}
89

Previous 199869 Revisions Next


© 1997-2024 The MAME Team