mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
.
This commit is contained in:
parent
ae77076573
commit
f4fe3dfbb3
@ -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
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,6 @@
|
||||
; - OffscreenPage
|
||||
;
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; GetOffscreenAddress
|
||||
; get high byte of HGR page that is currently not showing
|
||||
|
Loading…
Reference in New Issue
Block a user