summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sengokmj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sengokmj.cpp')
-rw-r--r--src/mame/drivers/sengokmj.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/sengokmj.cpp b/src/mame/drivers/sengokmj.cpp
index 254c0d0139d..e41a04e7316 100644
--- a/src/mame/drivers/sengokmj.cpp
+++ b/src/mame/drivers/sengokmj.cpp
@@ -9,18 +9,18 @@ driver by Angelo Salese & Pierpaolo Prazzoli
Uses the same Seibu custom chips of the D-Con HW.
TODO:
-- Find what the remaining video C.R.T. registers does;
+- Find what the remaining video C.R.T. registers do;
- Fix sprites bugs at a start of a play;
-- Check NVRAM boudaries;
-- How the "SW Service Mode" (press F2 during gameplay) really works (inputs etc)? Nothing mapped works with it...
+- Check NVRAM boundaries;
+- How does the "SW Service Mode" (press F2 during gameplay) really work (inputs etc)? Nothing mapped works with it...
Notes:
-- Some strings written in the sound rom:
+- Some strings written in the sound ROM:
"SENGOKU-MAHJONG Z80 PROGRAM ROM VERSION 1.00 WRITTEN BY K.SAEKI" at location 0x00c0-0x00ff.
"Copyright 1990/1991 Sigma" at location 0x770-0x789.
- To bypass the startup message, toggle "Reset" dip-switch or reset with F3.
-- If the Work RAM is not hooked-up (areas $67xx),a sound sample is played.I can't understand what it says though,
- appears to japanese words for "RAM failed".
+- If the Work RAM is not hooked-up (areas $67xx), a sound sample is played. I can't understand what it says though,
+ appears to be the Japanese words for "RAM failed".
- Snippets of a non-BET Version are scattered thru the code (for example a credit display).
Might be either undumped revision or selectable somehow.