diff options
author | 2020-10-02 00:45:49 +1000 | |
---|---|---|
committer | 2020-10-02 00:45:49 +1000 | |
commit | 0e57b72292cd496b5cc1cb7100707c89a94130bd (patch) | |
tree | 0442aeb5952c0707b8929d4716cf1f16179e3cdc /src | |
parent | 82e4776323e26733e099b53212735bb89e28286f (diff) |
phc25: upgraded sound flag from none to imperfect.
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/phc25.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/phc25.cpp b/src/mame/drivers/phc25.cpp index 2c9011c54ea..a134bc83e21 100644 --- a/src/mame/drivers/phc25.cpp +++ b/src/mame/drivers/phc25.cpp @@ -408,5 +408,5 @@ ROM_END /* Driver */ // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1983, phc25, 0, 0, pal, phc25, phc25_state, empty_init, "Sanyo", "PHC-25 (Europe)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE ) -COMP( 1983, phc25j, phc25, 0, ntsc, phc25j, phc25_state, empty_init, "Sanyo", "PHC-25 (Japan)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE ) +COMP( 1983, phc25, 0, 0, pal, phc25, phc25_state, empty_init, "Sanyo", "PHC-25 (Europe)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) +COMP( 1983, phc25j, phc25, 0, ntsc, phc25j, phc25_state, empty_init, "Sanyo", "PHC-25 (Japan)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) |