diff options
author | 2016-01-15 12:37:34 +0100 | |
---|---|---|
committer | 2016-01-15 12:37:34 +0100 | |
commit | e374fb33e10c129292e17e1f87ff54bf89d47ba4 (patch) | |
tree | bdcc38191ace5be4aeaebca10158be57ee0532b9 | |
parent | 91e54461c3bc25e513c5921dd6d2e539258c8bcf (diff) |
mame/drivers/didact.cpp: fixed validation (nw)
-rw-r--r-- | src/mame/drivers/didact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/didact.cpp b/src/mame/drivers/didact.cpp index b8317bf9ec9..615b3c199c1 100644 --- a/src/mame/drivers/didact.cpp +++ b/src/mame/drivers/didact.cpp @@ -531,6 +531,6 @@ ROM_START( mp68a ) // ROM image from http://elektronikforumet.com/forum/viewtopi ROM_END // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1979, mp68a, 0, 0, mp68a, mp68a, driver_device, 0, "Didact AB", "mp68a", 0 ) +COMP( 1979, mp68a, 0, 0, mp68a, mp68a, driver_device, 0, "Didact AB", "mp68a", MACHINE_NO_SOUND_HW ) COMP( 1982, e100, 0, 0, e100, e100, driver_device, 0, "Didact AB", "Esselte 100", MACHINE_IS_SKELETON ) COMP( 1983, md6802, 0, 0, md6802, md6802, driver_device, 0, "Didact AB", "Mikrodator 6802", MACHINE_IS_SKELETON ) |