fixed example programs to not throw warnings

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@362 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye 2024-03-13 12:00:42 +00:00
parent 77ef4a7013
commit 7a94c67990
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
ASSEMBLER6502 = acme
AS_FLAGS = -v8 -Wtype-mismatch
AS_FLAGS = -v8 -Wtype-mismatch --strict
RM = rm
PROGS = c64doubledabble.prg c64misc.prg ddrv128.prg ddrv64.prg macedit.prg reu-detect.prg trigono.o

View File

@ -47,12 +47,12 @@
!if SYSTEM = 64 {
* = $c000
!to "ddrv64.prg", cbm
;!to "ddrv64.prg", cbm
!addr VIC_Base = $d000
}
!if SYSTEM = 128 {
* = $0c00
!to "ddrv128.prg", cbm
;!to "ddrv128.prg", cbm
!addr VIC_Base = $11d6 ; Location of mirror registers
}

View File

@ -4,7 +4,7 @@
; Version 0.7
; Weitere Informationen am Ende der Datei
; Parameter:
!to "macedit.o", cbm
;!to "macedit.o", cbm
;!sl "macedit.l"
*= $1300
!ct pet