summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author James Wallace <james-wallace-ghub@users.noreply.github.com>2021-03-04 08:53:20 +0000
committer GitHub <noreply@github.com>2021-03-04 08:53:20 +0000
commit2fc1ef472bff26ae8fe3ed5ef11020dd3feaa93d (patch)
treedd6b9d77579ed8b6e83fcf810ce3210fed161570 /src
parent334f0a7053f70ce6338bd762dc3e3d591df96b16 (diff)
jpmimpct.cpp - Fixed flags (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/jpmimpctsw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jpmimpctsw.cpp b/src/mame/drivers/jpmimpctsw.cpp
index a101dacde1b..072ce07c7cb 100644
--- a/src/mame/drivers/jpmimpctsw.cpp
+++ b/src/mame/drivers/jpmimpctsw.cpp
@@ -11582,7 +11582,7 @@ ROM_END
/* Mechanical Below */
#define GAME_FLAGS MACHINE_NOT_WORKING|MACHINE_REQUIRES_ARTWORK|MACHINE_MECHANICAL|MACHINE_NO_SOUND|MACHINE_CLICKABLE_ARTWORK
-#define GAME_FLAGS_SOUND MACHINE_NOT_WORKING|MACHINE_REQUIRES_ARTWORK|MACHINE_MECHANICAL||MACHINE_CLICKABLE_ARTWORK
+#define GAME_FLAGS_SOUND MACHINE_NOT_WORKING|MACHINE_REQUIRES_ARTWORK|MACHINE_MECHANICAL|MACHINE_CLICKABLE_ARTWORK
#define GAME_FLAGS_WORKING MACHINE_MECHANICAL|MACHINE_CLICKABLE_ARTWORK
class='inline' src='//www.gravatar.com/avatar/0f0225e8e52d1759032de7f101dd3f76?s=13&d=retro' /> Firehawke2017-12-131-231/+0 * Merge pull request #2813 from JoakimLarsson/prodigy_webinterface_1 R. Belmont2017-12-021-0/+231 |\ | * prodigy: Basic LAY to SVG XSLT filter, should probably live somewhere else Joakim Larsson Edstrom2017-11-161-0/+231 * | fix some typos (#2772) Martin Lindhe2017-11-031-1/+1 |/ * Add an external panel for the Ensoniq VFX family of keyboards, with a websock... Christian Brunschen2017-07-052-0/+1234 * Updates "2016" strings to "2017 where relevant. Stiletto2017-01-241-1/+1 * Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-042-0/+32 * Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-0411-944/+0 * WebUI: clean up and fixed HTML compliance. [Firehawke] R. Belmont2014-09-295-413/+232 * web: allow pasting in text. [Firehawke] R. Belmont2014-09-261-3/+61 * Updated to latest mongoose, used new added features (nw) Miodrag Milanovic2014-06-041-0/+1 * Adding missed files (nw)