File:  [Previous NeXT emulator] / previous_trunk / src / includes / ramdac.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 19:24:50 2018 UTC (8 years, 3 months ago) by root
Branches: giles, MAIN
CVS tags: trunk, HEAD
Previous NeXT emulator

#pragma once

#ifndef __RAMDAC_H__
#define __RAMDAC_H__

typedef struct {
    int   addr;
    int   idx;
    Uint32 wtt_tmp;
    Uint32 wtt[0x10];
    Uint8 ccr[0xC];
    Uint8 reg[0x30];
    Uint8 ram[0x630];
} bt463;



#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
    uae_u32 bt463_bget(bt463* ramdac, uaecptr addr);
    void bt463_bput(bt463* ramdac, uaecptr addr, uae_u32 b);
#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __RAMDAC_H__ */

unix.superglobalmegacorp.com

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