Last change
on this file since cdb0f36 was 8c8b4e5, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
More volatile hardware accesses.
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | vobjfns.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "stdint.h"
|
---|
| 10 |
|
---|
| 11 | /*
|
---|
| 12 | =============================================================================
|
---|
[526a993] | 13 | external variables
|
---|
[6262b5c] | 14 | =============================================================================
|
---|
| 15 | */
|
---|
| 16 |
|
---|
[ad89950] | 17 | extern volatile uint16_t vi_ctl;
|
---|
| 18 | extern int16_t vi_dis;
|
---|
| 19 | extern int16_t wsize;
|
---|
[6262b5c] | 20 |
|
---|
| 21 | /*
|
---|
| 22 | =============================================================================
|
---|
[526a993] | 23 | external functions
|
---|
[6262b5c] | 24 | =============================================================================
|
---|
| 25 | */
|
---|
| 26 |
|
---|
[8c8b4e5] | 27 | extern void CpyObj(volatile uint16_t *from, volatile uint16_t *to, int16_t w, int16_t h, int16_t sw);
|
---|
[6262b5c] | 28 | extern void SelObj(int16_t obj);
|
---|
[8c8b4e5] | 29 | extern void SetObj(int16_t obj, int16_t type, int16_t bank, volatile uint16_t *base, int16_t xpix, int16_t ypix, int16_t x0, int16_t y0, uint16_t flags, int16_t pri);
|
---|
[6262b5c] | 30 | extern void SetPri(int16_t obj, int16_t pri);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.