diff options
author | 2018-12-16 14:37:02 +0100 | |
---|---|---|
committer | 2018-12-16 14:37:02 +0100 | |
commit | d87615d0f1f608d25d6bd0dcd13e613b3b1eccf5 (patch) | |
tree | da5c0849d57cfd074b2c9d9902967b8e7a4b9cae | |
parent | c11ec487a0d4eefb1abcd326a5bc77cd2448683b (diff) |
machine/swim.cpp: MT07177 - added missing closing bracket in the device description field (nw)
-rw-r--r-- | src/mame/machine/swim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/swim.cpp b/src/mame/machine/swim.cpp index 6e901d1f288..df0ff3ec816 100644 --- a/src/mame/machine/swim.cpp +++ b/src/mame/machine/swim.cpp @@ -32,7 +32,7 @@ enum DEVICE ***************************************************************************/ -DEFINE_DEVICE_TYPE(SWIM, swim_device, "swim", "Apple SWIM (Steve Woz Integrated Machine") +DEFINE_DEVICE_TYPE(SWIM, swim_device, "swim", "Apple SWIM (Steve Woz Integrated Machine)") //------------------------------------------------- // ctor |