summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decmxc06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decmxc06.h')
-rw-r--r--src/mame/video/decmxc06.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decmxc06.h b/src/mame/video/decmxc06.h
index 62bb9bb7a97..354c919cde7 100644
--- a/src/mame/video/decmxc06.h
+++ b/src/mame/video/decmxc06.h
@@ -5,12 +5,12 @@ class deco_mxc06_device : public device_t
{
public:
deco_mxc06_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
// static configuration
static void static_set_gfxdecode_tag(device_t &device, const char *tag);
static void static_set_palette_tag(device_t &device, const char *tag);
static void set_gfx_region(device_t &device, int region);
-
+
void set_gfxregion(int region) { m_gfxregion = region; };
void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect, UINT16* spriteram16, int pri_mask, int pri_val, int col_mask );
void draw_sprites_bootleg( running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect, UINT16* spriteram, int pri_mask, int pri_val, int col_mask );