Fix build

This commit is contained in:
cam900 2022-02-26 00:31:17 +09:00
parent cd4c876c5e
commit ff743c92fd
2 changed files with 4 additions and 3 deletions

View File

@ -26,6 +26,10 @@
#include "ym2610.h"
static unsigned short chanOffs_b[6]={
0x00, 0x01, 0x02, 0x100, 0x101, 0x102
};
class DivPlatformYM2610B: public DivDispatch {
protected:
struct Channel {

View File

@ -20,9 +20,6 @@
static unsigned short chanOffs[4]={
0x01, 0x02, 0x101, 0x102
};
static unsigned short chanOffs_b[6]={
0x00, 0x01, 0x02, 0x100, 0x101, 0x102
};
static unsigned short opOffs[4]={
0x00, 0x04, 0x08, 0x0c
};