From 1c9a29fcf4bf4ab6b9f2866d959e69c8dc9c76ee Mon Sep 17 00:00:00 2001 From: hugova Date: Sun, 27 Jul 2025 18:38:51 +0200 Subject: [PATCH] fix bad convention with argvevc and x, y-pos. --- host/src/routines/pixel/pixel.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/src/routines/pixel/pixel.inc b/host/src/routines/pixel/pixel.inc index 7534d23..8f550dc 100644 --- a/host/src/routines/pixel/pixel.inc +++ b/host/src/routines/pixel/pixel.inc @@ -1,8 +1,8 @@ ;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*- ;; Note that this file should never collide with line.inc ;; public args - Y_pos = ARGVEC + 0 - X_pos = ARGVEC + 1 + X_pos = ARGVEC + 0 + Y_pos = ARGVEC + 1 ;; Private args btp_mem_pos = $E9 ; 16-bit value (uses EA), byte to paint memory position Bitmap = $4000