summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decbac06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decbac06.h')
-rw-r--r--src/mame/video/decbac06.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decbac06.h b/src/mame/video/decbac06.h
index ecdf8752601..8010258b10e 100644
--- a/src/mame/video/decbac06.h
+++ b/src/mame/video/decbac06.h
@@ -22,7 +22,7 @@ class deco_bac06_device : public device_t
deco_bac06_device(running_machine &_machine, const deco_bac06_device_config &config);
public:
void set_gfxregion(int region8x8, int region16x16) { m_gfxregion8x8 = region8x8; m_gfxregion16x16 = region16x16; };
-
+
UINT16* pf_data;
UINT16* pf_rowscroll, *pf_colscroll;
@@ -65,7 +65,7 @@ protected:
const UINT16 *control1,
int flags,
UINT16 penmask, UINT16 pencondition,UINT16 colprimask, UINT16 colpricondition);
-
+
private: