mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-20 12:29:04 +00:00
.
This commit is contained in:
parent
ae77076573
commit
f4fe3dfbb3
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user