bind SMS platform to Genesis one
This commit is contained in:
parent
3172fd37ed
commit
f2c70df4a8
4 changed files with 35 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef _SMS_H
|
||||
#define _SMS_H
|
||||
|
||||
#include "../dispatch.h"
|
||||
#include "../macroInt.h"
|
||||
#include "sound/sn76496.h"
|
||||
|
|
@ -21,3 +24,5 @@ class DivPlatformSMS: public DivDispatch {
|
|||
void tick();
|
||||
int init(DivEngine* parent, int channels, int sugRate);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue