Skip to content

Commit 1881c6f

Browse files
committed
header fixes for YM2151 and YM2203
1 parent b122b7b commit 1881c6f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

fmtoy_ym2151.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
#include <math.h>
21
#include "fmtoy.h"
32
#include "fmtoy_ym2151.h"
4-
#include "tools.h"
5-
6-
#include "libvgm/emu/EmuStructs.h"
73
#include "libvgm/emu/SoundEmu.h"
84
#include "libvgm/emu/SoundDevs.h"
9-
#include "libvgm/emu/EmuCores.h"
10-
#include "libvgm/emu/cores/ym2151.h"
5+
#include "tools.h"
116

127
static int fmtoy_ym2151_init(struct fmtoy *fmtoy, int clock, int sample_rate, struct fmtoy_channel *channel) {
138
channel->chip->clock = clock;

fmtoy_ym2203.c

-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
#include <math.h>
2-
31
#include "fmtoy.h"
42
#include "fmtoy_ym2203.h"
5-
#include "chips/fm.h"
6-
#include "libvgm/emu/EmuStructs.h"
73
#include "libvgm/emu/SoundEmu.h"
84
#include "libvgm/emu/SoundDevs.h"
9-
#include "libvgm/emu/EmuCores.h"
10-
#include "libvgm/emu/cores/opnintf.h"
115

126
static int fmtoy_ym2203_init(struct fmtoy *fmtoy, int clock, int sample_rate, struct fmtoy_channel *channel) {
137
channel->chip->clock = clock;

0 commit comments

Comments
 (0)