.cue support, Pico stubs
[picodrive.git] / Pico / Sek.c
index e771280..84d7807 100644 (file)
@@ -114,7 +114,7 @@ PICO_INTERNAL int SekInit()
     m68k_init();\r
     m68k_set_int_ack_callback(SekIntAckM68K);\r
     m68k_set_tas_instr_callback(SekTasCallback);\r
-    m68k_pulse_reset(); // Init cpu emulator\r
+    //m68k_pulse_reset();\r
     m68k_set_context(oldcontext);\r
   }\r
 #endif\r
@@ -153,6 +153,7 @@ PICO_INTERNAL int SekReset()
   m68ki_cpu.sp[0]=0;\r
   m68k_set_irq(0);\r
   m68k_pulse_reset();\r
+  REG_USP = 0; // ?\r
 #endif\r
 #ifdef EMU_F68K\r
   {\r