mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2025-01-08 14:29:46 +00:00
feedback from pull request 1
This commit is contained in:
parent
02f282483c
commit
ff4f555ccd
@ -698,7 +698,7 @@ Sets the currently selected view's value. Currently only useful for progress bar
|
||||
X: WGSetState
|
||||
A: new value
|
||||
</td><td>
|
||||
&SETV(V value)
|
||||
&SETV(value)
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
|
@ -67,5 +67,6 @@ WGDeleteView = 66
|
||||
WGEraseView = 68
|
||||
WGExit = 70
|
||||
WGCreateProgress = 72
|
||||
WGSetState = 74
|
||||
|
||||
|
||||
|
@ -474,7 +474,7 @@ WGAmpersand_PROG:
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; WGAmpersand_SETV
|
||||
; Set value (state)
|
||||
; Set the 'value' field of the selected view
|
||||
; &SETV(v)
|
||||
WGAmpersand_SETV:
|
||||
jsr WGAmpersandBeginArguments
|
||||
|
3
weegui.s
3
weegui.s
@ -75,6 +75,7 @@ WGEntryPointTable:
|
||||
.addr WGEraseView
|
||||
.addr WGExit
|
||||
.addr WGCreateProgress
|
||||
.addr WGSetState
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; WGInit
|
||||
@ -86,7 +87,7 @@ WGInit:
|
||||
;
|
||||
; See section 5.1.4 in the ProDOS 8 Technical Reference Manual
|
||||
; for an explanation of these values. We're reserving memory
|
||||
; pages $7c-$95 so that ProDOS won't use our memory for file
|
||||
; pages $7b-$95 so that ProDOS won't use our memory for file
|
||||
; buffers, or allow Applesoft to step on us
|
||||
;
|
||||
; Byte in System Bitmap : Bit within byte
|
||||
|
Loading…
Reference in New Issue
Block a user