System: Fix EXE loading again

pull/22/head
Connor McLaughlin 7 years ago
parent 19062e11b5
commit b9089cac95

@ -140,6 +140,7 @@ bool System::Boot(const char* filename)
// Component setup. // Component setup.
InitializeComponents(); InitializeComponents();
UpdateMemoryCards(); UpdateMemoryCards();
Reset();
// Enable tty by patching bios. // Enable tty by patching bios.
const BIOS::Hash bios_hash = BIOS::GetHash(*bios_image); const BIOS::Hash bios_hash = BIOS::GetHash(*bios_image);
@ -162,7 +163,6 @@ bool System::Boot(const char* filename)
m_bus->SetBIOS(*bios_image); m_bus->SetBIOS(*bios_image);
// Good to go. // Good to go.
Reset();
return true; return true;
} }

Loading…
Cancel
Save