mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
(MESS) fixed uninitialized member in src/mess/machine/nextmo.c (nw)
This commit is contained in:
parent
05b8429057
commit
60ec426dbe
@ -18,6 +18,7 @@ ADDRESS_MAP_END
|
|||||||
|
|
||||||
nextmo_device::nextmo_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
nextmo_device::nextmo_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||||
: device_t(mconfig, NEXTMO, "NeXT Magneto-optical drive", tag, owner, clock)
|
: device_t(mconfig, NEXTMO, "NeXT Magneto-optical drive", tag, owner, clock)
|
||||||
|
, r4(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user