-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare the addition of more OPL emulation cores
- Loading branch information
1 parent
a9dd2ee
commit 1bcdedd
Showing
13 changed files
with
8,560 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.