summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-02-10 15:29:22 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-02-10 15:29:55 -0500
commite572431fb8b6bf9058165a5275ae27da2ef23e2b (patch)
tree1e014a2de23ffe85e3379be9b788f371803c5988
parent3195ba191d48deaf278ccb5216b0ab4c1a118dda (diff)
Revert "megaphx: Restore MACHINE_NOT_WORKING flag for Hammer Boy"
Random crashes appear to be fixed with 294a19c2a849cacc9d1d30688370143e01998219. This reverts commit 49a4cb6866a9b1b6dd12d5ec620bc85cd086e0aa.
-rw-r--r--src/mame/drivers/megaphx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/megaphx.cpp b/src/mame/drivers/megaphx.cpp
index cd5430730a6..d79db75989c 100644
--- a/src/mame/drivers/megaphx.cpp
+++ b/src/mame/drivers/megaphx.cpp
@@ -467,4 +467,4 @@ ROM_START( hamboy )
ROM_END
GAME( 1991, megaphx, 0, megaphx, megaphx, megaphx_state, megaphx, ROT0, "Dinamic / Inder", "Mega Phoenix", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
-GAME( 1990, hamboy, 0, megaphx, hamboy, hamboy_state, megaphx, ROT0, "Dinamic / Inder", "Hammer Boy", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
+GAME( 1990, hamboy, 0, megaphx, hamboy, hamboy_state, megaphx, ROT0, "Dinamic / Inder", "Hammer Boy", MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )