mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
12 lines
439 B
C
12 lines
439 B
C
// ===========================================================================
|
|
// PREFIX_PS2_DEBUG_TC296.h (c) 2001 Metrowerks Inc. All rights reserved.
|
|
// ===========================================================================
|
|
//
|
|
// 08/02/2001 rcampana Created for support of GCC toolchain 2.96
|
|
|
|
#include <PREFIX_PS2_TC296.h>
|
|
|
|
#pragma divbyzerocheck on /* break if divided by zero */
|
|
|
|
#define DEBUG /* just for debugging */
|
|
|