comparison modules/bluespec/Pygar/core/AudioCoreRRR.h @ 22:0cfbb1e2de22 pygar svn.23

[svn r23] whoohoo! it Compiles (note with commented out stuff)
author punk
date Wed, 28 Apr 2010 00:40:15 -0400
parents 6d461680c6d9
children 2c8166d205d5
comparison
equal deleted inserted replaced
21:cffe0829ce14 22:0cfbb1e2de22
15 class AUDIOCORERRR_SERVER_CLASS: public RRR_SERVER_CLASS, public PLATFORMS_MODULE_CLASS 15 class AUDIOCORERRR_SERVER_CLASS: public RRR_SERVER_CLASS, public PLATFORMS_MODULE_CLASS
16 { 16 {
17 private: 17 private:
18 // self-instantiation 18 // self-instantiation
19 static AUDIOCORERRR_SERVER_CLASS instance; 19 static AUDIOCORERRR_SERVER_CLASS instance;
20 FILE *outputFile;
20 FUNCP_SIMULATED_MEMORY_CLASS *memory; 21 FUNCP_SIMULATED_MEMORY_CLASS *memory;
21 22
22 23 // server stub
23 // server stub
24 RRR_SERVER_STUB serverStub; 24 RRR_SERVER_STUB serverStub;
25 25
26 int count; 26 int count;
27 27
28 public: 28 public:
42 // 42 //
43 43
44 UINT32 MemoryRequestLoad (UINT32 address); 44 UINT32 MemoryRequestLoad (UINT32 address);
45 void MemoryRequestStore (UINT32 address, UINT32 data); 45 void MemoryRequestStore (UINT32 address, UINT32 data);
46 46
47 void SendProcessedStream(UINT16 control, UINT16 data0); 47 void SendProcessedStream(UINT16 control, UINT16 data0);
48 }; 48 };
49 49
50 50
51 51
52 // include server stub 52 // include server stub