Annotation of previous/src/ramdac.c, revision 1.1.1.1

1.1       root        1: /*  Previous - ramdac.c
                      2:  
                      3:  This file is distributed under the GNU Public License, version 2 or at
                      4:  your option any later version. Read the file gpl.txt for details.
                      5:  
                      6:  Brooktree Bt463 RAMDAC emulation.
                      7:  
                      8:  This chip was used in color NeXTstations.
                      9:  
                     10:  */
                     11: 
                     12: #include "ioMem.h"
                     13: #include "ioMemTables.h"
                     14: #include "m68000.h"
                     15: #include "configuration.h"
                     16: #include "ramdac.h"
                     17: #include "sysReg.h"
                     18: 
                     19: #define IO_SEG_MASK 0x1FFFF
                     20: 
                     21: #define LOG_RAMDAC_LEVEL    LOG_DEBUG
                     22: 
                     23: 
                     24: struct {
                     25:     Uint8 reg[4];
                     26: } ramdac;

unix.superglobalmegacorp.com

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