summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/gamecstl.c4
-rw-r--r--src/mame/drivers/marvins.c8
-rw-r--r--src/mame/drivers/matmania.c14
-rw-r--r--src/mame/drivers/mediagx.c4
-rw-r--r--src/mame/drivers/megaplay.c4
-rw-r--r--src/mame/drivers/megazone.c2
-rw-r--r--src/mame/drivers/taito_z.c6
-rw-r--r--src/mame/drivers/taitowlf.c4
-rw-r--r--src/mame/drivers/twin16.c2
-rw-r--r--src/mame/drivers/ultraman.c2
-rw-r--r--src/mame/drivers/wc90b.c2
-rw-r--r--src/mame/drivers/wilytowr.c2
12 files changed, 27 insertions, 27 deletions
diff --git a/src/mame/drivers/gamecstl.c b/src/mame/drivers/gamecstl.c
index 66af4f9ca84..f0226786ece 100644
--- a/src/mame/drivers/gamecstl.c
+++ b/src/mame/drivers/gamecstl.c
@@ -428,8 +428,8 @@ static const struct dma8237_interface dma8237_1_config =
static const struct dma8237_interface dma8237_2_config =
{
- 0,
- 1.0e-6, // 1us
+ 0,
+ 1.0e-6, // 1us
NULL,
NULL,
diff --git a/src/mame/drivers/marvins.c b/src/mame/drivers/marvins.c
index 76725b022a3..9eee843f0c8 100644
--- a/src/mame/drivers/marvins.c
+++ b/src/mame/drivers/marvins.c
@@ -20,11 +20,11 @@ AT08XX03:
(great now I can fall under the skyway like I did at Chuck'n Cheese;)
- fixed Vanguard2 scroll offsets
- tuned music tempo and wavegen frequency
-
-2008.04.04: Small note regarding DipSwitches. Locations and values have been
-verified with the manual for both Marvin's Maze and Mad Crasher. Vanguard II
+
+2008.04.04: Small note regarding DipSwitches. Locations and values have been
+verified with the manual for both Marvin's Maze and Mad Crasher. Vanguard II
DIPs have been checked against jammaboards diplist, no manual available ATM.
-DSW2:7 in madcrash is listed as Difficulty, but it's not clear how it affects
+DSW2:7 in madcrash is listed as Difficulty, but it's not clear how it affects
the gameplay difficulty
*/
diff --git a/src/mame/drivers/matmania.c b/src/mame/drivers/matmania.c
index 200a110e219..f5a032e6ed4 100644
--- a/src/mame/drivers/matmania.c
+++ b/src/mame/drivers/matmania.c
@@ -19,12 +19,12 @@ MAIN BOARD:
4000-ffff ROM
-2008.04.04: Small note regarding DipSwitches. Locations and values have been
-verified with the manual for both Mat Mania and Mania Challenge.
+2008.04.04: Small note regarding DipSwitches. Locations and values have been
+verified with the manual for both Mat Mania and Mania Challenge.
Exciting Hour DIPs confirmed with crazykong diplist, no manual available ATM.
-Notice that the manual for Mat Mania lists DSW2:3,4 as Unused, but they
-correctly affect the timer speed during the game. Also, default difficulty
-in Mat Mania is Normal, while manual for Mania Challenge reports Easy.
+Notice that the manual for Mat Mania lists DSW2:3,4 as Unused, but they
+correctly affect the timer speed during the game. Also, default difficulty
+in Mat Mania is Normal, while manual for Mania Challenge reports Easy.
The driver has been updated accordingly.
***************************************************************************/
@@ -248,8 +248,8 @@ static INPUT_PORTS_START( matmania )
PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) )
PORT_DIPNAME(0x0c, 0x0c, "Tournament Time" ) PORT_DIPLOCATION("SW2:3,4")
PORT_DIPSETTING( 0x00, "2:12" ) /* Tournament time is always 3:00, but time per 1 second is shorter. */
- PORT_DIPSETTING( 0x04, "2:24" )
- PORT_DIPSETTING( 0x08, "2:30" )
+ PORT_DIPSETTING( 0x04, "2:24" )
+ PORT_DIPSETTING( 0x08, "2:30" )
PORT_DIPSETTING( 0x0c, "2:36" )
PORT_DIPUNUSED_DIPLOC(0x10, IP_ACTIVE_LOW, "SW2:5") /* Listed as Unused */
PORT_DIPUNUSED_DIPLOC(0x20, IP_ACTIVE_LOW, "SW2:6") /* Listed as Unused */
diff --git a/src/mame/drivers/mediagx.c b/src/mame/drivers/mediagx.c
index a21a37d59d8..8eedb652fde 100644
--- a/src/mame/drivers/mediagx.c
+++ b/src/mame/drivers/mediagx.c
@@ -814,8 +814,8 @@ static const struct dma8237_interface dma8237_1_config =
static const struct dma8237_interface dma8237_2_config =
{
- 0,
- 1.0e-6, // 1us
+ 0,
+ 1.0e-6, // 1us
NULL,
NULL,
diff --git a/src/mame/drivers/megaplay.c b/src/mame/drivers/megaplay.c
index 4567dd53408..33db226cd54 100644
--- a/src/mame/drivers/megaplay.c
+++ b/src/mame/drivers/megaplay.c
@@ -137,10 +137,10 @@ static UINT32 readpos = 1; // serial bank selection position (9-bit)
PORT_BIT ( 0x10, IP_ACTIVE_LOW, IPT_SERVICE1 ) \
PORT_BIT ( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) \
- PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
+ PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
/* Caused 01081:
- * PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_START1 ) \
+ * PORT_BIT ( 0x40, IP_ACTIVE_LOW, IPT_START1 ) \
* PORT_BIT ( 0x80, IP_ACTIVE_LOW, IPT_START2 )
*/
diff --git a/src/mame/drivers/megazone.c b/src/mame/drivers/megazone.c
index 495953027b4..8d989dddcb7 100644
--- a/src/mame/drivers/megazone.c
+++ b/src/mame/drivers/megazone.c
@@ -255,7 +255,7 @@ static INPUT_PORTS_START( megazone )
PORT_DIPSETTING( 0xb0, DEF_STR( 1C_5C ) )
PORT_DIPSETTING( 0xa0, DEF_STR( 1C_6C ) )
PORT_DIPSETTING( 0x90, DEF_STR( 1C_7C ) )
-// PORT_DIPSETTING( 0x00, DEF_STR( 1C_0C ) ) "Not use"
+// PORT_DIPSETTING( 0x00, DEF_STR( 1C_0C ) ) "Not use"
INPUT_PORTS_END
static INPUT_PORTS_START( megazona )
diff --git a/src/mame/drivers/taito_z.c b/src/mame/drivers/taito_z.c
index 3e27e613727..a683c49b6ce 100644
--- a/src/mame/drivers/taito_z.c
+++ b/src/mame/drivers/taito_z.c
@@ -1403,12 +1403,12 @@ static READ16_HANDLER( taitoz_msb_sound_r )
/**** sound pan control ****/
static WRITE8_HANDLER( taitoz_pancontrol )
{
-// static UINT8 taitoz_pandata[4];
+// static UINT8 taitoz_pandata[4];
offset = offset&3;
-// taitoz_pandata[offset] = data;
-// popmessage(" pan %02x %02x %02x %02x", taitoz_pandata[0], taitoz_pandata[1], taitoz_pandata[2], taitoz_pandata[3] );
+// taitoz_pandata[offset] = data;
+// popmessage(" pan %02x %02x %02x %02x", taitoz_pandata[0], taitoz_pandata[1], taitoz_pandata[2], taitoz_pandata[3] );
flt_volume_set_volume(offset, data / 255.0f);
}
diff --git a/src/mame/drivers/taitowlf.c b/src/mame/drivers/taitowlf.c
index ca33b0f78c3..bcbc19c2985 100644
--- a/src/mame/drivers/taitowlf.c
+++ b/src/mame/drivers/taitowlf.c
@@ -394,8 +394,8 @@ static const struct dma8237_interface dma8237_1_config =
static const struct dma8237_interface dma8237_2_config =
{
- 0,
- 1.0e-6, // 1us
+ 0,
+ 1.0e-6, // 1us
NULL,
NULL,
diff --git a/src/mame/drivers/twin16.c b/src/mame/drivers/twin16.c
index 8131973f67d..01419b10e9a 100644
--- a/src/mame/drivers/twin16.c
+++ b/src/mame/drivers/twin16.c
@@ -1070,7 +1070,7 @@ static MACHINE_DRIVER_START( mia )
MDRV_SCREEN_MODIFY("main")
MDRV_SCREEN_VISIBLE_AREA(1*8, 39*8-1, 2*8, 30*8-1)
MDRV_VIDEO_START(fround)
-
+
MACHINE_DRIVER_END
static MACHINE_DRIVER_START( vulcan )
diff --git a/src/mame/drivers/ultraman.c b/src/mame/drivers/ultraman.c
index 3b500a42766..c6cc9eca5df 100644
--- a/src/mame/drivers/ultraman.c
+++ b/src/mame/drivers/ultraman.c
@@ -137,7 +137,7 @@ static ADDRESS_MAP_START( sound_map, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0x0000, 0x7fff) AM_ROM
AM_RANGE(0x8000, 0xbfff) AM_RAM
AM_RANGE(0xc000, 0xc000) AM_READ(soundlatch_r) /* Sound latch read */
-// AM_RANGE(0xd000, 0xd000) AM_WRITE(SMH_NOP) /* ??? */
+// AM_RANGE(0xd000, 0xd000) AM_WRITE(SMH_NOP) /* ??? */
AM_RANGE(0xe000, 0xe000) AM_READWRITE(OKIM6295_status_0_r, OKIM6295_data_0_w) /* M6295 */
AM_RANGE(0xf000, 0xf000) AM_WRITE(YM2151_register_port_0_w) /* YM2151 */
AM_RANGE(0xf001, 0xf001) AM_READWRITE(YM2151_status_port_0_r, YM2151_data_port_0_w) /* YM2151 */
diff --git a/src/mame/drivers/wc90b.c b/src/mame/drivers/wc90b.c
index 202f9190da2..1f7728479bd 100644
--- a/src/mame/drivers/wc90b.c
+++ b/src/mame/drivers/wc90b.c
@@ -78,7 +78,7 @@ Noted added by ClawGrip 28-Mar-2008:
Dox suggested that it can be just a year or text mod, so I decided not
to include my set. If anyone wants it, please mail me:
clawgrip at hotmail dot com. I can't find any graphical difference
- between my set and the one already on MAME.
+ between my set and the one already on MAME.
*/
diff --git a/src/mame/drivers/wilytowr.c b/src/mame/drivers/wilytowr.c
index d2506add5b9..f445531e6d2 100644
--- a/src/mame/drivers/wilytowr.c
+++ b/src/mame/drivers/wilytowr.c
@@ -308,7 +308,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( i8039_port_map, ADDRESS_SPACE_IO, 8 )
-// AM_RANGE(I8039_t1, I8039_t1)
+// AM_RANGE(I8039_t1, I8039_t1)
AM_RANGE(0x00, 0xff) AM_WRITE(snddata_w)
AM_RANGE(I8039_p1, I8039_p1) AM_WRITE(p1_w)
AM_RANGE(I8039_p2, I8039_p2) AM_WRITE(p2_w)