mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
idle debug removed, vpath added to Makefiles
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@526 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c060a9ab9c
commit
8187ba84b7
6 changed files with 117 additions and 125 deletions
10
Pico/Pico.c
10
Pico/Pico.c
|
@ -308,18 +308,8 @@ PICO_INTERNAL void PicoSyncZ80(int m68k_cycles_done)
|
|||
}
|
||||
|
||||
|
||||
// TODO: rm from Sek.c+asm too
|
||||
int idle_hit_counter = 0;
|
||||
|
||||
void PicoFrame(void)
|
||||
{
|
||||
#if 1
|
||||
if ((Pico.m.frame_count&0x3f) == 0) {
|
||||
elprintf(EL_STATUS, "ihits: %i", idle_hit_counter);
|
||||
idle_hit_counter = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Pico.m.frame_count++;
|
||||
|
||||
if (PicoAHW & PAHW_MCD) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue