--- previous/src/includes/ramdac.h 2018/04/24 19:30:41 1.1 +++ previous/src/includes/ramdac.h 2018/04/24 19:32:28 1.1.1.2 @@ -0,0 +1,12 @@ +typedef struct { + int addr; + int idx; + Uint32 wtt_tmp; + Uint32 wtt[0x10]; + Uint8 ccr[0xC]; + Uint8 reg[0x30]; + Uint8 ram[0x630]; +} bt463; + +uae_u32 bt463_bget(bt463* ramdac, uaecptr addr); +void bt463_bput(bt463* ramdac, uaecptr addr, uae_u32 b); \ No newline at end of file