|
|
1.1.1.3 ! root 1: #pragma once ! 2: ! 3: #ifndef __RAMDAC_H__ ! 4: #define __RAMDAC_H__ ! 5: 1.1.1.2 root 6: typedef struct { 7: int addr; 8: int idx; 9: Uint32 wtt_tmp; 10: Uint32 wtt[0x10]; 11: Uint8 ccr[0xC]; 12: Uint8 reg[0x30]; 13: Uint8 ram[0x630]; 14: } bt463; 15: 1.1.1.3 ! root 16: ! 17: ! 18: #ifdef __cplusplus ! 19: extern "C" { ! 20: #endif /* __cplusplus */ ! 21: uae_u32 bt463_bget(bt463* ramdac, uaecptr addr); ! 22: void bt463_bput(bt463* ramdac, uaecptr addr, uae_u32 b); ! 23: #ifdef __cplusplus ! 24: } ! 25: #endif /* __cplusplus */ ! 26: ! 27: #endif /* __RAMDAC_H__ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.