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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decmxc06.h b/src/mame/video/decmxc06.h
index 54405fb3683..e7d5013b03f 100644
--- a/src/mame/video/decmxc06.h
+++ b/src/mame/video/decmxc06.h
@@ -16,7 +16,7 @@ public:
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, UINT16* spriteram16, int pri_mask, int pri_val, int col_mask );
void draw_sprites_bootleg( bitmap_ind16 &bitmap, const rectangle &cliprect, UINT16* spriteram, int pri_mask, int pri_val, int col_mask );
void set_pri_type( int type ) { m_priority_type = type; }
-
+
protected:
virtual void device_start();
virtual void device_reset();