summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-02-26 23:38:42 +1100
committer Vas Crabb <vas@vastheman.com>2020-02-26 23:38:42 +1100
commitf4e1392ecfa5e55521fd36915c36760cb733a49c (patch)
tree474eb9113ec7f3b9acd43aedbf934c7a4e5cb81c /src/mame/drivers
parent9b49a98cce4ba9d643e29848eed75bf064b94b71 (diff)
clean up various stuff (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/nes_clone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nes_clone.cpp b/src/mame/drivers/nes_clone.cpp
index ff26c929400..4a03b5b95d9 100644
--- a/src/mame/drivers/nes_clone.cpp
+++ b/src/mame/drivers/nes_clone.cpp
@@ -119,7 +119,7 @@ void nes_clone_state::init_nes_clone()
{
}
-CONS( 200?, pjoypj001, 0, 0, nes_clone, nes_clone, nes_clone_state, init_nes_clone, "Trump Grand", "PowerJoy (PJ001, NES based plug & play)", 0 )
+CONS( 200?, pjoypj001, 0, 0, nes_clone, nes_clone, nes_clone_state, init_nes_clone, "Trump Grand", "PowerJoy (PJ001, NES based plug & play)", MACHINE_NOT_WORKING )
// "Flashback Mini 7800 uses normal NES-style hardware, together with a mapper chipset similar to the Waixing kk33xx cartridges (NES 2.0 Mapper 534)"
CONS( 2004, afbm7800, 0, 0, nes_clone, nes_clone, nes_clone_state, init_nes_clone, "Atari", "Atari Flashback Mini 7800", MACHINE_NOT_WORKING )