GBA: Fix BIOS booting

This commit is contained in:
Vicki Pfau 2017-07-20 22:25:02 -07:00
parent 470dd7f550
commit 1ea2a6597e
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ void GBAReset(struct ARMCore* cpu) {
gba->debug = false;
memset(gba->debugString, 0, sizeof(gba->debugString));
if (!gba->romVf) {
if (!gba->romVf && gba->memory.rom) {
GBASkipBIOS(gba);
}
}