summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-10-30 07:07:38 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-10-30 07:07:38 +0000
commit6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch)
tree85ed98268eb2848966ebfef9c284b7d359f82e8f /src/mess/video
parent05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff)
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/mess/video')
-rw-r--r--src/mess/video/mos6566.c12
-rw-r--r--src/mess/video/mos6566.h2
-rw-r--r--src/mess/video/nubus_m2video.c2
-rw-r--r--src/mess/video/pds30_30hr.c6
-rw-r--r--src/mess/video/pds30_cb264.c2
-rw-r--r--src/mess/video/pds30_mc30.c4
-rw-r--r--src/mess/video/pds30_procolor816.c4
-rw-r--r--src/mess/video/pds30_sigmalview.c4
-rw-r--r--src/mess/video/spectrum.c8
-rw-r--r--src/mess/video/timex.c2
10 files changed, 23 insertions, 23 deletions
diff --git a/src/mess/video/mos6566.c b/src/mess/video/mos6566.c
index 1159fc149db..045166ae579 100644
--- a/src/mess/video/mos6566.c
+++ b/src/mess/video/mos6566.c
@@ -363,7 +363,7 @@ inline void mos6566_device::bad_line_ba()
if (m_ba)
{
set_ba(CLEAR_LINE);
- m_rdy_cycles += 55 - m_cycle;
+ m_rdy_cycles += 55 - m_cycle;
}
}
else
@@ -437,7 +437,7 @@ inline void mos6566_device::matrix_access()
if (!m_ba && m_aec)
{
- m_matrix_line[m_ml_index] = 0xff;
+ m_matrix_line[m_ml_index] = 0xff;
}
else
{
@@ -1427,7 +1427,7 @@ void mos6566_device::execute_run()
// Last cycle
m_cycle = 1;
}
-
+
m_phi0 = 1;
set_aec(BIT(m_aec_delay, 2));
@@ -1827,7 +1827,7 @@ void mos6569_device::execute_run()
check_sprite_dma();
spr_ba(0);
-
+
m_cycle++;
break;
@@ -1996,7 +1996,7 @@ void mos6569_device::execute_run()
// Last cycle
m_cycle = 1;
}
-
+
m_phi0 = 1;
set_aec(BIT(m_aec_delay, 2));
@@ -2780,7 +2780,7 @@ WRITE8_MEMBER( mos6566_device::write )
{
m_cpu->set_unscaled_clock(clock() << BIT(data, 0));
}
-
+
m_reg[offset] = data | 0xfc;
m_on = !BIT(data, 0);
diff --git a/src/mess/video/mos6566.h b/src/mess/video/mos6566.h
index 721c7fe47e7..612b8f18207 100644
--- a/src/mess/video/mos6566.h
+++ b/src/mess/video/mos6566.h
@@ -314,7 +314,7 @@ public:
DECLARE_WRITE8_MEMBER( write );
DECLARE_WRITE_LINE_MEMBER( lp_w );
-
+
DECLARE_READ_LINE_MEMBER( phi0_r );
DECLARE_READ_LINE_MEMBER( ba_r );
DECLARE_READ_LINE_MEMBER( aec_r );
diff --git a/src/mess/video/nubus_m2video.c b/src/mess/video/nubus_m2video.c
index b2a22ba76b8..c0175297191 100644
--- a/src/mess/video/nubus_m2video.c
+++ b/src/mess/video/nubus_m2video.c
@@ -1,7 +1,7 @@
/***************************************************************************
Apple Macintosh II Video Card (630-0153) emulation
-
+
Video ASIC is "TFB" 344-0001
RAMDAC is Bt453: control at Fs09001C, data at Fs090018
Fs08000x is general framebuffer control (video mode at 0)
diff --git a/src/mess/video/pds30_30hr.c b/src/mess/video/pds30_30hr.c
index 9f35d8403ae..ae660f24483 100644
--- a/src/mess/video/pds30_30hr.c
+++ b/src/mess/video/pds30_30hr.c
@@ -1,14 +1,14 @@
/***************************************************************************
- Micron/XCEED Technologies Color 30HR
-
+ Micron/XCEED Technologies Color 30HR
+
Fs800000 - Mode A
FsA00000 - Mode B
FsC00000 - RAMDAC write offset
FsC00004 - RAMDAC write data
FsC00008 - RAMDAC write mask
FsC0000C - RAMDAC read offset
-
+
***************************************************************************/
#include "emu.h"
diff --git a/src/mess/video/pds30_cb264.c b/src/mess/video/pds30_cb264.c
index 2554e964e9a..ad5e4b07aa1 100644
--- a/src/mess/video/pds30_cb264.c
+++ b/src/mess/video/pds30_cb264.c
@@ -1,7 +1,7 @@
/***************************************************************************
RasterOps ColorBoard 264/SE30 video card emulation
-
+
***************************************************************************/
#include "emu.h"
diff --git a/src/mess/video/pds30_mc30.c b/src/mess/video/pds30_mc30.c
index 374dac51852..809681ce686 100644
--- a/src/mess/video/pds30_mc30.c
+++ b/src/mess/video/pds30_mc30.c
@@ -1,7 +1,7 @@
/***************************************************************************
Micron/XCEED Technologies MacroColor 30
-
+
Similar to the 30HR, but registers are rearranged and 24bpp support
was added.
@@ -25,7 +25,7 @@ MACHINE_CONFIG_END
ROM_START( xceedmc30 )
ROM_REGION(0x8000, XCEEDMC30_ROM_REGION, 0)
- ROM_LOAD( "0390.bin", 0x000000, 0x008000, CRC(adea7a18) SHA1(9141eb1a0e5061e0409d65a89b4eaeb119ee4ffb) )
+ ROM_LOAD( "0390.bin", 0x000000, 0x008000, CRC(adea7a18) SHA1(9141eb1a0e5061e0409d65a89b4eaeb119ee4ffb) )
ROM_END
//**************************************************************************
diff --git a/src/mess/video/pds30_procolor816.c b/src/mess/video/pds30_procolor816.c
index 4350c3ff9a6..59a1440f40c 100644
--- a/src/mess/video/pds30_procolor816.c
+++ b/src/mess/video/pds30_procolor816.c
@@ -1,13 +1,13 @@
/***************************************************************************
Lapis ProColor Server 8*16 video card
-
+
FsFF6001: DAC color # (seems to have the data bits perfectly reversed)
FsFF6003: DAC color write (not bitswapped)
FsFF6017: Mode (13 = 1bpp, 17 = 2bpp, 1b = 4bpp, 1e = 8bpp, 0a = 15bpp)
FsFF7000: Bit 2 is VBL IRQ enable/ack
FsFF7001: Bit 0 is VBL status
-
+
***************************************************************************/
#include "emu.h"
diff --git a/src/mess/video/pds30_sigmalview.c b/src/mess/video/pds30_sigmalview.c
index b585e72eeec..406f4573c0a 100644
--- a/src/mess/video/pds30_sigmalview.c
+++ b/src/mess/video/pds30_sigmalview.c
@@ -1,7 +1,7 @@
/***************************************************************************
Sigma Designs L-View card
-
+
***************************************************************************/
#include "emu.h"
@@ -22,7 +22,7 @@ MACHINE_CONFIG_END
ROM_START( lview )
ROM_REGION(0x4000, LVIEW_ROM_REGION, 0)
- ROM_LOAD( "lv_asi_4_00.bin", 0x000000, 0x004000, CRC(b806f875) SHA1(1e58593b1a8720193d1651b0d8a0d43e4e47563d) )
+ ROM_LOAD( "lv_asi_4_00.bin", 0x000000, 0x004000, CRC(b806f875) SHA1(1e58593b1a8720193d1651b0d8a0d43e4e47563d) )
ROM_END
//**************************************************************************
diff --git a/src/mess/video/spectrum.c b/src/mess/video/spectrum.c
index a7c8cf95ee5..3e522f5c10f 100644
--- a/src/mess/video/spectrum.c
+++ b/src/mess/video/spectrum.c
@@ -59,7 +59,7 @@ void spectrum_state::screen_eof_spectrum(screen_device &screen, bool state)
if (state)
{
m_frame_number++;
-
+
if (m_frame_number >= m_frame_invert_count)
{
m_frame_number = 0;
@@ -110,7 +110,7 @@ UINT32 spectrum_state::screen_update_spectrum(screen_device &screen, bitmap_ind1
int x, y, b, scrx, scry;
unsigned short ink, pap;
unsigned char *attr, *scr;
- // int full_refresh = 1;
+ // int full_refresh = 1;
if (m_border_bitmap.valid())
copyscrollbitmap(bitmap, m_border_bitmap, 0, 0, 0, 0, cliprect);
@@ -224,7 +224,7 @@ void spectrum_UpdateBorderBitmap(running_machine &machine)
UINT16* bm = &state->m_border_bitmap.pix16(state->m_previous_border_y);
if (state->m_previous_border_x < width)
- bm[state->m_previous_border_x] = colour;
+ bm[state->m_previous_border_x] = colour;
}
spectrum_GetNextPos(machine, state->m_previous_border_x, state->m_previous_border_y);
@@ -238,4 +238,4 @@ void spectrum_UpdateBorderBitmap(running_machine &machine)
}
-} \ No newline at end of file
+}
diff --git a/src/mess/video/timex.c b/src/mess/video/timex.c
index 11a297dc620..75c5ef95869 100644
--- a/src/mess/video/timex.c
+++ b/src/mess/video/timex.c
@@ -182,7 +182,7 @@ UINT32 spectrum_state::screen_update_ts2068(screen_device &screen, bitmap_ind16
{
/* for now TS2068 will do a full-refresh */
int count;
-
+
if (m_border_bitmap.valid())
copyscrollbitmap(bitmap, m_border_bitmap, 0, 0, 0, 0, cliprect);