summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/s2636.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/s2636.c')
-rw-r--r--src/emu/video/s2636.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/video/s2636.c b/src/emu/video/s2636.c
index a9fe538974c..d6ff2915547 100644
--- a/src/emu/video/s2636.c
+++ b/src/emu/video/s2636.c
@@ -85,8 +85,8 @@
*
*************************************/
-#define SPRITE_WIDTH (8)
-#define SPRITE_HEIGHT (10)
+#define SPRITE_WIDTH (8)
+#define SPRITE_HEIGHT (10)
static const int sprite_offsets[4] = { 0x00, 0x10, 0x20, 0x40 };
@@ -390,5 +390,3 @@ void s2636_device::device_start()
{
DEVICE_START_NAME( s2636 )(this);
}
-
-