mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
bloodbro.c: Added minor documentation about accessing the built-in DSW setting page for games in driver. Also minor whitespace clean up for alignment. - NW
This commit is contained in:
parent
a2105af7d0
commit
4f01aed69f
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
|
||||
Blood Bros, West Story [+Sky Smasher]
|
||||
Blood Bros, West Story & Sky Smasher
|
||||
TAD Corporation 1990
|
||||
68000 + Z80 + YM3931 + YM3812
|
||||
|
||||
@ -14,11 +14,23 @@ West Story:
|
||||
- runs too fast? (vblank flag somewhere?)
|
||||
|
||||
|
||||
Blood Bros (c) 1990 Nihon System [Seibu hardware]
|
||||
-----------
|
||||
The manual states:
|
||||
|
||||
At Power On, if you touch the joystick, you will have DIP-SW setting on
|
||||
the screen
|
||||
|
||||
This works for all sets and the bootleg.
|
||||
|
||||
Sky Smasher (c) 1990 Nihon System [Seibu hardware]
|
||||
-----------
|
||||
|
||||
Like some other Seibu hardware games, hold P1 right at boot to
|
||||
view DIP descriptions.
|
||||
view DIP descriptions. The manual states:
|
||||
|
||||
At Power On, if you touch the joystick or SHOOT or MISSILE button, you will
|
||||
have DIP-SW setting on the screen
|
||||
|
||||
Game does not appear to have cocktail mode. The screen hardware
|
||||
is undoubtedly capable of flipscreen and layer priority flipping
|
||||
@ -100,8 +112,8 @@ Stephh's notes (based on the games M68000 code and some tests) :
|
||||
Dip Switch as in 'toki' (same manufacturer and similar hardware).
|
||||
|
||||
|
||||
DIP locations verified for:
|
||||
- bloodbro (manual)
|
||||
DIP locations verified for Blood Bros. & Sky Smasher via manual & DIP-SW setting
|
||||
screens at power up.
|
||||
|
||||
**************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user