diff options
Diffstat (limited to 'src/emu/video')
| -rw-r--r-- | src/emu/video/hd44780.h | 16 | ||||
| -rw-r--r-- | src/emu/video/i82730.c | 6 | ||||
| -rw-r--r-- | src/emu/video/i82730.h | 4 | ||||
| -rw-r--r-- | src/emu/video/mb_vcu.c | 2 | ||||
| -rw-r--r-- | src/emu/video/rgbsse.h | 4 | ||||
| -rw-r--r-- | src/emu/video/vooddefs.h | 10 |
6 files changed, 21 insertions, 21 deletions
diff --git a/src/emu/video/hd44780.h b/src/emu/video/hd44780.h index f98bc01806b..c175ccb9e47 100644 --- a/src/emu/video/hd44780.h +++ b/src/emu/video/hd44780.h @@ -70,14 +70,14 @@ protected: { CHARSET_HD44780_A00, CHARSET_KS0066_F05 /*, - CHARSET_HD44780_A01, - CHARSET_HD44780_A02, - CHARSET_KS0066_F00, - CHARSET_KS0066_F03, - CHARSET_KS0066_F04, - CHARSET_KS0066_F06, - CHARSET_KS0066_F59 - */ + CHARSET_HD44780_A01, + CHARSET_HD44780_A02, + CHARSET_KS0066_F00, + CHARSET_KS0066_F03, + CHARSET_KS0066_F04, + CHARSET_KS0066_F06, + CHARSET_KS0066_F59 + */ }; void set_charset_type(int type); diff --git a/src/emu/video/i82730.c b/src/emu/video/i82730.c index 5bcc3240a35..d90a79d04ee 100644 --- a/src/emu/video/i82730.c +++ b/src/emu/video/i82730.c @@ -15,9 +15,9 @@ // CONSTANTS //************************************************************************** -#define VERBOSE 1 -#define VERBOSE_COMMANDS 1 -#define VERBOSE_DATASTREAM 0 +#define VERBOSE 1 +#define VERBOSE_COMMANDS 1 +#define VERBOSE_DATASTREAM 0 //************************************************************************** diff --git a/src/emu/video/i82730.h b/src/emu/video/i82730.h index 5df4e46a5de..ff2602d2307 100644 --- a/src/emu/video/i82730.h +++ b/src/emu/video/i82730.h @@ -35,9 +35,9 @@ // TYPE DEFINITIONS //************************************************************************** -typedef device_delegate<void (bitmap_rgb32 &bitmap, UINT16 *data, UINT8 lc, UINT16 y, int x_count)> i82730_update_row_delegate; +typedef device_delegate<void (bitmap_rgb32 &bitmap, UINT16 *data, UINT8 lc, UINT16 y, int x_count)> i82730_update_row_delegate; -#define I82730_UPDATE_ROW(name) \ +#define I82730_UPDATE_ROW(name) \ void name(bitmap_rgb32 &bitmap, UINT16 *data, UINT8 lc, UINT16 y, int x_count) diff --git a/src/emu/video/mb_vcu.c b/src/emu/video/mb_vcu.c index a5ff14230bf..0ad568976f8 100644 --- a/src/emu/video/mb_vcu.c +++ b/src/emu/video/mb_vcu.c @@ -191,7 +191,7 @@ void mb_vcu_device::device_start() 3, resistances_gb, m_weights_b, 3600, 0, 2, resistances_r, m_weights_r, 3600, 0); } - + save_item(NAME(m_status)); save_pointer(NAME(m_ram), 0x800); save_pointer(NAME(m_palram), 0x100); diff --git a/src/emu/video/rgbsse.h b/src/emu/video/rgbsse.h index a29dd879ec8..0b729fabe46 100644 --- a/src/emu/video/rgbsse.h +++ b/src/emu/video/rgbsse.h @@ -349,7 +349,7 @@ public: add(other); clamp_to_uint8(); } - + inline void scale_add_and_clamp(const rgbaint_t& scale, const rgbaint_t& other) { mul(scale); @@ -362,7 +362,7 @@ public: { rgbaint_t color2(other); color2.mul(scale2); - + mul(scale); add(color2); sra_imm(8); diff --git a/src/emu/video/vooddefs.h b/src/emu/video/vooddefs.h index 1fe157888f0..f98aece2110 100644 --- a/src/emu/video/vooddefs.h +++ b/src/emu/video/vooddefs.h @@ -3209,7 +3209,7 @@ do INT32 smax, tmax; \ UINT32 texbase; \ rgb_union c_local; \ - \ + \ /* determine the S/T/LOD values for this texture */ \ if (TEXMODE_ENABLE_PERSPECTIVE(TEXMODE)) \ { \ @@ -4743,10 +4743,10 @@ INLINE void ATTR_FORCE_INLINE multi_reciplog(INT64 valueA, INT64 valueB, INT64 v double recip = double(1ULL<<(47-39))/valueC; double resAD = valueA * recip; double resBD = valueB * recip; - log = new_log2(recip); - log += 56<<8; - resA = resAD; - resB = resBD; + log = new_log2(recip); + log += 56<<8; + resA = resAD; + resB = resBD; } |
