Subversion Repositories pentevo

Rev

Rev 1134 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1134 Rev 1146
Line 44... Line 44...
44
 
44
 
45
void main_debug()
45
void main_debug()
46
{
46
{
47
   Z80 &cpu = CpuMgr.Cpu();
47
   Z80 &cpu = CpuMgr.Cpu();
48
 
48
 
-
 
49
   user_mon_req = 1;
49
   cpu.dbgchk = 1;
50
   cpu.dbgchk = 1;
50
   cpu.dbgbreak = 1;
51
   cpu.dbgbreak = 1;
51
   dbgbreak = 1;
52
   dbgbreak = 1;
52
}
53
}
53
 
54
 
Line 519... Line 520...
519
   OnEnterGui();
520
   OnEnterGui();
520
   savesnap(-1);
521
   savesnap(-1);
521
   eat();
522
   eat();
522
   OnExitGui();
523
   OnExitGui();
523
}
524
}
-
 
525
 
-
 
526
void main_breakpoints()
-
 
527
{
-
 
528
   bkpts_ena = !bkpts_ena;
-
 
529
}