mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-13 19:05:15 +00:00
mode7_demo: update vmw_logo
This commit is contained in:
parent
3e340776d5
commit
a9d3c8c790
@ -1,9 +1,15 @@
|
||||
.include "zp.inc"
|
||||
|
||||
start:
|
||||
;================================
|
||||
; TODO: LZ4 decompress
|
||||
; include VMW logo line 0
|
||||
;================================
|
||||
|
||||
;.byte $AA,$AD,$D5,$AC,$95
|
||||
tax ; $aa
|
||||
lda $ACD5 ; $ad,$d5,$ac
|
||||
sta $0,X ; $95,$00
|
||||
|
||||
;================================
|
||||
; Mockingboard detect
|
||||
;================================
|
||||
|
@ -1,5 +1,11 @@
|
||||
.define EQU =
|
||||
|
||||
LZ4_SRC EQU $00
|
||||
LZ4_DST EQU $02
|
||||
LZ4_END EQU $04
|
||||
COUNT EQU $06
|
||||
DELTA EQU $08
|
||||
|
||||
;; Zero page monitor routines addresses
|
||||
|
||||
;WNDLFT EQU $20
|
||||
|
Loading…
Reference in New Issue
Block a user