more neo geo stuff
This commit is contained in:
parent
442180956c
commit
e365aa4bdb
6 changed files with 179 additions and 27 deletions
|
|
@ -82,6 +82,8 @@ class DivEngine {
|
|||
|
||||
size_t totalProcessed;
|
||||
|
||||
private: int* jediTable;
|
||||
|
||||
int dispatchCmd(DivCommand c);
|
||||
void processRow(int i, bool afterDelay);
|
||||
void nextOrder();
|
||||
|
|
@ -139,6 +141,8 @@ class DivEngine {
|
|||
audioEngine(DIV_AUDIO_SDL),
|
||||
bbInLen(0),
|
||||
temp{0,0},
|
||||
prevSample{0,0} {}
|
||||
prevSample{0,0},
|
||||
totalProcessed(0),
|
||||
jediTable(NULL) {}
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue