filename | src/loader.c |
changeset | 1095:a8b798030464 |
prev | 1075:1a21750d300c |
next | 1100:50e702af9373 |
author | nkeynes |
date | Sun Jan 31 18:28:24 2010 +1000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Move bootstrap structure and defines into bootstrap.h |
file | annotate | diff | log | raw |
1.1 --- a/src/loader.c Fri Jul 31 13:45:32 2009 +10001.2 +++ b/src/loader.c Sun Jan 31 18:28:24 2010 +10001.3 @@ -38,11 +38,6 @@1.4 { "bin", "SH4 Bin file" },1.5 { NULL, NULL } };1.7 -#define BOOTSTRAP_LOAD_ADDR 0x8C0080001.8 -#define BOOTSTRAP_SIZE 327681.9 -1.10 -#define BINARY_LOAD_ADDR 0x8C0100001.11 -1.12 #define CDI_V2 0x800000041.13 #define CDI_V3 0x80000005
.