Improved the .heap section detection to avoid a detection error
[clinton/Virtual-Jaguar-Rx.git] / src / jagdasm.h
1 #ifndef __JAGDASM__
2 #define __JAGDASM__
3
4 #define JAGUAR_GPU 0
5 #define JAGUAR_DSP 1
6
7 unsigned dasmjag(int dsp_type, char * buffer, unsigned pc);
8
9 #endif