summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/raiden2.c')
-rw-r--r--src/mame/drivers/raiden2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/raiden2.c b/src/mame/drivers/raiden2.c
index 7f9b11b40fa..05acd847c6e 100644
--- a/src/mame/drivers/raiden2.c
+++ b/src/mame/drivers/raiden2.c
@@ -1,6 +1,6 @@
/********************************************************************************************************
- Seibu Protected 1993-94 era hardware, V30 based (sequel to the 68k based hardware)
+ Seibu Protected 1993-94 era hardware, V30 based (sequel to the 68k based hardware)
TODO: figure out the rest of the protection
TODO: Zero Team presumably needs additive blending on the character screen
@@ -8,9 +8,9 @@
- Zero Team currently crashes due of an unknown check with collision detection.
Additionally:
8E377: C7 06 00 05 80 A9 mov word ptr [500h],0A980h
- 8E37D: C7 06 00 05 00 B9 mov word ptr [500h],0B900h
- 8E383: F7 06 88 05 FF FF test word ptr [588h],0FFFFh ;checks unknown collision detection port with 0xffff?
- 8E389: 75 0A bne 8E395h
+ 8E37D: C7 06 00 05 00 B9 mov word ptr [500h],0B900h
+ 8E383: F7 06 88 05 FF FF test word ptr [588h],0FFFFh ;checks unknown collision detection port with 0xffff?
+ 8E389: 75 0A bne 8E395h
===========================================================================================================
@@ -1437,8 +1437,8 @@ static ADDRESS_MAP_START( raiden2_cop_mem, AS_PROGRAM, 16, raiden2_state )
AM_RANGE(0x005b4, 0x005b5) AM_READ(cop_angle_r)
AM_RANGE(0x00600, 0x0064f) AM_DEVREADWRITE("crtc", seibu_crtc_device, read, write)
-// AM_RANGE(0x0061c, 0x0061d) AM_WRITE(tilemap_enable_w)
-// AM_RANGE(0x00620, 0x0062b) AM_WRITE(tile_scroll_w)
+// AM_RANGE(0x0061c, 0x0061d) AM_WRITE(tilemap_enable_w)
+// AM_RANGE(0x00620, 0x0062b) AM_WRITE(tile_scroll_w)
AM_RANGE(0x006a0, 0x006a3) AM_WRITE(sprcpt_val_1_w)
AM_RANGE(0x006a4, 0x006a7) AM_WRITE(sprcpt_data_3_w)
AM_RANGE(0x006a8, 0x006ab) AM_WRITE(sprcpt_data_4_w)