jiyunomegami
jiyunomegami
I got it to work with the original adapter. Fork here: https://github.com/jiyunomegami/ndsplus It detects the original adapter, and should work with the plus version as well. However, I have only...
I have the same problem as this person: http://www.eternal-lands.com/forum/index.php?showtopic=59790 > The Problem: When I move in maps i frequently use the camera. May it be for fighting in invasion or...
This works for me ``` diff --git a/src/gray.lisp b/src/gray.lisp index 403fee6..e191d92 100644 --- a/src/gray.lisp +++ b/src/gray.lisp @@ -39,6 +39,10 @@ (with-slots (buffer) self (setf buffer (make-input-buffer :vector vector :stream stream))))...
I tried to get SBEMU working with X-Fi EMU20K1/CA20K1 PCI cards SB0730 and SB0460. There are some old OSS drivers at http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2020-src-gpl.tar.bz2 Linked from https://qa.debian.org/cgi-bin/watch?pkg=oss4 They seem to be easier...
I added MPU-401 UART mode support that works in protected mode for Doom etc. You can use your Roland/Yamaha/... modules using a serial port. The main patch/commit is here: https://github.com/jiyunomegami/SBEMU/commit/10f84fdba40470a996a712fd72dda73ca23ed7b5...