Previous 199869 Revisions Next

r21338 Friday 22nd February, 2013 at 20:53:05 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/machine/nextmo.c (nw)
[src/mess/machine]nextmo.c

trunk/src/mess/machine/nextmo.c
r21337r21338
1818
1919nextmo_device::nextmo_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
2020      : device_t(mconfig, NEXTMO, "NeXT Magneto-optical drive", tag, owner, clock)
21      , r4(0)
2122{
2223}
2324

Previous 199869 Revisions Next


© 1997-2024 The MAME Team