This commit is contained in:
4am 2019-10-09 13:19:55 -04:00
parent ae77076573
commit f4fe3dfbb3
3 changed files with 3 additions and 9 deletions

View File

@ -4,7 +4,9 @@
; Functions to enable and disable acceleration on various ; Functions to enable and disable acceleration on various
; Apple II models, cards, and environments ; 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 EnableAcceleratorAndSwitchToBank1
jsr EnableAccelerator jsr EnableAccelerator

View File

@ -7,13 +7,6 @@
; Code in LC RAM 1 (which is most program code) should call the functions in ui.font ; Code in LC RAM 1 (which is most program code) should call the functions in ui.font
; which handle bank switching for you. ; which handle bank switching for you.
; ;
; Public functions
; - DrawPageInternal
; - Draw40CharsInternal
; - DrawCenteredStringInternal
; - DrawStringInternal
; - DrawBufferInternal
;
DrawPageInternal DrawPageInternal
; A/Y contains address of character buffer ; A/Y contains address of character buffer

View File

@ -18,7 +18,6 @@
; - OffscreenPage ; - OffscreenPage
; ;
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; GetOffscreenAddress ; GetOffscreenAddress
; get high byte of HGR page that is currently not showing ; get high byte of HGR page that is currently not showing