]> git.sesse.net Git - pistorm/commitdiff
Merge branch 'wip-crap' of https://github.com/beeanyew/pistorm into 0.x-borb
authorRob Andrews <rob@aphlor.org>
Mon, 8 Mar 2021 16:31:52 +0000 (16:31 +0000)
committerRob Andrews <rob@aphlor.org>
Mon, 8 Mar 2021 16:31:52 +0000 (16:31 +0000)
1  2 
emulator.c

diff --cc emulator.c
index b80a37f06f500442d768d47256ab7de9275df0f0,b1ac4bcc07bdfaece9805f4d1c8d5629078fe15c..9ef71b21c337be5aa3e302ec45f96f96f81f7a48
@@@ -60,8 -55,6 +60,8 @@@ extern volatile uint16_t srdata
  extern uint8_t realtime_graphics_debug;
  uint8_t realtime_disassembly, int2_enabled = 0;
  uint32_t do_disasm = 0, old_level;
- uint32_t last_irq = 0, last_last_irq = 0;
 +char c = 0, c_code = 0, c_type = 0; // @todo temporary main/cpu_task scope workaround until input moved to a thread
++uint32_t last_irq = 0, last_last_irq = 0;
  
  char disasm_buf[4096];
  
@@@ -553,7 -467,7 +553,6 @@@ void cpu_pulse_reset(void) 
    if (cfg->platform->handle_reset)
      cfg->platform->handle_reset(cfg);
  
 -  
    m68k_write_memory_16(INTENA, 0x7FFF);
    ovl = 1;
    m68k_write_memory_8(0xbfe201, 0x0001);  // AMIGA OVL