mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +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:
parent
298767d71a
commit
7ef718d69e
@ -412,6 +412,7 @@ HMASK = $30
|
||||
beq @L1
|
||||
inx
|
||||
@L1: stx tmp1
|
||||
|
||||
lda $E0 ; which neighbour
|
||||
tax
|
||||
and #$01
|
||||
@ -420,6 +421,7 @@ HMASK = $30
|
||||
inx
|
||||
.byte $24
|
||||
@odd: dex
|
||||
|
||||
ldy $E1
|
||||
lda $E2
|
||||
jsr HPOSN ; 2nd pixel
|
||||
@ -743,8 +745,7 @@ OUTTEXT:
|
||||
|
||||
abs:
|
||||
; a/y := abs(a/y)
|
||||
dey
|
||||
iny
|
||||
cpy #0
|
||||
bpl @L1
|
||||
; negay
|
||||
clc
|
||||
|
@ -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
|
||||
@ -17,7 +17,7 @@
|
||||
.rodata
|
||||
|
||||
_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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user