summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/libndsfpc/src/maxmod/maxmod7.pp
blob: 8b4baee8861871524193bbcc05861521344714b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
unit maxmod7;
{$mode objfpc} 
{$apptype arm7}
{$define arm7}

{$J+}
{$INLINE ON}
{$MACRO ON}
{$PACKRECORDS C}

interface

uses
  ctypes, nds7;

{$linklib nds7}
{$linklib mm7}

{$linklib c}
{$linklib gcc}
{$linklib sysbase}

{$define NDS_INTERFACE}
{$include inc/mm_types.inc}
{$include inc/maxmod7.inc}
{$undef NDS_INTERFACE}

implementation
{$define NDS_IMPLEMENTATION}
{$include inc/maxmod7.inc}
{$undef NDS_IMPLEMENTATION}

end.