From 8a45d4fca11e3c0b0976ea68c629ae9a1718313e Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Thu, 8 May 2025 20:24:18 +0200 Subject: [PATCH] Revert "populate .inc file with parameters for compiler" We changed our minds, Hugo has the better idea, I concede and humbly admit defeat. This reverts commit 8d5cf37448274d8c03a54e1d9f332ea141c3a931. --- wip-hugo/userside.inc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 wip-hugo/userside.inc diff --git a/wip-hugo/userside.inc b/wip-hugo/userside.inc deleted file mode 100644 index e69f5bf..0000000 --- a/wip-hugo/userside.inc +++ /dev/null @@ -1,20 +0,0 @@ -;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*- - -;; Note that this file should never be actualy be linked by the assembly directly -;; The file is used for the homade assembler to now the parameters of different public routines - -;;routine line -X_end = $EF -Y_end = $F0 -X_pos = $FC -Y_pos = $FB - -;;routine pixel_draw -Y_pos = $FB -X_pos = $FC ; 16-bit value (uses FD) - -;; routine char_draw -X_pos = $FA -Y_pos = $F9 -charset = $FB -code = $FE