Identify DRAW_POLYGONS

This commit is contained in:
Joshua Bell 2017-10-13 23:23:31 -07:00
parent ab85a50d1c
commit 492183f7ee
4 changed files with 254 additions and 218 deletions

View File

@ -165,8 +165,14 @@ A2D_DRAW_BITMAP := $14 ; Draw pattern
;; $15 used in DeskTop but not DAs - icon redraw
;; (input length 0 bytes)
;; $16 used in DeskTop but not DAs - desktop icon drag
A2D_DRAW_POLYGONS := $16 ; Draw multiple closed polygons
;; (input length 0 bytes)
;; Address points at struct:
;; .byte points count
;; .byte flag high bit clear if this is last polygon, set if not
;; .word x1, y1
;; .word x2, y2
;; ...
;; $17 used in DeskTop but not DAs - maybe selection drag
;; (input length 0 bytes)

View File

@ -24,8 +24,8 @@ function asmseg {
asmseg s123_aux
daseg s4_main1 4000
asmseg s4_main1
#daseg s4_main1 4000
#asmseg s4_main1
#daseg 12680_1BCDF
#asmseg 12680_1BCDF

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
.org $4000
; da65 V2.16 - Git f5e9b401
; Created: 2017-10-12 08:55:01
; Created: 2017-10-12 21:29:38
; Input file: orig/DESKTOP2_s4_main1
; Page: 1