Annotation of hatari/src/includes/blitter.h, revision 1.1.1.1

1.1       root        1: /**
                      2:  * Hatari - Blitter emulation.
                      3:  * This file has been taken from STonX.
                      4:  *
                      5:  * Original information text follows:
                      6:  *
                      7:  *
                      8:  * This file is part of STonX, the Atari ST Emulator for Unix/X
                      9:  * ============================================================
                     10:  * STonX is free software and comes with NO WARRANTY - read the file
                     11:  * COPYING for details
                     12:  */
                     13: 
                     14: #ifndef BLITTER_H
                     15: #define BLITTER_H
                     16: 
                     17: extern void Do_Blit(void);
                     18: 
                     19: extern Uint16 LOAD_W_ff8a28(void);
                     20: extern Uint16 LOAD_W_ff8a2a(void);
                     21: extern Uint16 LOAD_W_ff8a2c(void);
                     22: extern Uint32 LOAD_L_ff8a32(void);
                     23: extern Uint16 LOAD_W_ff8a36(void);
                     24: extern Uint16 LOAD_W_ff8a38(void);
                     25: extern Uint8 LOAD_B_ff8a3a(void);
                     26: extern Uint8 LOAD_B_ff8a3b(void);
                     27: extern Uint8 LOAD_B_ff8a3c(void);
                     28: extern Uint8 LOAD_B_ff8a3d(void);
                     29: 
                     30: extern void STORE_W_ff8a28(Uint16 v);
                     31: extern void STORE_W_ff8a2a(Uint16 v);
                     32: extern void STORE_W_ff8a2c(Uint16 v);
                     33: extern void STORE_L_ff8a32(Uint32 v);
                     34: extern void STORE_W_ff8a36(Uint16 v);
                     35: extern void STORE_W_ff8a38(Uint16 v);
                     36: extern void STORE_B_ff8a3a(Uint8 v);
                     37: extern void STORE_B_ff8a3b(Uint8 v);
                     38: extern void STORE_B_ff8a3c(Uint8 v);
                     39: extern void STORE_B_ff8a3d(Uint8 v);
                     40: 
                     41: #endif /* BLITTER_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.