Merged in DR v1.4.1.6

This commit is contained in:
codemann8
2024-02-23 10:57:24 -06:00
235 changed files with 30100 additions and 17937 deletions

View File

@@ -1,14 +1,12 @@
!TOAST_BUFFER = "$7F5400" ; for now
!TOAST_BUFFER_LOW = "$5400" ; for now
;--------------------------------------------------------------------------------
; DoToast:
; in: A(w) - VRAM Destination
; in: X(w) - Length in Tiles
;--------------------------------------------------------------------------------
DoToast:
PHY : PHP
LDY.w !TOAST_BUFFER_LOW
JSL.l WriteVRAMBlock
PLP : PLY
PHY : PHP
LDY.w ToastBuffer
JSL WriteVRAMBlock
PLP : PLY
RTL
;--------------------------------------------------------------------------------
;--------------------------------------------------------------------------------