summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd63484.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/hd63484.c')
-rw-r--r--src/emu/video/hd63484.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/video/hd63484.c b/src/emu/video/hd63484.c
index 0bf6e5e1a31..daba6ea0bac 100644
--- a/src/emu/video/hd63484.c
+++ b/src/emu/video/hd63484.c
@@ -688,10 +688,10 @@ static void ptn( device_t *device, int opcode, int src_x, int src_y, INT16 _ax,
ax_neg = -1;
else
ax_neg = 1;
-/* if (ay < 0)
- ay_neg = -1;
- else
- ay_neg = 1;*/
+/* if (ay < 0)
+ ay_neg = -1;
+ else
+ ay_neg = 1;*/
if (opcode & 0x0800)
switch (opcode & 0x0700)