Revision: 19115
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19115&view=rev
Author: blackystardust
Date: 2008-08-10 01:20:20 +0000 (Sun, 10 Aug 2008)
Log Message:
-----------
Fixed GP2X black screen issue.
Modified Paths:
--------------
trunk/vice/src/vice.h
Modified: trunk/vice/src/vice.h
===================================================================
--- trunk/vice/src/vice.h 2008-08-06 21:23:22 UTC (rev 19114)
+++ trunk/vice/src/vice.h 2008-08-10 01:20:20 UTC (rev 19115)
@@ -55,7 +55,7 @@
* cpu 4*u_char fetch 1*u_int32 fetch define(s)
* ----- -------------- --------------- ---------
* alpha faster slower __alpha__
- * arm (gp2x) slower faster GP2X
+ * arm (gp2x) slower (*) faster (*) GP2X
* ppc slower faster __powerpc__ || __ppc__
* x86 slower faster __i386__
* m68020+ slower faster __m680[2346]0__
@@ -79,11 +79,6 @@
#define ALLOW_UNALIGNED_ACCESS
#endif
-/* Allow unaligned access for gp2x port */
-#ifdef GP2X
-#define ALLOW_UNALIGNED_ACCESS
-#endif
-
/* Allow unaligned access for m68020+ based platforms */
#if defined(__m68020__) || defined(__m68030__) || defined(__m68040__) || defined(__m68060__)
#define ALLOW_UNALIGNED_ACCESS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|