bind SMS platform to Genesis one

This commit is contained in:
tildearrow 2021-05-15 16:59:57 -05:00
parent 3172fd37ed
commit f2c70df4a8
4 changed files with 35 additions and 5 deletions

View file

@ -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