diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2024-12-22 23:48:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-22 15:48:13 -0800 |
| commit | 06b06ab50759d1b92fe0a3510453a11454d9409c (patch) | |
| tree | c4a14c616087f4cf55b1900fd8b2380c71b598fb /spec | |
| parent | 187e75c4417f3a2b5373be4610adcf836dba93a1 (diff) | |
Check in makerom files (#1758)
* Check in makerom files
* Fix disasm for asm files in src
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
