summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jalblend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jalblend.h')
-rw-r--r--src/mame/video/jalblend.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/jalblend.h b/src/mame/video/jalblend.h
index 2fb6a20b32e..f382d63ac9c 100644
--- a/src/mame/video/jalblend.h
+++ b/src/mame/video/jalblend.h
@@ -3,7 +3,7 @@ class jaleco_blend_device : public device_t
public:
jaleco_blend_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~jaleco_blend_device() {}
-
+
void set(int color, UINT8 val);
rgb_t func(rgb_t dest, rgb_t addMe, UINT8 alpha);
void drawgfx(palette_device &palette,bitmap_ind16 &dest_bmp,const rectangle &clip,gfx_element *gfx,
@@ -18,14 +18,14 @@ protected:
virtual void device_start();
virtual void device_reset();
-private:
+private:
/* each palette entry contains a fourth 'alpha' value */
UINT8 *m_table;
-
+
template<class _BitmapClass>
void drawgfx_common(palette_device &palette,_BitmapClass &dest_bmp,const rectangle &clip,gfx_element *gfx,
UINT32 code,UINT32 color,int flipx,int flipy,int offsx,int offsy,
int transparent_color);
};
-extern const device_type JALECO_BLEND; \ No newline at end of file
+extern const device_type JALECO_BLEND;