6567.h

00001 #ifndef __OE_MOS_6567_H__
00002 #define __OE_MOS_6567_H__
00003 
00004 #include "mempage.h"
00005 
00006 class HW_MOS6567 {
00007 public:
00008     void init(void);
00009     void uninit(void);
00010     HW_MOS6567();
00011     ~HW_MOS6567();
00012 
00013     byte *rastermem;        // 320x200 output buffer
00014     
00015     // Memory system
00016     oe_pagetable mem;
00017 };
00018 
00019 
00020 #endif

Generated on Sat Sep 9 03:50:42 2006 for Openem APIs by  doxygen 1.4.7