|
|
/*************************************************************/ | /*************************************************************/ |
#ifndef Z80_H | #ifndef Z80_H |
#define Z80_H | #define Z80_H |
|
#include <endian.h> |
|
#if __BYTE_ORDER == __LITTLE_ENDIAN |
#define LSB_FIRST | #define LSB_FIRST |
|
#endif |
/* Compilation options: */ | /* Compilation options: */ |
/* #define DEBUG */ /* Compile debugging version */ | /* #define DEBUG */ /* Compile debugging version */ |
/* #define LSB_FIRST */ /* Compile for low-endian CPU */ | /* #define LSB_FIRST */ /* Compile for low-endian CPU */ |