1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-15 04:25:20 +00:00

Update from Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@2712 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-12-05 18:29:06 +00:00
parent 298767d71a
commit 7ef718d69e
2 changed files with 60 additions and 59 deletions

View File

@ -412,6 +412,7 @@ HMASK = $30
beq @L1 beq @L1
inx inx
@L1: stx tmp1 @L1: stx tmp1
lda $E0 ; which neighbour lda $E0 ; which neighbour
tax tax
and #$01 and #$01
@ -420,6 +421,7 @@ HMASK = $30
inx inx
.byte $24 .byte $24
@odd: dex @odd: dex
ldy $E1 ldy $E1
lda $E2 lda $E2
jsr HPOSN ; 2nd pixel jsr HPOSN ; 2nd pixel
@ -743,8 +745,7 @@ OUTTEXT:
abs: abs:
; a/y := abs(a/y) ; a/y := abs(a/y)
dey cpy #0
iny
bpl @L1 bpl @L1
; negay ; negay
clc clc

View File

@ -1,7 +1,7 @@
; ;
; Ullrich von Bassewitz, 2003-11-12 ; Ullrich von Bassewitz, 31.05.2002
; ;
; Apple ][ mode table for tgi_map_mode ; Apple II mode table for tgi_map_mode
; ;
.export _tgi_mode_table .export _tgi_mode_table
@ -17,7 +17,7 @@
.rodata .rodata
_tgi_mode_table: _tgi_mode_table:
.byte TGI_MODE_280_192_6, "apple2-280-192-6.tgi", 0 .byte TGI_MODE_280_192_6, "APPLE2.HI.TGI", 0
.byte TGI_MODE_40_40_16, "APPLE2.LO.TGI", 0
; .byte TGI_MODE_560_192_2, "APPLE2.DHI.TGI", 0
.byte 0 ; End marker .byte 0 ; End marker