Yoda Lee

Results 6 issues of Yoda Lee

Currently we use [minifb](https://github.com/emoon/rust_minifb) to draw the screen. In other implementation they may use other library like SDL2 to display. We should separate the display out so we can easily...

Right now, the audio function is not yet implemented. This change can use tetris.gb as test data.

http://www.iicm.org.tw/term/index.asp?new=1 中華民國資訊學會 (IICM) 提供的電腦名詞對照表

參考資料

As title XD

翻譯中

I'm current working on this issue: https://github.com/servo/servo/issues/13234 To support streaming, I need to use `RawDecoder` provided by rust-encoding. I add an instance of `RawDecoder` to `TextDecoder`, make decode method use...

Add support to build repository using CMake. The difference between CMake and Makefile is slightly different. I separate the fips202 library and will build three different version of fips202 library...