summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/audio/spacefb.c2
-rw-r--r--src/mame/drivers/aristmk5.c2
-rw-r--r--src/mame/drivers/astrocde.c2
-rw-r--r--src/mame/drivers/dwarfd.c2
-rw-r--r--src/mame/drivers/namcofl.c2
-rw-r--r--src/mame/drivers/system1.c2
-rw-r--r--src/mame/drivers/taito_b.c2
-rw-r--r--src/mame/drivers/thedeep.c4
-rw-r--r--src/mame/drivers/vicdual.c6
-rw-r--r--src/mame/drivers/zac2650.c2
-rw-r--r--src/mame/machine/midyunit.c4
-rw-r--r--src/mame/machine/tatsumi.c2
-rw-r--r--src/mame/machine/toaplan1.c4
-rw-r--r--src/mame/machine/twincobr.c2
-rw-r--r--src/mame/video/starshp1.c4
-rw-r--r--src/mess/drivers/apollo.c4
16 files changed, 23 insertions, 23 deletions
diff --git a/src/mame/audio/spacefb.c b/src/mame/audio/spacefb.c
index fe2a285a7d4..b120c6aa5bf 100644
--- a/src/mame/audio/spacefb.c
+++ b/src/mame/audio/spacefb.c
@@ -44,7 +44,7 @@ WRITE8_MEMBER(spacefb_state::spacefb_port_1_w)
*
* Actual sample has a bit of attack at the start, but these doesn't seem to be an easy way
* to play the attack part, then loop the middle bit until the sample is turned off
- * Fortunately it seems like the recorded sample of the &spaceship death is the longest the sample plays for.
+ * Fortunately it seems like the recorded sample of the spaceship death is the longest the sample plays for.
* We loop it just in case it runs out
*/
if ((data & 0x80) != (m_sound_latch & 0x80))
diff --git a/src/mame/drivers/aristmk5.c b/src/mame/drivers/aristmk5.c
index 413f6e4e584..17b3e4b13e1 100644
--- a/src/mame/drivers/aristmk5.c
+++ b/src/mame/drivers/aristmk5.c
@@ -250,7 +250,7 @@ WRITE32_MEMBER(aristmk5_state::sram_banksel_w)
checked against the other to verify that the stored data is correct.
Each chip is mapped to the same address, and the chip selected depends on the bank
select register. Access is mutually exclusive, increasing security with only one chip
- visible in the CPU address &space at a time. If the CPU crashes and overwrites
+ visible in the CPU address space at a time. If the CPU crashes and overwrites
memory only one of the three devices can be corrupted. On reset the bank select
register selects bank 0, which does not exist. The SRAMs are at banks 1,2,3.
Each of the SRAM chips may be powered from a separate battery, further reducing
diff --git a/src/mame/drivers/astrocde.c b/src/mame/drivers/astrocde.c
index 32477c0652b..af71f3deeb2 100644
--- a/src/mame/drivers/astrocde.c
+++ b/src/mame/drivers/astrocde.c
@@ -399,7 +399,7 @@ WRITE8_MEMBER(astrocde_state::profpac_banksw_w)
{
int bank = (data >> 5) & 3;
- /* this is accessed from I/O &space but modifies program &space, so we normalize here */
+ /* this is accessed from I/O space but modifies program space, so we normalize here */
address_space &prog_space = space.device().memory().space(AS_PROGRAM);
/* remember the banking bits for save state support */
diff --git a/src/mame/drivers/dwarfd.c b/src/mame/drivers/dwarfd.c
index 31e40467d2c..44143e6b320 100644
--- a/src/mame/drivers/dwarfd.c
+++ b/src/mame/drivers/dwarfd.c
@@ -416,7 +416,7 @@ WRITE8_MEMBER(dwarfd_state::i8275_preg_w)//param reg
}
if (m_i8275SpacedRows & 1)
{
- logerror("i8275 &spaced rows\n");
+ logerror("i8275 spaced rows\n");
}
else
{
diff --git a/src/mame/drivers/namcofl.c b/src/mame/drivers/namcofl.c
index 6919253239c..107787e7bd3 100644
--- a/src/mame/drivers/namcofl.c
+++ b/src/mame/drivers/namcofl.c
@@ -182,7 +182,7 @@ READ32_MEMBER(namcofl_state::namcofl_sysreg_r)
WRITE32_MEMBER(namcofl_state::namcofl_sysreg_w)
{
- if ((offset == 2) && ACCESSING_BITS_0_7) // address &space configuration
+ if ((offset == 2) && ACCESSING_BITS_0_7) // address space configuration
{
if (data == 0) // RAM at 00000000, ROM at 10000000
{
diff --git a/src/mame/drivers/system1.c b/src/mame/drivers/system1.c
index 0dae6a2b89c..8fc9fe5ea5a 100644
--- a/src/mame/drivers/system1.c
+++ b/src/mame/drivers/system1.c
@@ -550,7 +550,7 @@ WRITE8_MEMBER(system1_state::mcu_control_w)
Bit 7 -> connects to TD62003 pins 5 & 6 @ IC151
Bit 6 -> via PLS153, when high, asserts the BUSREQ signal, halting the Z80
Bit 5 -> n/c
- Bit 4 -> (with bit 3) Memory select: 0=Z80 program &space, 1=banked ROM, 2=Z80 I/O &space, 3=watchdog?
+ Bit 4 -> (with bit 3) Memory select: 0=Z80 program space, 1=banked ROM, 2=Z80 I/O space, 3=watchdog?
Bit 3 ->
Bit 2 -> n/c
Bit 1 -> n/c
diff --git a/src/mame/drivers/taito_b.c b/src/mame/drivers/taito_b.c
index aeb34c2a9a5..41d32f8551b 100644
--- a/src/mame/drivers/taito_b.c
+++ b/src/mame/drivers/taito_b.c
@@ -445,7 +445,7 @@ WRITE16_MEMBER(taitob_state::spacedxo_tc0220ioc_w)
m_tc0220ioc->write(space, offset, data & 0xff);
else
{
- /* &spacedxo also writes here - bug? */
+ /* spacedxo also writes here - bug? */
m_tc0220ioc->write(space, offset, (data >> 8) & 0xff);
}
}
diff --git a/src/mame/drivers/thedeep.c b/src/mame/drivers/thedeep.c
index d817d21c4a5..a129aab445b 100644
--- a/src/mame/drivers/thedeep.c
+++ b/src/mame/drivers/thedeep.c
@@ -101,9 +101,9 @@ WRITE8_MEMBER(thedeep_state::thedeep_protection_w)
if ( m_protection_index < 0x19b )
// d000-d00c: hl += a * b
// d00d-d029: input a (e.g. $39) output hl (e.g. h=$03 l=$09).
-// Replace trainling 0's with &space ($10). 00 -> ' '
+// Replace trainling 0's with space ($10). 00 -> ' '
// d02a-d039: input a (e.g. $39) output hl (e.g. h=$03 l=$09).
-// Replace trainling 0's with &space ($10). 00 -> ' 0'
+// Replace trainling 0's with space ($10). 00 -> ' 0'
// d03a-d046: input a (e.g. $39) output hl (e.g. h=$03 l=$09). 00 -> '00'
// d047-d086: a /= e (e can be 0!)
// d087-d0a4: print ASCII string from HL to IX (sub $30 to every char)
diff --git a/src/mame/drivers/vicdual.c b/src/mame/drivers/vicdual.c
index 44008df6e8c..0b6b527bc90 100644
--- a/src/mame/drivers/vicdual.c
+++ b/src/mame/drivers/vicdual.c
@@ -1041,7 +1041,7 @@ WRITE8_MEMBER(vicdual_state::invds_io_w)
WRITE8_MEMBER(vicdual_state::sspacaho_io_w)
{
if (offset & 0x01) invho2_audio_w(space, 0, data);
- if (offset & 0x02) { /* s&spaceatt_audio_w(space, 0, data) */ }
+ if (offset & 0x02) { /* sspaceatt_audio_w(space, 0, data) */ }
if (offset & 0x08) assert_coin_status();
if (offset & 0x40) vicdual_palette_bank_w(space, 0, data);
}
@@ -1057,8 +1057,8 @@ WRITE8_MEMBER(vicdual_state::tranqgun_io_w)
WRITE8_MEMBER(vicdual_state::spacetrk_io_w)
{
- if (offset & 0x01) { /* &spacetrk_audio_w(space, 0, data) */ }
- if (offset & 0x02) { /* &spacetrk_audio_w(space, 0, data) */ }
+ if (offset & 0x01) { /* spacetrk_audio_w(space, 0, data) */ }
+ if (offset & 0x02) { /* spacetrk_audio_w(space, 0, data) */ }
if (offset & 0x08) assert_coin_status();
if (offset & 0x40) vicdual_palette_bank_w(space, 0, data);
}
diff --git a/src/mame/drivers/zac2650.c b/src/mame/drivers/zac2650.c
index 08fbd2a80bc..21d6515c4d0 100644
--- a/src/mame/drivers/zac2650.c
+++ b/src/mame/drivers/zac2650.c
@@ -258,7 +258,7 @@ MACHINE_CONFIG_END
WRITE8_MEMBER(zac2650_state::tinvader_sound_w)
{
- /* sounds are NOT the same as &space invaders */
+ /* sounds are NOT the same as space invaders */
logerror("Register %x = Data %d\n",data & 0xfe,data & 0x01);
diff --git a/src/mame/machine/midyunit.c b/src/mame/machine/midyunit.c
index 77ad4e0702c..63214a42008 100644
--- a/src/mame/machine/midyunit.c
+++ b/src/mame/machine/midyunit.c
@@ -235,7 +235,7 @@ WRITE8_MEMBER(midyunit_state::cvsd_protection_w)
{
/* because the entire CVSD ROM is banked, we have to make sure that writes */
/* go to the proper location (i.e., bank 0); currently bank 0 always lives */
- /* in the 0x10000-0x17fff &space, so we just need to add 0x8000 to get the */
+ /* in the 0x10000-0x17fff space, so we just need to add 0x8000 to get the */
/* proper offset */
m_cvsd_protection_base[offset] = data;
}
@@ -470,7 +470,7 @@ DRIVER_INIT_MEMBER(midyunit_state,mkyawdim)
READ16_MEMBER(midyunit_state::mkturbo_prot_r)
{
- /* the security GAL overlays a counter of some sort at 0xfffff400 in ROM &space.
+ /* the security GAL overlays a counter of some sort at 0xfffff400 in ROM space.
* A startup protection check expects to read back two different values in succession */
return machine().rand();
}
diff --git a/src/mame/machine/tatsumi.c b/src/mame/machine/tatsumi.c
index 4f24e987a9a..7fc38bee72c 100644
--- a/src/mame/machine/tatsumi.c
+++ b/src/mame/machine/tatsumi.c
@@ -159,7 +159,7 @@ WRITE16_MEMBER(tatsumi_state::roundup_v30_z80_w)
if (ACCESSING_BITS_0_7)
{
if (m_control_word & 0x20)
- offset += 0x8000; /* Upper half of Z80 address &space */
+ offset += 0x8000; /* Upper half of Z80 address space */
targetspace.write_byte(offset, data & 0xff);
}
diff --git a/src/mame/machine/toaplan1.c b/src/mame/machine/toaplan1.c
index 74dc370aa5c..12e5b29cfc7 100644
--- a/src/mame/machine/toaplan1.c
+++ b/src/mame/machine/toaplan1.c
@@ -60,7 +60,7 @@ WRITE16_MEMBER(toaplan1_state::demonwld_dsp_addrsel_w)
/* read/write, via the DSP IO port 0 */
/* Top three bits of data need to be shifted left 9 places */
/* to select which memory bank from main CPU address */
- /* &space to use */
+ /* space to use */
/* Lower thirteen bits of this data is shifted left one position */
/* to move it to an even address word boundary */
@@ -331,7 +331,7 @@ WRITE8_MEMBER(toaplan1_state::toaplan1_coin_w)
logerror("Z80 writing %02x to coin control\n",data);
/* This still isnt too clear yet. */
/* Coin C has no coin lock ? */
- /* Are some outputs for lights ? (no &space on JAMMA for it though) */
+ /* Are some outputs for lights ? (no space on JAMMA for it though) */
switch (data) {
case 0xee: coin_counter_w(machine(), 1,1); coin_counter_w(machine(), 1,0); break; /* Count slot B */
diff --git a/src/mame/machine/twincobr.c b/src/mame/machine/twincobr.c
index 16969edce20..54695bb06da 100644
--- a/src/mame/machine/twincobr.c
+++ b/src/mame/machine/twincobr.c
@@ -37,7 +37,7 @@ WRITE16_MEMBER(twincobr_state::twincobr_dsp_addrsel_w)
/* read/write, via the DSP IO port 0 */
/* Top three bits of data need to be shifted left 3 places */
/* to select which memory bank from main CPU address */
- /* &space to use */
+ /* space to use */
/* Lower thirteen bits of this data is shifted left one position */
/* to move it to an even address word boundary */
diff --git a/src/mame/video/starshp1.c b/src/mame/video/starshp1.c
index a9b7e6a9386..bf9dc7c0db6 100644
--- a/src/mame/video/starshp1.c
+++ b/src/mame/video/starshp1.c
@@ -105,10 +105,10 @@ WRITE8_MEMBER(starshp1_state::starshp1_ssadd_w)
{
/*
* The range of sprite position values doesn't suffice to
- * move the zoomed &spaceship sprite over the top and left
+ * move the zoomed spaceship sprite over the top and left
* edges of the screen. These additional values are used
* to compensate for this. Technically, they cut off the
- * first columns and rows of the &spaceship sprite, but in
+ * first columns and rows of the spaceship sprite, but in
* practice they work like offsets in zoomed pixels.
*/
diff --git a/src/mess/drivers/apollo.c b/src/mess/drivers/apollo.c
index 5c7955f1972..a9a5c6cddb7 100644
--- a/src/mess/drivers/apollo.c
+++ b/src/mess/drivers/apollo.c
@@ -516,9 +516,9 @@ READ32_MEMBER(apollo_state::apollo_unmapped_r)
if ((address & 0xfff00000) == 0xfa800000 && VERBOSE < 2) {
// ?
} else if ((address & 0xfff00ff7) == 0xfd800000 && VERBOSE < 2) {
- // omit logging for memory sizing in FPA address &space
+ // omit logging for memory sizing in FPA address space
// strange: MD seems to search for the 3C505 Boot ROM
- // note (6.10.2010): might be color7 address &space (!?!)
+ // note (6.10.2010): might be color7 address space (!?!)
} else if ((address & 0xfc03ffff) == 0x00000000 && VERBOSE < 2) {
// omit logging for memory sizing in standalone utilities
} else if (address == 0xfff90000 && VERBOSE < 2) {