From 98582a6fbc6dc4f0e9be705ecfb1af2c5c7f13ab Mon Sep 17 00:00:00 2001 From: DavidHaywood <28625134+DavidHaywood@users.noreply.github.com> Date: Sat, 5 Jan 2019 17:29:46 +0000 Subject: [PATCH] test mode notes (nw) --- src/mame/drivers/vii.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mame/drivers/vii.cpp b/src/mame/drivers/vii.cpp index 6d5e16c6337..ab20841c66e 100644 --- a/src/mame/drivers/vii.cpp +++ b/src/mame/drivers/vii.cpp @@ -37,6 +37,11 @@ Cricket, Skateboarder, Skannerz and Football 2 list a 32-bit checksum at the start of ROM. This is the byte sum of the file, excluding the first 16 byte (where the checksum is stored) + Test Modes: + Justice League : press UP, DOWN, LEFT, BT3 on the JAKKS logo in that order, quickly, to get test menu + WWE : press UP, BT1, BT2 together during startup logos + + TODO: Work out how to access the hidden TEST menus for all games (most JAKKS games should have one at least)