summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-06-29 08:34:30 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-06-29 08:34:30 +0200
commit63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch)
treea1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/mame/drivers/halleys.cpp
parent1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff)
Cleanup and version bumpmame0175
Diffstat (limited to 'src/mame/drivers/halleys.cpp')
-rw-r--r--src/mame/drivers/halleys.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/halleys.cpp b/src/mame/drivers/halleys.cpp
index b3e99df85f6..77ed4220bc6 100644
--- a/src/mame/drivers/halleys.cpp
+++ b/src/mame/drivers/halleys.cpp
@@ -515,7 +515,7 @@ if (0) {
{
if (!(flags & IGNORE_0)) BLOCK_WIPE_COMMON
- dst_ptr += wclip;
+ dst_ptr += wclip;
ecx = wclip = -wclip;
edx = src_dx;
@@ -539,7 +539,7 @@ if (0) {
while (--hclip);
}
else
- {
+ {
do {
do {
al |= *src1_ptr;
@@ -605,7 +605,7 @@ if (0) {
if ((flags & (RGB_MASK | COLOR_ON)) == RGB_MASK + COLOR_ON)
{
if (!(flags & IGNORE_0)) BLOCK_WIPE_COMMON
- dst_ptr += wclip;
+ dst_ptr += wclip;
ecx = wclip = -wclip;
al = ah = (UINT8)pen0;
ebx = rgbmask[color & PENCOLOR] | 0xffffff00;
@@ -708,7 +708,7 @@ if (0) {
//--------------------------------------------------------------------------
- // End of Standard Mode
+ // End of Standard Mode
return;
//--------------------------------------------------------------------------