dmgtris/project.mk

30 lines
407 B
Makefile
Raw Permalink Normal View History

2023-10-24 07:04:39 +00:00
# ROM Version
VERSION := 0x01
# 4 Character Game ID
2023-10-10 08:32:24 +00:00
GAMEID := DTGM
2023-10-24 07:04:39 +00:00
# ROM Title (14 chars max)
2023-10-10 08:32:24 +00:00
TITLE := DMGTRIS
2023-10-24 07:04:39 +00:00
# "Licensee" code (2 chars)
2023-10-10 08:32:24 +00:00
LICENSEE := NR
2023-10-24 07:04:39 +00:00
# Output options
2023-11-14 02:02:30 +00:00
ROMNAME := PandorasBlocks
ROMEXT := gbc
2023-10-24 07:04:39 +00:00
2023-10-25 02:29:14 +00:00
# Mapper
2023-10-25 04:40:08 +00:00
MAPPER := 0x1B
2023-10-25 02:29:14 +00:00
2023-10-24 07:04:39 +00:00
# Extra assembler flags
# Do not insert nop after halt
2023-10-10 08:32:24 +00:00
ASFLAGS += -h
2023-10-24 07:04:39 +00:00
2023-10-30 18:33:57 +00:00
# 8.24 fixed point.
ASFLAGS += -Q 25
2023-10-24 07:04:39 +00:00
# Extra fix flags
2023-10-25 02:29:14 +00:00
# Set as gbc compatible
2023-10-24 07:04:39 +00:00
FIXFLAGS += -c