| 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 |
| r21358 | r21359 | |
|---|---|---|
| 2 | 2 | #include "siodev.h" |
| 3 | 3 | |
| 4 | 4 | psxsiodev_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) | |
| 6 | 7 | { |
| 7 | 8 | } |
| 8 | 9 |
| Previous | 199869 Revisions | Next |