summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-12-22 23:48:13 +0000
committerGitHub <noreply@github.com>2024-12-22 15:48:13 -0800
commit06b06ab50759d1b92fe0a3510453a11454d9409c (patch)
treec4a14c616087f4cf55b1900fd8b2380c71b598fb /spec
parent187e75c4417f3a2b5373be4610adcf836dba93a1 (diff)
Check in makerom files (#1758)
* Check in makerom files * Fix disasm for asm files in src
Diffstat (limited to 'spec')
-rw-r--r--spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec b/spec
index d5c82aa76..68430e396 100644
--- a/spec
+++ b/spec
@@ -12,9 +12,9 @@ endseg
beginseg
name "makerom"
address 0x8007F000
- include "$(BUILD_DIR)/asm/makerom/rom_header.o"
- include "$(BUILD_DIR)/asm/makerom/ipl3.o"
- include "$(BUILD_DIR)/asm/makerom/entry.o"
+ include "$(BUILD_DIR)/src/makerom/rom_header.o"
+ include "$(BUILD_DIR)/src/makerom/ipl3.o"
+ include "$(BUILD_DIR)/src/makerom/entry.o"
endseg
beginseg