filename | src/bootstrap.h |
changeset | 1100:50e702af9373 |
prev | 1099:566cdeb157ec |
next | 1109:700c5ab26a63 |
author | nkeynes |
date | Mon Feb 15 17:27:14 2010 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Hook up the fake bios boot Use fakebios if invoked with -b, or if there's no boot rom loaded |
file | annotate | diff | log | raw |
1.1 --- a/src/bootstrap.h Wed Feb 10 18:16:19 2010 +10001.2 +++ b/src/bootstrap.h Mon Feb 15 17:27:14 2010 +10001.3 @@ -29,6 +29,7 @@1.4 #endif1.6 #define BOOTSTRAP_LOAD_ADDR 0x8C0080001.7 +#define BOOTSTRAP_ENTRY_ADDR 0x8c0083001.8 #define BOOTSTRAP_SIZE 327681.9 #define BOOTSTRAP_MAGIC "SEGA SEGAKATANA SEGA ENTERPRISES"1.10 #define BOOTSTRAP_MAGIC_SIZE 32
.