summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/huc6202.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/huc6202.c')
-rw-r--r--src/emu/video/huc6202.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/video/huc6202.c b/src/emu/video/huc6202.c
index 514acd0c099..07833a70d3a 100644
--- a/src/emu/video/huc6202.c
+++ b/src/emu/video/huc6202.c
@@ -106,10 +106,10 @@ READ16_MEMBER( huc6202_device::next_pixel )
break;
case 2: /* Back - BG0 + SP1 => BG0 - Front
- BG0 + BG1 => BG0
- BG1 + SP0 => BG1
- SP0 + SP1 => SP0
- */
+ BG0 + BG1 => BG0
+ BG1 + SP0 => BG1
+ SP0 + SP1 => SP0
+ */
if ( data_1 > huc6270_device::HUC6270_SPRITE )
{
if ( data_0 > huc6270_device::HUC6270_SPRITE )
@@ -201,7 +201,7 @@ READ8_MEMBER( huc6202_device::read )
break;
case 0x01: /* Priority register #1 */
- data = ( m_prio[2].prio_type << 2 ) |
+ data = ( m_prio[2].prio_type << 2 ) |
( m_prio[2].dev0_enabled ? 0x01 : 0 ) |
( m_prio[2].dev1_enabled ? 0x02 : 0 ) |
( m_prio[3].prio_type << 6 ) |