summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bzone.c
diff options
context:
space:
mode:
author Derrick Renaud <derrickr@mamedev.org>2009-10-21 04:34:00 +0000
committer Derrick Renaud <derrickr@mamedev.org>2009-10-21 04:34:00 +0000
commitc79245f95c5f17be6e420646cfb586de95504cd5 (patch)
treeca62b4496ef19aebebf0e6701f40a02507fba552 /src/mame/drivers/bzone.c
parentba138e24f527479c4a5e17a11dfac8e5ace8a7fd (diff)
DISCRETE_RC_CIRCUIT_1 - promoted skyraid custom charge to it's own module so it could be used with the same circuit in Battlezone.
Battlezone - updated to use new module. Adjusted sound levels. Adjusted engine frequency. Remember there is a slider to adjust the frequency. Donkey Kong Jr. - set noise clock to a fixed measured frequency. (Speed optimization)
Diffstat (limited to 'src/mame/drivers/bzone.c')
-rw-r--r--src/mame/drivers/bzone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bzone.c b/src/mame/drivers/bzone.c
index 502cf4125ca..7a2c0a4ca25 100644
--- a/src/mame/drivers/bzone.c
+++ b/src/mame/drivers/bzone.c
@@ -405,7 +405,7 @@ ADDRESS_MAP_END
#define BZONEADJ \
PORT_START("R11") \
- PORT_ADJUSTER( 50, "Engine Frequency" )
+ PORT_ADJUSTER( 40, "R11 - Engine Frequency" )
static INPUT_PORTS_START( bzone )
BZONEIN0