]> Shamusworld >> Repos - thunder/commit
Added V63701, YM2151 emulation, more SDL 2 fixes.
authorShamus Hammons <jlhamm@acm.org>
Thu, 17 Apr 2014 13:39:09 +0000 (08:39 -0500)
committerShamus Hammons <jlhamm@acm.org>
Thu, 17 Apr 2014 13:39:09 +0000 (08:39 -0500)
commit756fbabdd25117272164fd2d31810e6018a5990e
tree8ff2e6b953bc72fd40cba269ecfb5fd0ea1944d4
parentad913876dd8313ff082819d8cd5a921418670657
Added V63701, YM2151 emulation, more SDL 2 fixes.
makefile
src/screen.cpp
src/thunder.cpp
src/v63701.cpp [new file with mode: 0644]
src/v63701.h [new file with mode: 0644]
src/ym2151.c [new file with mode: 0644]
src/ym2151.h [new file with mode: 0644]
test/mcu-sound.cpp [new file with mode: 0644]
test/mcu-sound.mak [new file with mode: 0644]
test/union.cpp