feedback from pull request 1

This commit is contained in:
Mark Pilgrim 2015-07-18 09:51:47 -05:00
parent 02f282483c
commit ff4f555ccd
4 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -67,5 +67,6 @@ WGDeleteView = 66
WGEraseView = 68
WGExit = 70
WGCreateProgress = 72
WGSetState = 74

View File

@ -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

View File

@ -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