Mercurial > hg > Members > kono > nitros9-code
diff level1/modules/vectors.asm @ 2930:e93ace49362e
rominfo.asm: Fix booting from ROMPak
The ROM addresses to copy from had to be changed when
building with ROMPak=1.
rominfo/vectors: Add comment about address value dependencies
between these two files.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 18 Jan 2014 21:56:00 +0100 |
parents | 9dd4f422aac7 |
children |
line wrap: on
line diff
--- a/level1/modules/vectors.asm Sat Jan 18 21:44:44 2014 +0100 +++ b/level1/modules/vectors.asm Sat Jan 18 21:56:00 2014 +0100 @@ -10,6 +10,10 @@ * Comment * ------------------------------------------------------------------ +* +* Note that the $8015 value for the RESET vector must match the +* offset of the "start" label in rominfo.asm +* IFP1 use defsfile ENDC