From 48e7c8cc55f01a6a1510ffa93ba81b777b097e35 Mon Sep 17 00:00:00 2001 From: 4am Date: Sun, 11 Jul 2021 13:21:15 -0400 Subject: [PATCH] update some comments --- src/standarddelivery.a | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/standarddelivery.a b/src/standarddelivery.a index be13297..e0d9f07 100644 --- a/src/standarddelivery.a +++ b/src/standarddelivery.a @@ -4,10 +4,9 @@ ;------------------------------- ; ConstructStandardDelivery -; in: A = low byte of Standard Delivery parameter table (see below) -; X = high byte of Standard Delivery parameter table +; in: X = ID of which Standard Delivery we should construct +; (see apidefs.a) ; out: $1000..$10FF replaced with Standard Delivery bootloader -; all registers clobbered ; A,X clobbered ; Y preserved ;-------------------------------