Dead Angle (Arcade)
Dead Angle |
---|
Also known as: Lead Angle (JP) This game has hidden development-related text. |
Dead Angle is a shooting gallery game with gangsters and gangster accessories.
Contents
Memory Debug
Dead Angle has a rather unwieldy RAM viewer that's not referenced anywhere in the code. Place this code in MAME's deadang.xml cheat file and enable it. The menu should pop up before the title screen.
<cheat desc="Memory Debug"> <script state="run"> <action>maincpu.mw@F2952=9FE8</action> <action>maincpu.mw@F2954=6A48</action> </script> <script state="off"> <action>maincpu.mw@F2952=9DE8</action> <action>maincpu.mw@F2954=6A43</action> </script> </cheat>
Press 2P Start to bring up an address select. Press 1P Left/Right to switch between RAM digits, 1P Up/Down to change the current RAM digit, and 1P Button 1 to go to that address. Be aware that there is an extremely specific window for button inputs, so you'll most likely have to mash whatever button you want for it to actually register.
Developer Text
The following text is found at 0x01324 in the audio CPU:
START UP PROGRAM V1.02 (C)1986 SEIBU KAIHATSU INC.
Sound Test
The service menu has a sound test, but it's disabled by default. Press 1P Start + 1P Up/Down to toggle between sound test mode and input test mode.
Taito Publishing
Seibu Kaihatsu | Taito (Unused) |
---|---|
RAM address 0xFFFFD controls the game's publisher information, but it's always set to FF. If set to 01, the publisher will change from Seibu Kaihatsu to Taito, which licensed four of Seibu Kaihatsu's earlier games. Seibu Kaihatsu started to self-publish most of their games in 1988.
Place this cheat in deadang.xml or leadang.xml to switch between publishers.
<cheat desc="Publisher"> <parameter> <item value="0x00">Seibu</item> <item value="0x01">Taito</item> </parameter> <script state="run"> <action>maincpu.mb@FFFFD=param</action> </script> </cheat>
Language Anomalies
RAM address 0xFFFFB controls what language the game's text is in; FF is Japanese, 01 is English. This works as it should, but interestingly enough, if that address in the Lead Angle board is set to 01, the title of the game will also switch from Lead Angle to Dead Angle! Note that in the Dead Angle ROM set, the title is always "Dead Angle" regardless of the value of 0xFFFFB.
Place this code in deadang.xml or leadang.xml to switch between languages.
<cheat desc="Language"> <parameter> <item value="0x01">English</item> <item value="0xFF">Japanese</item> </parameter> <script state="run"> <action>maincpu.mb@FFFFB=param</action> </script> </cheat>
References
- ↑ 1.0 1.1 1.2 https://archive.org/details/ArcadeGameList1971-2005/page/n118/mode/1up?view=theater Domestic and Overseas Arcade Game List 1971-2005]
- ↑ Computer & Video Games - June 1988
- Pages missing developer references
- Games developed by Seibu Kaihatsu
- Pages missing publisher references
- Games published by Seibu Kaihatsu
- Games published by Fabtek
- Arcade games
- Games released in 1988
- Games released in July
- Games released in May
- Games with hidden development-related text
- Games with unused graphics
- Games with unused text
- Games with debugging functions
- Games with hidden sound tests
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden development-related text
Games > Games by content > Games with hidden sound tests
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by Seibu Kaihatsu
Games > Games by platform > Arcade games
Games > Games by publisher > Games published by Fabtek
Games > Games by publisher > Games published by Seibu Kaihatsu
Games > Games by release date > Games released in 1988
Games > Games by release date > Games released in July
Games > Games by release date > Games released in May