summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/zeus2.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-04-23 12:27:42 +1000
committer Vas Crabb <vas@vastheman.com>2017-04-23 12:27:42 +1000
commitdac6dc4f626a70c065b86bbfd97a068b5c6965e6 (patch)
tree2e28cfb3cea5fb77fa0a4ea63464d7927c01d02a /src/devices/video/zeus2.h
parentf5da128a9432c9956a0f4988445155cf19c427c0 (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/video/zeus2.h')
-rw-r--r--src/devices/video/zeus2.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/video/zeus2.h b/src/devices/video/zeus2.h
index 14fc716286f..633245fa608 100644
--- a/src/devices/video/zeus2.h
+++ b/src/devices/video/zeus2.h
@@ -42,18 +42,18 @@ struct zeus2_poly_extra_data
uint16_t texwidth;
uint16_t color;
uint32_t srcAlpha;
- uint32_t dstAlpha;
+ uint32_t dstAlpha;
uint32_t ctrl_word;
- uint32_t ucode_src;
- uint32_t tex_src;
- bool texture_alpha;
- bool texture_rgb555;
+ uint32_t ucode_src;
+ uint32_t tex_src;
+ bool texture_alpha;
+ bool texture_rgb555;
bool blend_enable;
- int32_t zbuf_min;
+ int32_t zbuf_min;
bool depth_min_enable;
bool depth_test_enable;
bool depth_write_enable;
- bool depth_clear_enable;
+ bool depth_clear_enable;
uint8_t(*get_texel)(const void *, int, int, int);
uint8_t(*get_alpha)(const void *, int, int, int);
@@ -245,7 +245,7 @@ public:
addr = m_zeusbase[0x38] >> (16 - 9 - 2 * m_yScale);
}
//uint32_t addr = render ? frame_addr_from_phys_addr(m_renderRegs[0x4] << (15 + m_yScale))
- // : frame_addr_from_phys_addr((m_zeusbase[0x38] >> 1) << (m_yScale << 1));
+ // : frame_addr_from_phys_addr((m_zeusbase[0x38] >> 1) << (m_yScale << 1));
addr += (y << (9 + m_yScale)) + x;
return addr;
}