summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-01-23 09:13:19 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2021-01-23 09:13:19 +0100
commit65a8952ed713035004320e8187d720aee2fa27f6 (patch)
tree932a1224055075d117bf75d22ddb8d8e9ab73417
parentd7329570d4b8d92a95ddfc644cf96682272f8f3a (diff)
jungleyo.cpp: very minor comments corrections
-rw-r--r--src/mame/drivers/jungleyo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jungleyo.cpp b/src/mame/drivers/jungleyo.cpp
index ed8f8a59bb3..5fbc5cd4600 100644
--- a/src/mame/drivers/jungleyo.cpp
+++ b/src/mame/drivers/jungleyo.cpp
@@ -37,9 +37,9 @@ PCB silkscreened: "MADE IN TAIWAN YONSHI PCB NO-006F"
TODO:
- driver is skeleton-ish, video emulation is at the bare minimum to see what's going on;
-- with a clean NVRAM MAME needs to be soft reset after init or it will stop with '1111 exception' error;
+- with a clean NVRAM MAME needs to be soft reset after init or the game will stop with '1111 exception' error;
- decryption is believed complete, but there's something strange with the first bytes of the ROM;
-- system setting screen show the following settings that don't seem to be affected by dips:
+- system setting screen shows the following settings that don't seem to be affected by dips:
Min. Bet (always 1), Credit X Ticket Mode (always Cencel (sic)), Max. 10 Mode (always Max. 10);
- sound doesn't seem to work 100% correctly (i.e. coin sound only seems to work from 3rd coin on).
*/