Also remove the define

This commit is contained in:
simon.kagstrom 2010-02-11 18:56:45 +00:00
parent 9513dc9849
commit 1f33a6511f
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@
#define _VIC_H
// Define this if you want global variables instead of member variables
#if defined(__i386) || defined(mc68000) || defined(__MC68K__)
//#define GLOBAL_VARS
#endif
// Define this if you have a processor that can do unaligned accesses quickly
#if defined(__i386) || defined(mc68000) || defined(__MC68K__)
#define CAN_ACCESS_UNALIGNED