summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/cischeat.c2
-rw-r--r--src/mame/drivers/cliffhgr.c2
-rw-r--r--src/mame/drivers/darkhors.c6
-rw-r--r--src/mame/drivers/deco_ld.c6
-rw-r--r--src/mame/drivers/mpoker.c44
-rw-r--r--src/mame/drivers/taitogn.c26
6 files changed, 43 insertions, 43 deletions
diff --git a/src/mame/drivers/cischeat.c b/src/mame/drivers/cischeat.c
index 12ca5c858f4..cea04a33f69 100644
--- a/src/mame/drivers/cischeat.c
+++ b/src/mame/drivers/cischeat.c
@@ -1769,7 +1769,7 @@ static INTERRUPT_GEN( interrupt_armchmp2)
{
case 0: cpu_set_input_line(device, 4, HOLD_LINE); break;
case 14: cpu_set_input_line(device, 2, HOLD_LINE); break;
-
+
default: break;
}
}
diff --git a/src/mame/drivers/cliffhgr.c b/src/mame/drivers/cliffhgr.c
index 727983708af..d0f3d0647e6 100644
--- a/src/mame/drivers/cliffhgr.c
+++ b/src/mame/drivers/cliffhgr.c
@@ -199,7 +199,7 @@ static TIMER_CALLBACK( cliff_irq_callback )
/* if we have a valid code, trigger an IRQ */
if (phillips_code & 0x800000)
{
-// printf("%2d:code = %06X\n", param, phillips_code);
+// printf("%2d:code = %06X\n", param, phillips_code);
cputag_set_input_line(machine, "maincpu", 0, ASSERT_LINE);
}
diff --git a/src/mame/drivers/darkhors.c b/src/mame/drivers/darkhors.c
index 8d35b31490d..1e14511a462 100644
--- a/src/mame/drivers/darkhors.c
+++ b/src/mame/drivers/darkhors.c
@@ -619,7 +619,7 @@ static const gfx_layout layout_16x16x8_jclub2 =
};
static GFXDECODE_START( jclub2 )
- //GFXDECODE_ENTRY( "maincpu", 0, layout_16x16x8_jclub2, 0, 0x10000/64 ) // color codes should be doubled
+ //GFXDECODE_ENTRY( "maincpu", 0, layout_16x16x8_jclub2, 0, 0x10000/64 ) // color codes should be doubled
GFXDECODE_END
@@ -679,12 +679,12 @@ VIDEO_START(jclub2)
if (machine->gfx[jclub2_gfx_index] == 0)
break;
- assert(jclub2_gfx_index != MAX_GFX_ELEMENTS);
+ assert(jclub2_gfx_index != MAX_GFX_ELEMENTS);
/* create the char set (gfx will then be updated dynamically from RAM) */
machine->gfx[jclub2_gfx_index] = gfx_element_alloc(machine, &layout_16x16x8_jclub2, (UINT8 *)jclub2_tileram, machine->config->total_colors / 16, 0);
-
+
}
VIDEO_UPDATE(jclub2)
diff --git a/src/mame/drivers/deco_ld.c b/src/mame/drivers/deco_ld.c
index 9119ca0998e..0472e20edc2 100644
--- a/src/mame/drivers/deco_ld.c
+++ b/src/mame/drivers/deco_ld.c
@@ -18,10 +18,10 @@ Data East 3-boardset, same hardware as Bega's Battle & Road Blaster, Sony
LDP-1000
MACH3 conversion kit (ROMs, disc, decals), Pioneer PR-8210
-There are four versions of the laserdisc.
+There are four versions of the laserdisc.
Pioneer (08359)
-Data East (Japan), LDS-301 with an orange label
+Data East (Japan), LDS-301 with an orange label
Data East (USA), LDS-301A with a green label
Sony (a1090731704132a)
@@ -35,7 +35,7 @@ which has a similar Sony label.
I peeled the Data East labels off an orange and a green labelled disc and
the labels underneath were identical to the Sony labelled disc (Sony Japan,
disc No.a1090731704132a).
-
+
Physical appearances aside, the Sony and Pioneer pressed discs have
identical content.
diff --git a/src/mame/drivers/mpoker.c b/src/mame/drivers/mpoker.c
index f64d8836d42..bdfbe60443e 100644
--- a/src/mame/drivers/mpoker.c
+++ b/src/mame/drivers/mpoker.c
@@ -41,7 +41,7 @@
| |___|___|___|___| |
| | | | | |
| |
- | 74LS253N 74LS253N 74LS253N 74LS253 |
+ | 74LS253N 74LS253N 74LS253N 74LS253 |
| _____________ |
| | 4700uF 35V | MC7812CT |
| -| Capacitor |- |
@@ -63,7 +63,7 @@
| | | 74LS367N 74LS161N 74LS161N 74LS04N DM7404N |
| | | |
| | | 74LS245PC _________ 74LS74N LM3302N |
- | | | | Z80 CPU | |
+ | | | | Z80 CPU | |
| | | 74LS245PC |___U1____| MM2114N-3 74LS174N 74LS166J |
| | | _____ |
| |_| 74LS138N 74LS245PC 74LS245PC MM2114N-3 74LS157N |_U68_| |
@@ -148,7 +148,7 @@
* CPU clock derived from #defined crystal.
* 8000-8007 Output ports.
* Coin related counters.
- * Sound components and trigger found at 8000-8003, bit2.
+ * Sound components and trigger found at 8000-8003, bit2.
* Full lamps support.
* PCBs layouts & technical notes.
@@ -158,10 +158,10 @@
- Still analyze 8000-8007 offset range remaining bits.
These writes sounds like a BCD valueset.
- Maybe were intended formerly to send some data to 7seg display unit.
+ Maybe were intended formerly to send some data to 7seg display unit.
- Color system (no bipolar PROMs in the system)
-
+
**********************************************************************************/
@@ -227,7 +227,7 @@ static READ8_HANDLER( mixport_r )
Spark-Watchdog... The system expect status changes on bit1, otherwise stop the hardware with an error message.
The line seems to be tied to a clock. We can't use XORed status due to the nested checks.
- If you change the status *every* read, the HW stucks.
+ If you change the status *every* read, the HW stucks.
*/
static int mixdata;
@@ -250,7 +250,7 @@ static READ8_HANDLER( mixport_r )
//static WRITE8_HANDLER( muxed_w )
//{
-// popmessage("written : %02X %02X %02X %02X %02X %02X %02X %02X", data & 0x01, data & 0x02, data & 0x04, data & 0x08, data & 0x10, data & 0x20, data & 0x40, data & 0x80);
+// popmessage("written : %02X %02X %02X %02X %02X %02X %02X %02X", data & 0x01, data & 0x02, data & 0x04, data & 0x08, data & 0x10, data & 0x20, data & 0x40, data & 0x80);
//}
/***** Port 8000 *****
@@ -440,13 +440,13 @@ static WRITE8_HANDLER( outport7_w )
//static WRITE8_HANDLER( sound_w )
//{
-// dac_data_w(devtag_get_device(space->machine, "dac"), data);
+// dac_data_w(devtag_get_device(space->machine, "dac"), data);
//}
*/
static ADDRESS_MAP_START( main_map, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0x0000, 0x2fff) AM_ROM
-// AM_RANGE(0x0158, 0x0158) AM_WRITE (muxed_w)
+// AM_RANGE(0x0158, 0x0158) AM_WRITE (muxed_w)
AM_RANGE(0x3800, 0x38ff) AM_RAM AM_BASE(&generic_nvram) AM_SIZE(&generic_nvram_size) /* NVRAM = 2x SCM5101E */
AM_RANGE(0x4000, 0x47ff) AM_RAM AM_BASE(&mpoker_video) /* 4x MM2114N-3 */
AM_RANGE(0x8000, 0x8000) AM_READ_PORT("SW1")
@@ -467,17 +467,17 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( mpoker )
PORT_START("IN1")
- PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_CODE(KEYCODE_1) PORT_NAME("Bet")
- PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_CODE(KEYCODE_2) PORT_NAME("Deal/Draw")
- PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_CODE(KEYCODE_N) PORT_NAME("Cancel Discards")
- PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_CODE(KEYCODE_M) PORT_NAME("Stand (Hold all Cards)")
- PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_CODE(KEYCODE_Z) PORT_NAME("Discard 1")
- PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_X) PORT_NAME("Discard 2")
- PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON7 ) PORT_CODE(KEYCODE_C) PORT_NAME("Discard 3")
- PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON8 ) PORT_CODE(KEYCODE_V) PORT_NAME("Discard 4")
+ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_CODE(KEYCODE_1) PORT_NAME("Bet")
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_CODE(KEYCODE_2) PORT_NAME("Deal/Draw")
+ PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_CODE(KEYCODE_N) PORT_NAME("Cancel Discards")
+ PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_CODE(KEYCODE_M) PORT_NAME("Stand (Hold all Cards)")
+ PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_CODE(KEYCODE_Z) PORT_NAME("Discard 1")
+ PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_X) PORT_NAME("Discard 2")
+ PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON7 ) PORT_CODE(KEYCODE_C) PORT_NAME("Discard 3")
+ PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON8 ) PORT_CODE(KEYCODE_V) PORT_NAME("Discard 4")
PORT_START("IN2")
- PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON9 ) PORT_CODE(KEYCODE_B) PORT_NAME("Discard 5")
+ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON9 ) PORT_CODE(KEYCODE_B) PORT_NAME("Discard 5")
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_CODE(KEYCODE_9) PORT_NAME("Stats")
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_CODE(KEYCODE_Q) PORT_NAME("Payout")
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(2)
@@ -495,7 +495,7 @@ static INPUT_PORTS_START( mpoker )
PORT_DIPSETTING( 0x04, DEF_STR( 4C_1C ) )
PORT_DIPSETTING( 0x05, "5 Coins/2 Credits" )
PORT_DIPSETTING( 0x06, DEF_STR( 2C_1C ) )
-// PORT_DIPSETTING( 0x07, DEF_STR( 1C_1C ) ) --> damn check... you can't set 2 different bits pointing to the same coinage.
+// PORT_DIPSETTING( 0x07, DEF_STR( 1C_1C ) ) --> damn check... you can't set 2 different bits pointing to the same coinage.
PORT_DIPSETTING( 0x0f, DEF_STR( 1C_1C ) )
PORT_DIPSETTING( 0x0e, DEF_STR( 1C_2C ) )
PORT_DIPSETTING( 0x0d, DEF_STR( 2C_5C ) )
@@ -578,9 +578,9 @@ static MACHINE_DRIVER_START( mpoker )
MDRV_VIDEO_UPDATE(mpoker)
/* sound hardware */
-// MDRV_SPEAKER_STANDARD_MONO("mono")
-// MDRV_SOUND_ADD("dac", DAC, 0)
-// MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
+// MDRV_SPEAKER_STANDARD_MONO("mono")
+// MDRV_SOUND_ADD("dac", DAC, 0)
+// MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_DRIVER_END
ROM_START( mpoker )
diff --git a/src/mame/drivers/taitogn.c b/src/mame/drivers/taitogn.c
index 6f08f2acecf..2724a6a87d6 100644
--- a/src/mame/drivers/taitogn.c
+++ b/src/mame/drivers/taitogn.c
@@ -306,15 +306,15 @@ Notes:
Super Puzzle Bobble (Japan)
Usagi
-Type 3 (PCMCIA Compact Flash Adaptor + Compact Flash card, sealed together with the game´s label)
+Type 3 (PCMCIA Compact Flash Adaptor + Compact Flash card, sealed together with the game?s label)
------
-
- The Compact Flash card is read protected, it is a custom Sandisk SDCFB-64 Card (64MByte)
-
- Confirmed usage on.... (not all games listed)
- Otenami Haiken Final
- Kollon
- Zooo
+
+ The Compact Flash card is read protected, it is a custom Sandisk SDCFB-64 Card (64MByte)
+
+ Confirmed usage on.... (not all games listed)
+ Otenami Haiken Final
+ Kollon
+ Zooo
*/
#include "driver.h"
@@ -341,16 +341,16 @@ static void rf5c296_reg_w(ATTR_UNUSED running_machine *machine, UINT8 reg, UINT8
switch (reg)
{
// Interrupt and General Control Register
- case 0x03:
+ case 0x03:
// Check for card reset
if (!(data & 0x40))
{
devtag_reset(machine, "card");
locked = 0x1ff;
- ide_set_gnet_readlock (devtag_get_device(machine, "card"), 1);
+ ide_set_gnet_readlock (devtag_get_device(machine, "card"), 1);
}
break;
-
+
default:
break;
}
@@ -549,7 +549,7 @@ static WRITE32_HANDLER(control_w)
UINT32 p = control;
const device_config *mb3773 = devtag_get_device(space->machine, "mb3773");
-
+
COMBINE_DATA(&control);
mb3773_set_ck(mb3773, 0, (control & 0x20) >> 5);
@@ -946,7 +946,7 @@ static MACHINE_DRIVER_START( coh3002t )
MDRV_AT28C16_ADD( "at28c16", 0 )
MDRV_IDE_CONTROLLER_ADD( "card", 0 )
MDRV_NVRAM_HANDLER( coh3002t )
-
+
MDRV_MB3773_ADD("mb3773")
MACHINE_DRIVER_END