junglejourney
changeset 3:e38ed805fcdc
Updated the address of the code in the loader.
Added the test program to the list of files to package.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sat Jul 23 01:32:29 2011 +0200 |
| parents | 2aae727821d7 |
| children | c3b5978024b1 |
| files | LOADER build.py |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/LOADER Sat Jul 23 01:31:53 2011 +0200 1.2 +++ b/LOADER Sat Jul 23 01:32:29 2011 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 ?&79=0 1.5 1.6 REPEAT 1.7 -CALL &19A9 1.8 +CALL &19AA 1.9 1.10 A% = GET 1.11 IF A%=90 ?&79=?&79-1
2.1 --- a/build.py Sat Jul 23 01:31:53 2011 +0200 2.2 +++ b/build.py Sat Jul 23 01:32:29 2011 +0200 2.3 @@ -65,6 +65,9 @@ 2.4 t = read_basic("LOADER") 2.5 files.append(("LOADER", 0xffff0e00, 0xffff802b, t)) 2.6 2.7 + t = read_basic("TESTVALUES") 2.8 + files.append(("TEST", 0xffff0e00, 0xffff802b, t)) 2.9 + 2.10 u = UEFfile.UEFfile(creator = 'build.py '+version) 2.11 u.minor = 6 2.12 u.import_files(0, files)
