This commit is contained in:
Nguyen Anh Quynh
2017-01-19 12:18:46 +08:00
parent 326a9a5fba
commit a154b251e3
3 changed files with 0 additions and 11 deletions

View File

@ -1,8 +0,0 @@
#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