mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
Fix build
This commit is contained in:
parent
cd4c876c5e
commit
ff743c92fd
2 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue