mirror of
https://github.com/uffejakobsen/acme.git
synced 2025-02-10 11:31:49 +00:00
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:
parent
77ef4a7013
commit
7a94c67990
@ -1,5 +1,5 @@
|
|||||||
ASSEMBLER6502 = acme
|
ASSEMBLER6502 = acme
|
||||||
AS_FLAGS = -v8 -Wtype-mismatch
|
AS_FLAGS = -v8 -Wtype-mismatch --strict
|
||||||
RM = rm
|
RM = rm
|
||||||
|
|
||||||
PROGS = c64doubledabble.prg c64misc.prg ddrv128.prg ddrv64.prg macedit.prg reu-detect.prg trigono.o
|
PROGS = c64doubledabble.prg c64misc.prg ddrv128.prg ddrv64.prg macedit.prg reu-detect.prg trigono.o
|
||||||
|
@ -47,12 +47,12 @@
|
|||||||
|
|
||||||
!if SYSTEM = 64 {
|
!if SYSTEM = 64 {
|
||||||
* = $c000
|
* = $c000
|
||||||
!to "ddrv64.prg", cbm
|
;!to "ddrv64.prg", cbm
|
||||||
!addr VIC_Base = $d000
|
!addr VIC_Base = $d000
|
||||||
}
|
}
|
||||||
!if SYSTEM = 128 {
|
!if SYSTEM = 128 {
|
||||||
* = $0c00
|
* = $0c00
|
||||||
!to "ddrv128.prg", cbm
|
;!to "ddrv128.prg", cbm
|
||||||
!addr VIC_Base = $11d6 ; Location of mirror registers
|
!addr VIC_Base = $11d6 ; Location of mirror registers
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
; Version 0.7
|
; Version 0.7
|
||||||
; Weitere Informationen am Ende der Datei
|
; Weitere Informationen am Ende der Datei
|
||||||
; Parameter:
|
; Parameter:
|
||||||
!to "macedit.o", cbm
|
;!to "macedit.o", cbm
|
||||||
;!sl "macedit.l"
|
;!sl "macedit.l"
|
||||||
*= $1300
|
*= $1300
|
||||||
!ct pet
|
!ct pet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user