diff options
Diffstat (limited to 'src/mame/motorola/m8120.cpp')
-rw-r--r-- | src/mame/motorola/m8120.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/motorola/m8120.cpp b/src/mame/motorola/m8120.cpp index 3d1eb2058ab..43abebd1a54 100644 --- a/src/mame/motorola/m8120.cpp +++ b/src/mame/motorola/m8120.cpp @@ -36,4 +36,4 @@ ROM_END } // anonymous namespace // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1991, m8120, 0, 0, m8120, 0, m8120_state, empty_init, "Motorola", "M8120", MACHINE_IS_SKELETON ) +COMP( 1991, m8120, 0, 0, m8120, 0, m8120_state, empty_init, "Motorola", "M8120", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) |