Update of /cvsroot/arcem/arcem/macosx In directory vz-cvs-4.sog:/tmp/cvs-serv17456/build/macosx
Modified Files: DispKbd.c Log Message: Merge arcem-fast to trunk Index: DispKbd.c =================================================================== RCS file: /cvsroot/arcem/arcem/macosx/DispKbd.c,v retrieving revision 1.11 retrieving revision 1.13 diff -u -d -r1.11 -r1.13 --- DispKbd.c 10 Mar 2006 18:27:56 -0000 1.11 +++ DispKbd.c 12 May 2012 17:34:51 -0000 1.13 @@ -643,12 +643,12 @@ void -RefreshDisplay(ARMul_State *state) +RefreshDisplay(ARMul_State *state,CycleCount nowtime) { - DC.AutoRefresh = AUTOREFRESHPOLL; + EventQ_RescheduleHead(state,nowtime+POLLGAP*AUTOREFRESHPOLL,RefreshDisplay); ioc.IRQStatus |= 8; /* VSync */ ioc.IRQStatus |= 0x20; /* Sound - just an experiment */ - IO_UpdateNirq(); + IO_UpdateNirq(state); DC.miny=MonitorHeight-1; DC.maxy=0; @@ -782,6 +782,7 @@ HD.red_shift = 10; HD.green_shift = 5; HD.blue_shift = 0; + EventQ_Insert(state,ARMul_Time+POLLGAP*AUTOREFRESHPOLL,RefreshDisplay); } void VIDC_PutVal(ARMul_State *state,ARMword address, ARMword data,int bNw) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ -- arcem-cvs mailing list arcem-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/arcem-cvs