URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [sim/] [graph.h] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
/* * graph.h -- graphics controller simulation */ #ifndef _GRAPH_H_ #define _GRAPH_H_ Word graphRead(Word addr); void graphWrite(Word addr, Word data); void graphReset(void); void graphInit(void); void graphExit(void); #endif /* _GRAPH_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log