source: Daodan/src/Oni_Symbols.S@ 316

Last change on this file since 316 was 297, checked in by rossy, 16 years ago

some things that probably dont work

File size: 937 bytes
Line 
1#define symbol(name, value) .global name; .set name, 0x00400000 + value
2
3// MSVC6.0 stdlib
4symbol ( _oni_malloc , 0x0011fc24 )
5symbol ( _oni_free , 0x0011fbf5 )
6
7symbol ( _oni_fopen , 0x0011ea9f )
8symbol ( _oni_fflush , 0x0011eab2 )
9symbol ( _oni_fprintf , 0x0011ebbf )
10symbol ( _oni_vsprintf , 0x0011e860 )
11
12// Oni Engine
13symbol ( _ONiMain , 0x000d3280 )
14
15// BFW_Utility
16symbol ( _UUrStartupMessage , 0x00024860 )
17symbol ( @UUrMachineTime_High@0 , 0x00026480 )
18symbol ( @UUrMachineTime_High_Frequency@0 , 0x000264b0 )
19symbol ( @UUrMachineTime_Sixtieths@0 , 0x000263e0 )
20symbol ( _ONgFileStartup , 0x001711b8 )
21
22// OpenGL
23symbol ( @gl_enumerate_valid_display_modes@4 , 0x000083a0 )
Note: See TracBrowser for help on using the repository browser.