From f4fe3dfbb323c0904684c8974d1628ab72bd5c76 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 9 Oct 2019 13:19:55 -0400 Subject: [PATCH] . --- src/hw.accel.lc2.a | 4 +++- src/ui.font.lc2.a | 7 ------- src/ui.offscreen.a | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/hw.accel.lc2.a b/src/hw.accel.lc2.a index 4fab1c1bb..59ea76bfe 100644 --- a/src/hw.accel.lc2.a +++ b/src/hw.accel.lc2.a @@ -4,7 +4,9 @@ ; Functions to enable and disable acceleration on various ; Apple II models, cards, and environments ; -; /!\ These live in LC RAM 2 and rely on the code which is also in LC RAM 2. /!\ +; /!\ These live in LC RAM 2 and rely on other code which is also in LC RAM 2. /!\ +; (EnableAccelerator and DisableAccelerator are copied into LC2 in 4cade.init.) +; You can call these functions directly if and only if you are already in LC2. EnableAcceleratorAndSwitchToBank1 jsr EnableAccelerator diff --git a/src/ui.font.lc2.a b/src/ui.font.lc2.a index c8383f2e7..0dac4ab16 100644 --- a/src/ui.font.lc2.a +++ b/src/ui.font.lc2.a @@ -7,13 +7,6 @@ ; Code in LC RAM 1 (which is most program code) should call the functions in ui.font ; which handle bank switching for you. ; -; Public functions -; - DrawPageInternal -; - Draw40CharsInternal -; - DrawCenteredStringInternal -; - DrawStringInternal -; - DrawBufferInternal -; DrawPageInternal ; A/Y contains address of character buffer diff --git a/src/ui.offscreen.a b/src/ui.offscreen.a index 08cfeaf35..67fff16f0 100644 --- a/src/ui.offscreen.a +++ b/src/ui.offscreen.a @@ -18,7 +18,6 @@ ; - OffscreenPage ; - ;------------------------------------------------------------------------------ ; GetOffscreenAddress ; get high byte of HGR page that is currently not showing