summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s2636.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s2636.h')
-rw-r--r--src/emu/machine/s2636.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/s2636.h b/src/emu/machine/s2636.h
index 53688f6bcd2..3be2d6e8093 100644
--- a/src/emu/machine/s2636.h
+++ b/src/emu/machine/s2636.h
@@ -32,7 +32,7 @@ public:
dev.m_x_offset = x_offset;
dev.m_y_offset = y_offset;
}
-
+
// returns a BITMAP_FORMAT_IND16 bitmap the size of the screen
// D0-D2 of each pixel is the pixel color
// D3 indicates whether the S2636 drew this pixel - 0 = not drawn, 1 = drawn
@@ -65,7 +65,7 @@ private:
int m_work_ram_size;
int m_y_offset;
int m_x_offset;
-
+
int check_collision( int spriteno1, int spriteno2, const rectangle &cliprect );
};