source: trunk/bootcode/special/fxtables.asm@ 65

Last change on this file since 65 was 57, checked in by Ben Rietbroek, 10 years ago

All source-files lowercased [v1.1.1-testing]

Some standard files like 'COPYING', 'LICENSE', etc. have not been
converted to lower case because they are usually distributed uppercased.

File size: 2.2 KB
Line 
1; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
2;
3; This file is part of AiR-BOOT
4;
5; AiR-BOOT is free software: you can redistribute it and/or modify it under
6; the terms of the GNU General Public License as published by the Free
7; Software Foundation, either version 3 of the License, or (at your option)
8; any later version.
9;
10; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
11; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
12; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13; details.
14;
15; You should have received a copy of the GNU General Public License along with
16; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
17;
18;---------------------------------------------------------------------------
19; AiR-BOOT / F/X TABLES
20;---------------------------------------------------------------------------
21
22IFDEF MODULE_NAMES
23DB 'FXTABLES',0
24ENDIF
25
26; Sinus-Table - 128xWORD = 256 Bytes
27FX_SinusTab dw 00101h, 00102h, 00103h, 00105h, 00107h, 0010Ah, 0010Dh, 00111h
28 dw 00115h, 00119h, 0011Dh, 00122h, 00127h, 0012Dh, 00133h, 00139h, 00140h
29 dw 00146h, 0014Dh, 00155h, 0015Ch, 00164h, 0016Bh, 00173h, 0017Bh, 00184h
30 dw 0018Ch, 00194h, 0019Dh, 001A5h, 001AEh, 001B7h, 001BFh, 001C8h, 001D0h
31 dw 001D8h, 001E1h, 001E9h, 001F1h, 001F8h, 00200h, 00207h, 0020Fh, 00216h
32 dw 0021Ch, 00223h, 00229h, 0022Fh, 00235h, 0023Ah, 0023Fh, 00243h, 00247h
33 dw 0024Bh, 0024Fh, 00252h, 00255h, 00257h, 00259h, 0025Ah, 0025Bh, 0025Ch
34 dw 0025Ch, 0025Ch, 0025Bh, 0025Ah, 00259h, 00257h, 00255h, 00252h, 0024Fh
35 dw 0024Bh, 00247h, 00243h, 0023Fh, 0023Ah, 00235h, 0022Fh, 00229h, 00223h
36 dw 0021Ch, 00216h, 0020Fh, 00207h, 00200h, 001F8h, 001F1h, 001E9h, 001E1h
37 dw 001D8h, 001D0h, 001C8h, 001BFh, 001B7h, 001AEh, 001A5h, 0019Dh, 00194h
38 dw 0018Ch, 00184h, 0017Ch, 00173h, 0016Bh, 00164h, 0015Ch, 00155h, 0014Dh
39 dw 00146h, 00140h, 00139h, 00133h, 0012Dh, 00128h, 00122h, 0011Dh, 00119h
40 dw 00115h, 00111h, 0010Dh, 0010Ah, 00107h, 00105h, 00103h, 00102h, 00101h
41 dw 00100h, 00100h, 00100h
42
43; Top-VLine-Position of all Cooper-Bars on startup
44FX_StartCooperPos:
45 dw 224, 221, 218, 215, 212, 209, 206
Note: See TracBrowser for help on using the repository browser.