mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(nw) fixed typo that Andrew found.
This commit is contained in:
parent
57802cdd7f
commit
ed6e8fbdeb
@ -249,7 +249,7 @@ std::string machine_info::warnings_string() const
|
||||
if (machine_flags() & ::machine_flags::NOT_WORKING)
|
||||
buf << _("\nTHIS MACHINE DOESN'T WORK. The emulation for this machine is not yet complete. There is nothing you can do to fix this problem except wait for the developers to improve the emulation.\n");
|
||||
if (machine_flags() & ::machine_flags::MECHANICAL)
|
||||
buf << _("\nElements of this machine cannot be emulated as they requires physical interaction or consist of mechanical devices. It is not possible to fully experience this machine.\n");
|
||||
buf << _("\nElements of this machine cannot be emulated as they require physical interaction or consist of mechanical devices. It is not possible to fully experience this machine.\n");
|
||||
|
||||
if ((machine_flags() & MACHINE_ERRORS) || ((m_machine.system().type.unemulated_features() | m_machine.system().type.imperfect_features()) & device_t::feature::PROTECTION))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user