Index: head/emulators/generator/files/patch-cmz80__z80.c =================================================================== --- head/emulators/generator/files/patch-cmz80__z80.c (nonexistent) +++ head/emulators/generator/files/patch-cmz80__z80.c (revision 196063) @@ -0,0 +1,20 @@ +--- cmz80/z80.c.orig Mon Oct 29 20:07:24 2001 ++++ cmz80/z80.c Sun Jul 22 13:54:12 2007 +@@ -633,7 +633,7 @@ + #endif + } + +-/* inline */ static BYTE Inc(BYTE bArg) ++/* inline */ BYTE Inc(BYTE bArg) + { + #ifdef ARITH_TABLES + bArg++; +@@ -646,7 +646,7 @@ + #endif + } + +-/* inline */ static BYTE Dec(BYTE bArg) ++/* inline */ BYTE Dec(BYTE bArg) + { + #ifdef ARITH_TABLES + m_regF = (m_regF & C_FLAG) | rgfDec[bArg--]; Property changes on: head/emulators/generator/files/patch-cmz80__z80.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property