Previous 199869 Revisions Next

r20064 Friday 4th January, 2013 at 17:28:07 UTC by Angelo Salese
And just because I'm a good fella even after XMas, here's a gross hack I've used for this ...
[src/mess/machine]pce.c

trunk/src/mess/machine/pce.c
r20063r20064
541541      pce_cd.end_mark = 0;
542542   }
543543
544   #if 0 // dirty PoP hack test
545   {
546      static int test;
547
548      if(frame == 0xcf4)
549         test = 1;
550
551      if(test == 1)
552         frame-=0xe1;
553   }
554   #endif
555
544556   pce_cd.current_frame = frame;
545557   pce_cd.end_frame = frame + frame_count;
546558

Previous 199869 Revisions Next


© 1997-2024 The MAME Team