Mercurial > pygar
diff 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 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.h Wed Apr 28 00:21:02 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.h Wed Apr 28 00:40:15 2010 -0400 1.3 @@ -17,10 +17,10 @@ 1.4 private: 1.5 // self-instantiation 1.6 static AUDIOCORERRR_SERVER_CLASS instance; 1.7 + FILE *outputFile; 1.8 FUNCP_SIMULATED_MEMORY_CLASS *memory; 1.9 1.10 - 1.11 - // server stub 1.12 + // server stub 1.13 RRR_SERVER_STUB serverStub; 1.14 1.15 int count; 1.16 @@ -44,7 +44,7 @@ 1.17 UINT32 MemoryRequestLoad (UINT32 address); 1.18 void MemoryRequestStore (UINT32 address, UINT32 data); 1.19 1.20 - void SendProcessedStream(UINT16 control, UINT16 data0); 1.21 + void SendProcessedStream(UINT16 control, UINT16 data0); 1.22 }; 1.23 1.24