typo fix (nw)

This commit is contained in:
arbee 2017-11-19 19:35:39 -05:00
parent 8175bf2df5
commit 45cac6d3c9

View File

@ -1268,7 +1268,7 @@ READ32_MEMBER( arm946es_cpu_device::arm7_rt_r_callback )
break;
case 2: // TCM size
data = (6 << 6) || (5 << 18);
data = (6 << 6) | (5 << 18);
break;
}
break;