diff options
Diffstat (limited to 'hw/mips-bios.h')
-rw-r--r-- | hw/mips-bios.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/mips-bios.h b/hw/mips-bios.h new file mode 100644 index 0000000000..b4b88ac43d --- /dev/null +++ b/hw/mips-bios.h @@ -0,0 +1,8 @@ +#include "cpu.h" + +#define BIOS_SIZE (4 * 1024 * 1024) +#ifdef TARGET_WORDS_BIGENDIAN +#define BIOS_FILENAME "mips_bios.bin" +#else +#define BIOS_FILENAME "mipsel_bios.bin" +#endif |