summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megadrvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megadrvb.c')
-rw-r--r--src/mame/drivers/megadrvb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/megadrvb.c b/src/mame/drivers/megadrvb.c
index ece5c04771d..ca82b3959de 100644
--- a/src/mame/drivers/megadrvb.c
+++ b/src/mame/drivers/megadrvb.c
@@ -62,10 +62,10 @@ Stephh's notes (based on the game M68000 code and some tests) :
- 0xff7e16.b to 0xff7e19.b = ??? (range 0x30-0x33 * 3 + 0x00) - MSDigit first - see below
- 0xff7e21.b = difficulty (range 0x00-0x02) - see below
-2) Adresses notes
+2) addresses notes
- - I can't tell what adresses 0xff7r12.l and 0xff7e16.l are supposed to be designed for :
- they are written once at the begining of each level (code at 0x1a9030) but I haven't found
+ - I can't tell what addresses 0xff7r12.l and 0xff7e16.l are supposed to be designed for :
+ they are written once at the beginning of each level (code at 0x1a9030) but I haven't found
when they were read back (I've only played the 2 first levels though as well as the bonus level,
but I also watched all demo levels till the end after the games full credits).
I guess they were originally designed for bonus lives (additional and first), but no evidence.