2009-01-10 03:41:39 +01:00
|
|
|
#ifndef BIOS_H
|
|
|
|
#define BIOS_H
|
2008-09-23 01:00:10 +02:00
|
|
|
|
|
|
|
extern void BIOS_ArcTan();
|
|
|
|
extern void BIOS_ArcTan2();
|
|
|
|
extern void BIOS_BitUnPack();
|
|
|
|
extern void BIOS_GetBiosChecksum();
|
|
|
|
extern void BIOS_BgAffineSet();
|
|
|
|
extern void BIOS_CpuSet();
|
|
|
|
extern void BIOS_CpuFastSet();
|
|
|
|
extern void BIOS_Diff8bitUnFilterWram();
|
|
|
|
extern void BIOS_Diff8bitUnFilterVram();
|
|
|
|
extern void BIOS_Diff16bitUnFilter();
|
|
|
|
extern void BIOS_Div();
|
|
|
|
extern void BIOS_DivARM();
|
|
|
|
extern void BIOS_HuffUnComp();
|
|
|
|
extern void BIOS_LZ77UnCompVram();
|
|
|
|
extern void BIOS_LZ77UnCompWram();
|
|
|
|
extern void BIOS_ObjAffineSet();
|
|
|
|
extern void BIOS_RegisterRamReset();
|
|
|
|
extern void BIOS_RegisterRamReset(u32);
|
|
|
|
extern void BIOS_RLUnCompVram();
|
|
|
|
extern void BIOS_RLUnCompWram();
|
|
|
|
extern void BIOS_SoftReset();
|
|
|
|
extern void BIOS_Sqrt();
|
|
|
|
extern void BIOS_MidiKey2Freq();
|
|
|
|
extern void BIOS_SndDriverJmpTableCopy();
|
2009-01-10 03:41:39 +01:00
|
|
|
|
|
|
|
#endif // BIOS_H
|