diff --git a/applesoft.s b/applesoft.s index 04739f7..e726fb1 100644 --- a/applesoft.s +++ b/applesoft.s @@ -468,7 +468,7 @@ WGAmpersand_CHKBX: lda #VIEW_STYLE_APPLESOFT ora WG_VIEWRECORDS+4,y sta WG_VIEWRECORDS+4,y - + jsr WGPaintView jsr WGBottomCursor @@ -505,7 +505,7 @@ WGAmpersand_PROG: lda #VIEW_STYLE_APPLESOFT ora WG_VIEWRECORDS+4,y sta WG_VIEWRECORDS+4,y - + jsr WGPaintView jsr WGBottomCursor @@ -871,7 +871,6 @@ WGAmpersand_FILL: jsr WGAmpersandNextArgument jsr WGAmpersandIntArgument - ora #$80 ; Convert to Apple format pha jsr WGAmpersandEndArguments @@ -956,7 +955,7 @@ WGAmpersand_PLOT: pla jsr WGPlot jsr WGBottomCursor - + rts @@ -1033,7 +1032,7 @@ WGAmpersand_GETstore: iny pla sta (VARPNT),y - + ; String version: ; sta WG_KEYBUFFER ; Store the key ; lda #1 ; Create an Applesoft string record in the @@ -1276,4 +1275,3 @@ WGAmpersandCommandTable: WGAmpersandCommandTableEnd: - diff --git a/weegui.dsk b/weegui.dsk index aede2c6..7f13110 100644 Binary files a/weegui.dsk and b/weegui.dsk differ