Skip to content

Commit 03857ce

Browse files
committed
[rtg] use official P96 struct definitions
1 parent 6517361 commit 03857ce

File tree

7 files changed

+828
-379
lines changed

7 files changed

+828
-379
lines changed

rtg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VASM_FLAGS := -quiet -nowarn=1012 -cnop=0x0000 -m68020 -Fhunkexe -kick1hunks -nosym -no-opt
1+
VASM_FLAGS := -quiet -nowarn=1012 -nowarn=62 -cnop=0x0000 -m68020 -Fhunkexe -kick1hunks -nosym -no-opt
22

33
TARGET := Replay.card
44
SOURCE := replay.card.asm
5-
INCLUDES := P96BoardInfo.i P96CardStruct.i P96ModeInfo.i vde.i
5+
INCLUDES := boardinfo.i settings.i vde.i
66
LISTFILE := $(addsuffix .txt,$(basename $(TARGET)))
77

88
all: $(TARGET)

rtg/P96BoardInfo.i

Lines changed: 0 additions & 153 deletions
This file was deleted.

rtg/P96CardStruct.i

Lines changed: 0 additions & 21 deletions
This file was deleted.

rtg/P96ModeInfo.i

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)