From b81ca2c41ff4d48ca03d9c0e9bb53dd39bdd0a48 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 28 May 2021 21:45:07 +0200 Subject: Fixes relocation and slowly starts implmenting base DOS and DPMI interrupts. --- emulate/emulator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'emulate/emulator.cpp') diff --git a/emulate/emulator.cpp b/emulate/emulator.cpp index e767446..1f0f349 100644 --- a/emulate/emulator.cpp +++ b/emulate/emulator.cpp @@ -627,6 +627,7 @@ void emulate(std::string file_path) { file_stream.unsetf(std::ios::skipws); auto file = le::parse_file(file_stream); auto binary = load_binary(file); + relocate(file, binary); _CodeInfo ci; _DecodeType dt = Decode32Bits; -- cgit v1.2.3-70-g09d2