diff options
author | 2021-02-27 02:57:43 -0800 | |
---|---|---|
committer | 2021-02-27 21:57:43 +1100 | |
commit | 95869d57181d6b6d38ec9511374c2c3e1de9f6cf (patch) | |
tree | 88632e3b54fb79a647a0dd32980fe5d80cdb5bbc /src/mame/drivers/exprraid.cpp | |
parent | 7651de2840252eb80f882772d257b39ed6674ad9 (diff) |
New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808)
New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips, along with new device drivers for YM2203, YM2608, YM2610, YM2610B, YM2612, YM3438, and YM2151 based upon these.
Diffstat (limited to 'src/mame/drivers/exprraid.cpp')
-rw-r--r-- | src/mame/drivers/exprraid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exprraid.cpp b/src/mame/drivers/exprraid.cpp index b6694a936ca..8a35a494a90 100644 --- a/src/mame/drivers/exprraid.cpp +++ b/src/mame/drivers/exprraid.cpp @@ -211,8 +211,8 @@ Stephh's notes (based on the games M6502 code and some tests) : #include "cpu/m6502/deco16.h" #include "cpu/m6502/m6502.h" #include "cpu/m6809/m6809.h" -#include "sound/2203intf.h" #include "sound/3526intf.h" +#include "sound/ym2203.h" #include "screen.h" #include "speaker.h" |