From 65a8952ed713035004320e8187d720aee2fa27f6 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 23 Jan 2021 09:13:19 +0100 Subject: jungleyo.cpp: very minor comments corrections --- src/mame/drivers/jungleyo.cpp | 4 ++-- 1 file 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). */ -- cgit v1.2.3