summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-08-24 01:42:03 +1000
committer Vas Crabb <vas@vastheman.com>2025-08-24 01:42:03 +1000
commit57b9c3db8ec038dc13084e5ca98d165fda9da107 (patch)
tree013320b8f5dc82edf8f4af0368672a2182efa911
parente5b3e34bbd7b6ef39fd818826d34b828ddec5bc6 (diff)
Run srcclean across the tree.
-rw-r--r--hash/leapfrog_leappad_cart.xml4
-rw-r--r--src/devices/bus/megadrive/tplay96.h4
-rw-r--r--src/devices/machine/mos6526.cpp4
-rw-r--r--src/devices/machine/mos6526.h2
-rw-r--r--src/devices/machine/z8536.cpp14
-rw-r--r--src/devices/video/315_5313.cpp18
-rw-r--r--src/devices/video/ym7101.cpp6
-rw-r--r--src/devices/video/ym7101.h14
-rw-r--r--src/mame/acorn/bbcm.cpp4
-rw-r--r--src/mame/jaleco/dday.cpp2
-rw-r--r--src/mame/konami/k054156_k054157_k056832.cpp28
-rw-r--r--src/mame/luxor/abc1600.cpp2
-rw-r--r--src/mame/misc/amaticmg.cpp12
-rw-r--r--src/mame/misc/goldnpkr.cpp116
-rw-r--r--src/mame/pc/teradrive.cpp2
-rw-r--r--src/mame/philips/mcd212.cpp4
-rw-r--r--src/mame/sega/megadriv.h2
-rw-r--r--src/mame/sega/system16.cpp2
-rw-r--r--src/mame/shared/mega32x.cpp4
-rw-r--r--src/mame/skeleton/blaucds32.cpp2
-rw-r--r--src/mame/sony/news_68k.cpp4
21 files changed, 125 insertions, 125 deletions
diff --git a/hash/leapfrog_leappad_cart.xml b/hash/leapfrog_leappad_cart.xml
index f81d1609df3..5a159bb8452 100644
--- a/hash/leapfrog_leappad_cart.xml
+++ b/hash/leapfrog_leappad_cart.xml
@@ -1046,7 +1046,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>
-
+
<software name="bennyeng2" supported="no">
<description>Benny and Friends English Book Vol. 2 -Majo to taiketsu! Daibouken- (Japan)</description>
<year>2002</year>
@@ -1515,7 +1515,7 @@ license:CC0-1.0
</software>
<!-- Benesse Qpad cartridges -->
-
+
<software name="gogogoj" supported="no">
<description>Hirogaru Sekai-e Go! Go! Go! (Japan)</description>
<year>2002</year>
diff --git a/src/devices/bus/megadrive/tplay96.h b/src/devices/bus/megadrive/tplay96.h
index aed2b13e701..a702bd50497 100644
--- a/src/devices/bus/megadrive/tplay96.h
+++ b/src/devices/bus/megadrive/tplay96.h
@@ -11,13 +11,13 @@
#include "rom.h"
class md_rom_tplay96_device : public device_t,
- public device_md_cart_interface
+ public device_md_cart_interface
{
public:
md_rom_tplay96_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
protected:
-// md_rom_titan_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+// md_rom_titan_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
virtual void device_start() override ATTR_COLD;
virtual uint16_t read(offs_t offset) override;
diff --git a/src/devices/machine/mos6526.cpp b/src/devices/machine/mos6526.cpp
index d2ed3ee9c8f..0caaa244d9e 100644
--- a/src/devices/machine/mos6526.cpp
+++ b/src/devices/machine/mos6526.cpp
@@ -494,7 +494,7 @@ void mos6526_device::update_interrupt()
m_icr |= ICR_TB;
}
-// m_icr_read = false;
+// m_icr_read = false;
}
@@ -691,7 +691,7 @@ void mos6526_device::device_reset()
m_ir1 = 0;
m_icr = 0;
m_imr = 0;
-// m_icr_read = false;
+// m_icr_read = false;
m_pc = 1;
m_flag = 1;
diff --git a/src/devices/machine/mos6526.h b/src/devices/machine/mos6526.h
index f1a4574958c..824ed8c7134 100644
--- a/src/devices/machine/mos6526.h
+++ b/src/devices/machine/mos6526.h
@@ -152,7 +152,7 @@ protected:
int m_ir1;
uint8_t m_icr;
uint8_t m_imr;
-// bool m_icr_read;
+// bool m_icr_read;
// peripheral ports
int m_pc;
diff --git a/src/devices/machine/z8536.cpp b/src/devices/machine/z8536.cpp
index d69bc5d13ff..7bb396b0d5f 100644
--- a/src/devices/machine/z8536.cpp
+++ b/src/devices/machine/z8536.cpp
@@ -409,12 +409,12 @@ void cio_base_device::write_register(offs_t offset, u8 data)
switch (data >> 5)
{
case IC_CLEAR_IP_IUS: m_register[offset] &= ~(CTCS_IP | CTCS_ERR | CTCS_IUS); LOG("%s CIO Counter/Timer %u Clear IP/IUS\n", machine().describe_context(), counter + 1); break;
- case IC_SET_IUS: m_register[offset] |= CTCS_IUS; LOG("%s CIO Counter/Timer %u Set IUS\n", machine().describe_context(), counter + 1); break;
- case IC_CLEAR_IUS: m_register[offset] &= ~CTCS_IUS; LOG("%s CIO Counter/Timer %u Clear IUS\n", machine().describe_context(), counter + 1); break;
- case IC_SET_IP: m_register[offset] |= CTCS_IP; LOG("%s CIO Counter/Timer %u Set IP\n", machine().describe_context(), counter + 1); break;
- case IC_CLEAR_IP: m_register[offset] &= ~(CTCS_IP | CTCS_ERR); LOG("%s CIO Counter/Timer %u Clear IP\n", machine().describe_context(), counter + 1); break;
- case IC_SET_IE: m_register[offset] |= CTCS_IE; LOG("%s CIO Counter/Timer %u Set IE\n", machine().describe_context(), counter + 1); break;
- case IC_CLEAR_IE: m_register[offset] &= ~CTCS_IE; LOG("%s CIO Counter/Timer %u Clear IE\n", machine().describe_context(), counter + 1); break;
+ case IC_SET_IUS: m_register[offset] |= CTCS_IUS; LOG("%s CIO Counter/Timer %u Set IUS\n", machine().describe_context(), counter + 1); break;
+ case IC_CLEAR_IUS: m_register[offset] &= ~CTCS_IUS; LOG("%s CIO Counter/Timer %u Clear IUS\n", machine().describe_context(), counter + 1); break;
+ case IC_SET_IP: m_register[offset] |= CTCS_IP; LOG("%s CIO Counter/Timer %u Set IP\n", machine().describe_context(), counter + 1); break;
+ case IC_CLEAR_IP: m_register[offset] &= ~(CTCS_IP | CTCS_ERR); LOG("%s CIO Counter/Timer %u Clear IP\n", machine().describe_context(), counter + 1); break;
+ case IC_SET_IE: m_register[offset] |= CTCS_IE; LOG("%s CIO Counter/Timer %u Set IE\n", machine().describe_context(), counter + 1); break;
+ case IC_CLEAR_IE: m_register[offset] &= ~CTCS_IE; LOG("%s CIO Counter/Timer %u Clear IE\n", machine().describe_context(), counter + 1); break;
}
// gate command bit
@@ -671,7 +671,7 @@ void cio_base_device::count(int id)
// count down
m_counter[id]--;
-
+
LOG("%s CIO Counter/Timer %u Count %04x\n", machine().time().as_string(), id + 1, m_counter[id]);
if (m_counter[id] == 0)
diff --git a/src/devices/video/315_5313.cpp b/src/devices/video/315_5313.cpp
index 49458533844..22b17a8fbd0 100644
--- a/src/devices/video/315_5313.cpp
+++ b/src/devices/video/315_5313.cpp
@@ -597,10 +597,10 @@ void sega315_5313_device::vdp_set_register(int regnum, u8 value)
if (m_irq4_pending && MEGADRIVE_REG0_IRQ4_ENABLE)
{
m_irq4_on_timer->adjust(attotime::from_ticks(16, clock() / 4));
-// if (MEGADRIVE_REG0_IRQ4_ENABLE)
-// m_lv4irqline_callback(true);
-// else
-// m_lv4irqline_callback(false);
+// if (MEGADRIVE_REG0_IRQ4_ENABLE)
+// m_lv4irqline_callback(true);
+// else
+// m_lv4irqline_callback(false);
}
else
m_lv4irqline_callback(false);
@@ -613,10 +613,10 @@ void sega315_5313_device::vdp_set_register(int regnum, u8 value)
{
m_irq6_on_timer->adjust(attotime::from_ticks(16, clock() / 4));
-// if (MEGADRIVE_REG01_IRQ6_ENABLE)
-// m_lv6irqline_callback(true);
-// else
-// m_lv6irqline_callback(false);
+// if (MEGADRIVE_REG01_IRQ6_ENABLE)
+// m_lv6irqline_callback(true);
+// else
+// m_lv6irqline_callback(false);
}
else
m_lv6irqline_callback(false);
@@ -2329,7 +2329,7 @@ void sega315_5313_device::vdp_handle_eof()
m_vblank_flag = 0;
// Not here, breaks warlock
-// m_irq6_pending = 0;
+// m_irq6_pending = 0;
/* Set it to -1 here, so it becomes 0 when the first timer kicks in */
if (!m_use_alt_timing) m_scanline_counter = -1;
diff --git a/src/devices/video/ym7101.cpp b/src/devices/video/ym7101.cpp
index 521aba430c4..0f012d09721 100644
--- a/src/devices/video/ym7101.cpp
+++ b/src/devices/video/ym7101.cpp
@@ -33,7 +33,7 @@ ym7101_device::ym7101_device(const machine_config &mconfig, const char *tag, dev
, m_space_vram_config("videoram", ENDIANNESS_BIG, 8, 17, 0, address_map_constructor(FUNC(ym7101_device::vram_map), this))
, m_space_regs_config("regs", ENDIANNESS_BIG, 8, 6, 0, address_map_constructor(FUNC(ym7101_device::regs_map), this))
, m_vint_callback(*this)
-// , m_hint_callback(*this)
+// , m_hint_callback(*this)
, m_sint_callback(*this)
, m_psg(*this, "psg")
{
@@ -151,8 +151,8 @@ void ym7101_device::regs_map(address_map &map)
map(7, 7).lw8(NAME([this] (u8 data) {
LOGREGS("#07: Background Color %02x & 0x3f\n", data);
}));
-// map(8, 8) Master System h scroll
-// map(9, 9) Master System v scroll
+// map(8, 8) Master System h scroll
+// map(9, 9) Master System v scroll
map(10, 10).lw8(NAME([this] (u8 data) {
LOGREGS("#10: Horizontal Interrupt Counter %02x (%d)\n", data, data);
}));
diff --git a/src/devices/video/ym7101.h b/src/devices/video/ym7101.h
index 7928756b3d8..46d798ed4df 100644
--- a/src/devices/video/ym7101.h
+++ b/src/devices/video/ym7101.h
@@ -13,9 +13,9 @@
#include "screen.h"
class ym7101_device : public device_t,
- public device_memory_interface,
- public device_video_interface,
- public device_mixer_interface
+ public device_memory_interface,
+ public device_video_interface,
+ public device_mixer_interface
{
public:
ym7101_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
@@ -35,13 +35,13 @@ public:
//if (m_vint_pending)
//{
- // m_vint_pending = 0;
+ // m_vint_pending = 0;
m_vint_callback(false);
//}
//else if (m_hint_pending)
//{
- // m_hint_pending = 0;
- // m_hint_callback(false);
+ // m_hint_pending = 0;
+ // m_hint_callback(false);
//}
}
@@ -59,7 +59,7 @@ private:
const address_space_config m_space_regs_config;
devcb_write_line m_vint_callback;
-// devcb_write_line m_hint_callback;
+// devcb_write_line m_hint_callback;
devcb_write_line m_sint_callback;
required_device<segapsg_device> m_psg;
diff --git a/src/mame/acorn/bbcm.cpp b/src/mame/acorn/bbcm.cpp
index 21e69b21121..cb731adcf5e 100644
--- a/src/mame/acorn/bbcm.cpp
+++ b/src/mame/acorn/bbcm.cpp
@@ -956,8 +956,8 @@ void bbcm_state::ht280(machine_config &config)
//void bbcm_state::mpc_prisma_default(device_t* device)
//{
-// device->subdevice<bbc_1mhzbus_slot_device>("1mhzbus")->set_default_option("awhd");
-// device->subdevice<bbc_1mhzbus_slot_device>("1mhzbus")->set_fixed(true);
+// device->subdevice<bbc_1mhzbus_slot_device>("1mhzbus")->set_default_option("awhd");
+// device->subdevice<bbc_1mhzbus_slot_device>("1mhzbus")->set_fixed(true);
//}
diff --git a/src/mame/jaleco/dday.cpp b/src/mame/jaleco/dday.cpp
index 1d605f58b82..31f4101054e 100644
--- a/src/mame/jaleco/dday.cpp
+++ b/src/mame/jaleco/dday.cpp
@@ -274,7 +274,7 @@ u32 dday_state::screen_update_dday(screen_device &screen, bitmap_ind16 &bitmap,
It's a Mitsubishi M54828P (M54824P family).
A frequency counter with 5-digit FLT display driver.
- It writes to S1-S4, and reads digit segments (two of b/c/e/g?)
+ It writes to S1-S4, and reads digit segments (two of b/c/e/g?)
Pinout:
diff --git a/src/mame/konami/k054156_k054157_k056832.cpp b/src/mame/konami/k054156_k054157_k056832.cpp
index 2ee02c61ac2..4478b1ccede 100644
--- a/src/mame/konami/k054156_k054157_k056832.cpp
+++ b/src/mame/konami/k054156_k054157_k056832.cpp
@@ -1270,20 +1270,20 @@ void k056832_device::tilemap_draw_common( screen_device &screen, BitmapClass &bi
/*
if (scrollmode == 2)
{
- printf("%08x %08x %08x\n",layer,scrollbank<<12,m_lsram_page[layer][1]>>1);
- printf("\n000-100:\n");
- for (int zz=0x000; zz<0x100; zz++)
- printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
- printf("\n100-200:\n");
- for (int zz=0x100; zz<0x200; zz++)
- printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
- printf("\n200-300:\n");
- for (int zz=0x200; zz<0x300; zz++)
- printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
- printf("\n300-400:\n");
- for (int zz=0x300; zz<0x400; zz++)
- printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
- printf("\nend\n");
+ printf("%08x %08x %08x\n",layer,scrollbank<<12,m_lsram_page[layer][1]>>1);
+ printf("\n000-100:\n");
+ for (int zz=0x000; zz<0x100; zz++)
+ printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
+ printf("\n100-200:\n");
+ for (int zz=0x100; zz<0x200; zz++)
+ printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
+ printf("\n200-300:\n");
+ for (int zz=0x200; zz<0x300; zz++)
+ printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
+ printf("\n300-400:\n");
+ for (int zz=0x300; zz<0x400; zz++)
+ printf("%04x ",m_videoram[(scrollbank<<12)+(m_lsram_page[layer][1]>>1)+zz]);
+ printf("\nend\n");
}
*/
last_active = m_active_layer;
diff --git a/src/mame/luxor/abc1600.cpp b/src/mame/luxor/abc1600.cpp
index 2b601863fab..6358214f299 100644
--- a/src/mame/luxor/abc1600.cpp
+++ b/src/mame/luxor/abc1600.cpp
@@ -572,7 +572,7 @@ INPUT_PORTS_END
void abc1600_state::update_br()
{
// _BR = !_DMADIS || (_DBRQ0 || _DBRQ1 || _DBRQ2)
- // _IOC = IORQ delayed by 1 clock, or IORQ preceded by 1 clock on MINT2 or MINT5
+ // _IOC = IORQ delayed by 1 clock, or IORQ preceded by 1 clock on MINT2 or MINT5
// _BGACK = !_BR && !_BG && _IOC
// DMA0.BAI = _BGACK
diff --git a/src/mame/misc/amaticmg.cpp b/src/mame/misc/amaticmg.cpp
index 5ff6cb56272..fa2e6f93c55 100644
--- a/src/mame/misc/amaticmg.cpp
+++ b/src/mame/misc/amaticmg.cpp
@@ -226,12 +226,12 @@
------------------------------------------------
- Fruit Poker (AMA-8000-2)
+ Fruit Poker (AMA-8000-2)
------------------------------------------------
PCB Layout:
- ________________________________________________________________________
- | | | | | | | | | | | | | | | | | | | | | | | | | |
+ ________________________________________________________________________
+ | | | | | | | | | | | | | | | | | | | | | | | | | |
__________| | | | | | | | | |36x2 edge connector | | | | | | | | | |__________
| _______________________ |
| | ::::::::::::::::: | |
@@ -320,12 +320,12 @@
------------------------------------------------
- Multi Game III v3.63 (AMA-8000-2)
+ Multi Game III v3.63 (AMA-8000-2)
------------------------------------------------
PCB Layout:
- ________________________________________________________________________
- | | | | | | | | | | | | | | | | | | | | | | | | | |
+ ________________________________________________________________________
+ | | | | | | | | | | | | | | | | | | | | | | | | | |
__________| | | | | | | | | |36x2 edge connector | | | | | | | | | |__________
| _______________________ |
| | ::::::::::::::::: | |
diff --git a/src/mame/misc/goldnpkr.cpp b/src/mame/misc/goldnpkr.cpp
index 5d1aec80a88..96b42e470f8 100644
--- a/src/mame/misc/goldnpkr.cpp
+++ b/src/mame/misc/goldnpkr.cpp
@@ -2135,7 +2135,7 @@ void goldnpkr_state::kmhpan_map(address_map &map)
map(0x1800, 0x1bff).ram().w(FUNC(goldnpkr_state::goldnpkr_colorram_w)).share("colorram");
map(0x2000, 0x2000).portr("SW1");
map(0x2400, 0x2400).w("sn", FUNC(sn76489a_device::write));
-// map(0x2800, 0x2800).w // SN76489AN, initialized but not present on PCB. not written during gameplay
+// map(0x2800, 0x2800).w // SN76489AN, initialized but not present on PCB. not written during gameplay
map(0x4000, 0x7fff).rom();
map(0xc000, 0xffff).rom(); // extended rom space
}
@@ -2166,7 +2166,7 @@ void goldnpkr_state::wing_w90_map(address_map &map)
map(0x1800, 0x1bff).ram().w(FUNC(goldnpkr_state::goldnpkr_colorram_w)).share("colorram");
map(0x2000, 0x2000).portr("SW1");
map(0x2400, 0x2400).w("snsnd", FUNC(sn76489_device::write)); // SN76489AN PSG
-// map(0x2800, 0x2800).w(); // Initializes another SN76489, not present in the PCB, and then no activity
+// map(0x2800, 0x2800).w(); // Initializes another SN76489, not present in the PCB, and then no activity
map(0x4000, 0x7fff).rom(); // bankswitched through 74ls154
map(0xc000, 0xffff).rom(); // bankswitched through 74ls154
}
@@ -5761,7 +5761,7 @@ void goldnpkr_state::wing_w90(machine_config &config)
goldnpkr_base(config);
m_maincpu->set_addrmap(AS_PROGRAM, &goldnpkr_state::wing_w90_map);
-
+
PIA6821(config.replace(), m_pia[1]);
m_pia[1]->readpa_handler().set(FUNC(goldnpkr_state::snsnd_ready_r));
m_pia[1]->writepa_handler().remove();
@@ -13224,7 +13224,7 @@ ROM_START( wing90pkr )
ROM_LOAD( "6.17a", 0x7000, 0x1000, CRC(84c6a3cd) SHA1(41fda1f76318771fe8bc475edd25b3c9540b6167) )
ROM_CONTINUE( 0xf000, 0x1000 )
- // ROM 3-6a is bad. Should have the jokers missing bitplane at 1000-17FF, but it's not there
+ // ROM 3-6a is bad. Should have the jokers missing bitplane at 1000-17FF, but it's not there
ROM_REGION( 0x1800, "gfx1", 0 )
ROM_FILL( 0x0000, 0x1000, 0x0000 )
ROM_LOAD( "3.6a", 0x1000, 0x0800, BAD_DUMP CRC(efff6f44) SHA1(270dec73cbd86016bdb4c79cfd27dfaf9ce0c986) )
@@ -13234,7 +13234,7 @@ ROM_START( wing90pkr )
ROM_LOAD( "1.2a", 0x0000, 0x0800, CRC(b85e1275) SHA1(1de37c634643e5ddde0a16a80a9c16625bebfb08) )
ROM_CONTINUE( 0x0000, 0x1000 )
ROM_IGNORE( 0x0800 )
- ROM_LOAD( "2.4a", 0x1000, 0x0800, CRC(f475b43e) SHA1(b09544828a75c592e27fdc69646b594cbfcf0483) )
+ ROM_LOAD( "2.4a", 0x1000, 0x0800, CRC(f475b43e) SHA1(b09544828a75c592e27fdc69646b594cbfcf0483) )
ROM_CONTINUE( 0x1000, 0x1000 )
ROM_IGNORE( 0x0800 )
ROM_LOAD( "3.6a", 0x2000, 0x0800, BAD_DUMP CRC(efff6f44) SHA1(270dec73cbd86016bdb4c79cfd27dfaf9ce0c986) )
@@ -13309,8 +13309,8 @@ ROM_START( unkicpf80 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
@@ -13319,7 +13319,7 @@ ROM_END
the ICP + f40 / f80 systems. Some of them
looks like hacks and some real programs
to change different game functionalities.
-
+
They add new features like FEVER function,
Auto Start, or different bet ammounts using
the hold buttons.
@@ -13400,8 +13400,8 @@ ROM_START( icpf80_01 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_02 )
@@ -13421,8 +13421,8 @@ ROM_START( icpf80_02 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_03 )
@@ -13442,8 +13442,8 @@ ROM_START( icpf80_03 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_04 )
@@ -13463,8 +13463,8 @@ ROM_START( icpf80_04 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_05 )
@@ -13484,8 +13484,8 @@ ROM_START( icpf80_05 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_06 )
@@ -13505,8 +13505,8 @@ ROM_START( icpf80_06 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_07 )
@@ -13526,8 +13526,8 @@ ROM_START( icpf80_07 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_08 )
@@ -13547,8 +13547,8 @@ ROM_START( icpf80_08 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_09 )
@@ -13568,8 +13568,8 @@ ROM_START( icpf80_09 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_10 )
@@ -13589,8 +13589,8 @@ ROM_START( icpf80_10 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_11 )
@@ -13610,8 +13610,8 @@ ROM_START( icpf80_11 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_12 )
@@ -13631,8 +13631,8 @@ ROM_START( icpf80_12 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_13 )
@@ -13652,8 +13652,8 @@ ROM_START( icpf80_13 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_14 )
@@ -13673,8 +13673,8 @@ ROM_START( icpf80_14 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_15 )
@@ -13694,8 +13694,8 @@ ROM_START( icpf80_15 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_16 )
@@ -13715,8 +13715,8 @@ ROM_START( icpf80_16 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_17 )
@@ -13736,8 +13736,8 @@ ROM_START( icpf80_17 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_18 )
@@ -13757,8 +13757,8 @@ ROM_START( icpf80_18 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_19 )
@@ -13778,8 +13778,8 @@ ROM_START( icpf80_19 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_20 )
@@ -13799,8 +13799,8 @@ ROM_START( icpf80_20 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
ROM_START( icpf80_21 )
@@ -13820,8 +13820,8 @@ ROM_START( icpf80_21 )
ROM_REGION( 0x0200, "proms", 0 ) // the second half has the palette for black background instead of blue.
ROM_LOAD( "82s131.bin", 0x0000, 0x0200, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
-// ROM_CONTINUE( 0x0000, 0x0100 )
+// ROM_LOAD( "82s131.bin", 0x0000, 0x0100, CRC(41ff6a5d) SHA1(a5a69b1ac6022fa2c51480250f875328ae44d7ff) )
+// ROM_CONTINUE( 0x0000, 0x0100 )
ROM_END
@@ -13865,7 +13865,7 @@ ROM_START( techtrna )
ROM_LOAD( "ex_7.bin", 0x6000, 0x1000, CRC(c7d57797) SHA1(2050654860145c64533d5a16ad7076f7ae01b48c) )
ROM_LOAD( "ex_8.bin", 0x7000, 0x1000, CRC(e5985cf1) SHA1(e35fbbe5a620a6cf2a0f79416ef9728ad46033db) )
ROM_LOAD( "ex_red.bin", 0xf000, 0x1000, CRC(91a3a5e9) SHA1(febd6057be8c91dc9ed916e2bf015b1d5ea61d36) )
-
+
ROM_REGION( 0x1800, "gfx1", 0 )
ROM_FILL( 0x0000, 0x1000, 0x0000 ) // filling the R-G bitplanes
ROM_LOAD( "4.8a", 0x1000, 0x0800, CRC(2c53493f) SHA1(9e71db51499294bb4b16e7d8013e5daf6f1f9d18) ) // char ROM
@@ -14131,11 +14131,11 @@ ROM_END
'-------------'
Sets:
-
+
dash_a37 DASH! A37 1998/10/22 VER OCT 22, 98
dash_a37b DASH! A37 1996/11/18, AVANTY 50 BET SPECIAL
lfhouse Lucky Full House 1996/02/01 ver 1.16, DATA ver 1.05
- lfhouseb Lucky Full House 1994/08/26 ver 1.15, DATA ver 1.04
+ lfhouseb Lucky Full House 1994/08/26 ver 1.15, DATA ver 1.04
dynchance Dynamic Chance type-3.0 1992/08/29 PART 1-2
dynchancf Dynamic Chance(alt) type-3.0 1992/08/29 PART 1-2 (only 4 bytes of difference)
dynplus Dynamic Plus One 1997/01/13, SP TYPE Ver 1.10
@@ -14218,7 +14218,7 @@ ROM_START( lfhouse )
ROM_IGNORE( 0x4000 )
ROM_LOAD( "2.5n", 0x4000, 0x4000, CRC(58ee8082) SHA1(2fd5b73c8fa87607ba115dc61616852e323c164d) )
ROM_IGNORE( 0x4000 )
-
+
ROM_REGION( 0x1800, "gfx1", 0 ) // chars
ROM_COPY( "gfxpool", 0x1000, 0x0000, 0x0800 ) // src-dest-size (empty)
ROM_COPY( "gfxpool", 0x0000, 0x0800, 0x0800 ) // src-dest-size (empty)
@@ -14252,7 +14252,7 @@ ROM_START( lfhouseb )
ROM_IGNORE( 0x4000 )
ROM_LOAD( "2.5n", 0x4000, 0x4000, CRC(58ee8082) SHA1(2fd5b73c8fa87607ba115dc61616852e323c164d) )
ROM_IGNORE( 0x4000 )
-
+
ROM_REGION( 0x1800, "gfx1", 0 ) // chars
ROM_COPY( "gfxpool", 0x1000, 0x0000, 0x0800 ) // src-dest-size (empty)
ROM_COPY( "gfxpool", 0x0000, 0x0800, 0x0800 ) // src-dest-size (empty)
@@ -14286,7 +14286,7 @@ ROM_START( dynchance )
ROM_IGNORE( 0x4000 )
ROM_LOAD( "mk3.5n", 0x4000, 0x4000, CRC(3f6c00cb) SHA1(fd45a515a068bf6e2dfa95d411029da0f2eb512c) )
ROM_IGNORE( 0x4000 )
-
+
ROM_REGION( 0x1800, "gfx1", 0 ) // chars
ROM_COPY( "gfxpool", 0x1000, 0x0000, 0x0800 ) // src-dest-size (data)
ROM_COPY( "gfxpool", 0x0000, 0x0800, 0x0800 ) // src-dest-size (data)
@@ -14320,7 +14320,7 @@ ROM_START( dynchancf )
ROM_IGNORE( 0x4000 )
ROM_LOAD( "mk3.5n", 0x4000, 0x4000, CRC(3f6c00cb) SHA1(fd45a515a068bf6e2dfa95d411029da0f2eb512c) )
ROM_IGNORE( 0x4000 )
-
+
ROM_REGION( 0x1800, "gfx1", 0 ) // chars
ROM_COPY( "gfxpool", 0x1000, 0x0000, 0x0800 ) // src-dest-size (data)
ROM_COPY( "gfxpool", 0x0000, 0x0800, 0x0800 ) // src-dest-size (data)
@@ -14354,7 +14354,7 @@ ROM_START( dynplus )
ROM_IGNORE( 0x4000 )
ROM_LOAD( "mk3.5n", 0x4000, 0x4000, CRC(3f6c00cb) SHA1(fd45a515a068bf6e2dfa95d411029da0f2eb512c) )
ROM_IGNORE( 0x4000 )
-
+
ROM_REGION( 0x1800, "gfx1", 0 ) // chars
ROM_COPY( "gfxpool", 0x1000, 0x0000, 0x0800 ) // src-dest-size (data)
ROM_COPY( "gfxpool", 0x0000, 0x0800, 0x0800 ) // src-dest-size (data)
diff --git a/src/mame/pc/teradrive.cpp b/src/mame/pc/teradrive.cpp
index 4d21b911e85..90c47e12228 100644
--- a/src/mame/pc/teradrive.cpp
+++ b/src/mame/pc/teradrive.cpp
@@ -963,7 +963,7 @@ void teradrive_state::teradrive(machine_config &config)
m_md_ctrl_ports[N]->set_screen(m_mdscreen);
m_md_ioports[N]->set_in_handler(m_md_ctrl_ports[N], FUNC(sms_control_port_device::in_r));
- m_md_ioports[N]->set_out_handler(m_md_ctrl_ports[N], FUNC(sms_control_port_device::out_w));
+ m_md_ioports[N]->set_out_handler(m_md_ctrl_ports[N], FUNC(sms_control_port_device::out_w));
}
// TODO: vestigial
diff --git a/src/mame/philips/mcd212.cpp b/src/mame/philips/mcd212.cpp
index b332f06cad5..3dad8021cd4 100644
--- a/src/mame/philips/mcd212.cpp
+++ b/src/mame/philips/mcd212.cpp
@@ -333,7 +333,7 @@ void mcd212_device::process_ica()
const int max_to_process = m_ica_height * 120;
// LCT depends on the current frame parity
uint32_t addr = (BIT(m_csrr[0], CSR1R_PA_BIT) == 0) ? 0x200 : 0x202;
-
+
for (int i = 0; i < max_to_process; i++)
{
uint32_t cmd = ica[addr++] << 16;
@@ -974,7 +974,7 @@ uint32_t mcd212_device::screen_update(screen_device &screen, bitmap_rgb32 &bitma
}
int scanline = screen.vpos();
-
+
// Process VSR and mix if we're in the visible region
if (scanline >= m_ica_height)
{
diff --git a/src/mame/sega/megadriv.h b/src/mame/sega/megadriv.h
index df5476c1b28..30a786928c6 100644
--- a/src/mame/sega/megadriv.h
+++ b/src/mame/sega/megadriv.h
@@ -53,7 +53,7 @@ protected:
optional_ioport m_io_reset;
private:
-// IRQ_CALLBACK_MEMBER(genesis_int_callback);
+// IRQ_CALLBACK_MEMBER(genesis_int_callback);
void cpu_space_map(address_map &map);
void vdp_vint_cb(int state);
diff --git a/src/mame/sega/system16.cpp b/src/mame/sega/system16.cpp
index aa819124741..9c399501d79 100644
--- a/src/mame/sega/system16.cpp
+++ b/src/mame/sega/system16.cpp
@@ -3727,7 +3727,7 @@ ROM_START( cltchitrbl ) // same PCB as ddcrewbl
ROM_REGION( 0x1000, "pic", ROMREGION_ERASE00 )
ROM_LOAD( "pic16c57", 0x0000, 0x1000, NO_DUMP )
-
+
ROM_REGION( 0xc0000, "tiles", 0 ) // same as original, but for very minor differences in 1.gfx1
ROM_LOAD( "3.gfx1", 0x000000, 0x40000, CRC(0451f5f3) SHA1(5069edddf29a8190a73dc467b91ffcb80348aff6) )
ROM_LOAD( "2.gfx1", 0x040000, 0x40000, CRC(d7bd63fe) SHA1(ea5cf70db1303dd4564215fde824305637b97d05) )
diff --git a/src/mame/shared/mega32x.cpp b/src/mame/shared/mega32x.cpp
index 950d6d409d0..6feec80c0b8 100644
--- a/src/mame/shared/mega32x.cpp
+++ b/src/mame/shared/mega32x.cpp
@@ -533,8 +533,8 @@ void sega_32x_device::dreq_common_w(address_space &space, offs_t offset, uint16_
//if (m_fifo[0].full() && m_fifo[1].full())
//{
// //m_fifo_read_block ^= 1;
- // //m_master_cpu->sh2_notify_dma_data_available();
- // //m_slave_cpu->sh2_notify_dma_data_available();
+ // //m_master_cpu->sh2_notify_dma_data_available();
+ // //m_slave_cpu->sh2_notify_dma_data_available();
//}
break;
diff --git a/src/mame/skeleton/blaucds32.cpp b/src/mame/skeleton/blaucds32.cpp
index fa53e6da66f..2e2863bf9e6 100644
--- a/src/mame/skeleton/blaucds32.cpp
+++ b/src/mame/skeleton/blaucds32.cpp
@@ -51,7 +51,7 @@ Main PCB
| ----------------------------------------- |
| -------------- V24 INTERFACE ------------ |
|_______________________ ___ ___ ___ ________________|
- |____| |____| |____| |____|
+ |____| |____| |____| |____|
Keyboard Tape CVS Modem
V24 Interface riser PCB
diff --git a/src/mame/sony/news_68k.cpp b/src/mame/sony/news_68k.cpp
index c87aba0a51b..26faa9db673 100644
--- a/src/mame/sony/news_68k.cpp
+++ b/src/mame/sony/news_68k.cpp
@@ -3,10 +3,10 @@
/*
Sony NEWS M68K systems.
-
+
Sources:
- http://wiki.netbsd.org/ports/news68k/
-
+
TODO:
- mouse/keyboard
- graphics/slots