//---------------------------------------------------------------------------- /* NY_prefix.h Prefix file for Hobbyist (Net Yarouze) PlayStation projects. Copyright ©1996 metrowerks inc. All rights reserved. */ //---------------------------------------------------------------------------- #ifndef __ny_prefix__ #define __ny_prefix__ /* general target hardware/os definitions */ #define __dest_os __PSXOS #define TARGET_LITTLE_ENDIAN #define TARGET_HEAP_ALIGNMENT 16 #define TARGET_DEVICE __NY_PSX #define LANGUAGE_C #endif