OSDN Git Service

[VM][PC9801][SASI_BIOS] Mostly working pseudo-bios (excepts format, I still not test).
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc9801 / pc9801.cpp
index 38b79a0..6e1adcc 100644 (file)
@@ -515,7 +515,10 @@ VM::VM(EMU* parent_emu) : VM_TEMPLATE(parent_emu)
 
        sasi_bios->set_context_sasi(sasi);
        sasi_bios->set_context_memory(memory);
+       sasi_bios->set_context_cpu(cpu);
+       sasi_bios->set_context_pic(pic);
        cpu->set_context_bios(sasi_bios);
+   
 #endif
 #if defined(SUPPORT_SCSI_IF)
        dma->set_context_ch0(scsi);