game boy progress, part 3

This commit is contained in:
tildearrow 2021-05-27 23:03:10 -05:00
parent d6398ac10e
commit 892ea33e77
8 changed files with 77 additions and 25 deletions

View file

@ -156,7 +156,7 @@ int DivPlatformSMS::dispatch(DivCommand c) {
int DivPlatformSMS::init(DivEngine* p, int channels, int sugRate) {
parent=p;
rate=223722;
sn=new sn76496_device("sn",223722);
sn=new sn76496_device(223722);
sn->device_start();
snNoiseMode=3;
updateSNMode=false;