summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nextmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nextmo.c')
-rw-r--r--src/mess/machine/nextmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/nextmo.c b/src/mess/machine/nextmo.c
index 163644096c6..a64d0983d05 100644
--- a/src/mess/machine/nextmo.c
+++ b/src/mess/machine/nextmo.c
@@ -17,7 +17,7 @@ DEVICE_ADDRESS_MAP_START(map, 8, nextmo_device)
ADDRESS_MAP_END
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)
{
}