summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decbac06.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decbac06.c')
-rw-r--r--src/mame/video/decbac06.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/decbac06.c b/src/mame/video/decbac06.c
index 2dcf0263cb2..00de89b8b03 100644
--- a/src/mame/video/decbac06.c
+++ b/src/mame/video/decbac06.c
@@ -68,7 +68,7 @@ const device_type DECO_BAC06 = &device_creator<deco_bac06_device>;
deco_bac06_device::deco_bac06_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DECO_BAC06, "decbac06_device", tag, owner, clock, "deco_bac06", __FILE__),
m_pf_data(NULL),
- m_pf_rowscroll(NULL),
+ m_pf_rowscroll(NULL),
m_pf_colscroll(NULL),
m_tile_region(0),
m_gfxcolmask(0),
@@ -80,7 +80,7 @@ deco_bac06_device::deco_bac06_device(const machine_config &mconfig, const char *
m_bppmask(0)
//m_pf_control_0[8]
//m_pf_control_1[8]
-{
+{
}
void deco_bac06_device::device_start()
@@ -335,7 +335,7 @@ void deco_bac06_device::deco_bac06_pf_draw_bootleg(bitmap_ind16 &bitmap,const re
WRITE16_MEMBER( deco_bac06_device::pf_control_0_w )
{
offset &= 3;
-
+
COMBINE_DATA(&m_pf_control_0[offset]);
if (offset==2)