Skip to content

Commit

Permalink
prepare the addition of more OPL emulation cores
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Nov 22, 2023
1 parent a9dd2ee commit 1bcdedd
Show file tree
Hide file tree
Showing 13 changed files with 8,560 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,11 @@ src/engine/platform/sound/tia/AudioChannel.cpp
src/engine/platform/sound/tia/Audio.cpp

src/engine/platform/sound/ymfm/ymfm_adpcm.cpp
src/engine/platform/sound/ymfm/ymfm_opl.cpp
src/engine/platform/sound/ymfm/ymfm_opm.cpp
src/engine/platform/sound/ymfm/ymfm_opn.cpp
src/engine/platform/sound/ymfm/ymfm_opz.cpp
src/engine/platform/sound/ymfm/ymfm_pcm.cpp
src/engine/platform/sound/ymfm/ymfm_ssg.cpp

src/engine/platform/sound/lynx/Mikey.cpp
Expand Down
339 changes: 339 additions & 0 deletions extern/YM3812-LLE/LICENSE

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions extern/YM3812-LLE/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YM3812-LLE

Yamaha YM3812 (OPL2) emulator using YM3812 die shot.

Special thanks to Travis Goodspeed for decapping YM3812.

https://twitter.com/travisgoodspeed/status/1652334901230723072

# MODIFICATION DISCLAIMER

this is a modified version of YM3812-LLE which adds functions to allow its usage.

the original Git commit is 7f0c6537ccd61e9e7dbddb4e4a353e007ea69c50.
Loading

0 comments on commit 1bcdedd

Please sign in to comment.