mips-bios.h 175 B

12345678
  1. #include "cpu.h"
  2. #define BIOS_SIZE (4 * 1024 * 1024)
  3. #ifdef TARGET_WORDS_BIGENDIAN
  4. #define BIOS_FILENAME "mips_bios.bin"
  5. #else
  6. #define BIOS_FILENAME "mipsel_bios.bin"
  7. #endif