]> git.sesse.net Git - pistorm/blobdiff - emulator.c
Fix shift+R reset sometimes not working, update RTG readme
[pistorm] / emulator.c
index fec99a82e3c4248b74f230e0252eb2bfd04d4df9..214d310e7c728e1bb260624249f9fa0536d4a458 100644 (file)
@@ -558,7 +558,7 @@ void cpu_pulse_reset(void) {
   if (cfg->platform->handle_reset)
     cfg->platform->handle_reset(cfg);
 
-  m68k_write_memory_16(INTENA, 0x7FFF);
+  //m68k_write_memory_16(INTENA, 0x7FFF);
   ovl = 1;
   m68k_write_memory_8(0xbfe201, 0x0001);  // AMIGA OVL
   m68k_write_memory_8(0xbfe001, 0x0001);  // AMIGA OVL high (ROM@0x0)