-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc2p_6b.h
28 lines (19 loc) · 1.02 KB
/
c2p_6b.h
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
#ifndef _C2P_H
#define _C2P_H
void __asm c2p1x1_6_c5_030_smcinit( register __d0 ULONG chunky_x,
register __d1 ULONG chunky_y,
register __d2 ULONG offset_x,
register __d3 ULONG offset_y,
register __d4 ULONG rowlen,
register __d5 ULONG bplsize,
register __d6 ULONG chunkylen);
void __asm c2p1x1_6_c5_030_init(register __d0 ULONG chunky_x,
register __d1 ULONG chunky_y,
register __d2 ULONG offset_x,
register __d3 ULONG offset_y,
register __d4 ULONG rowlen,
register __d5 ULONG bplsize,
register __d6 ULONG chunkylen);
void __asm c2p1x1_6_c5_030(register __a0 UBYTE *chunky_buffer,
register __a1 UBYTE *bitplanes);
#endif