Update of /cvsroot/lapetus/lapetus
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18282
Modified Files:
smpc.h
Log Message:
-A bit of a hack to get it working on Yabause(surprisingly, it still works on a real system)
Index: smpc.h
===================================================================
RCS file: /cvsroot/lapetus/lapetus/smpc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- smpc.h 28 Feb 2007 02:19:35 -0000 1.2
+++ smpc.h 10 Jan 2008 21:09:14 -0000 1.3
@@ -74,7 +74,7 @@
SMPC_REG_COMREG = cmd;
// Wait till command is finished
- while(SMPC_REG_SF & 0x1) {}
+// while(SMPC_REG_SF & 0x1) {}
}
//////////////////////////////////////////////////////////////////////////////
|