DMG-01
DMG-01 copied to clipboard
A Gameboy Emulator in Rust
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
I can only see ADD in the instruction guide. Is there something wrong or I use it in a wrong way?
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Just some minor typo fixes. The project looks a bit abandoned, which is unfortunate. It seems promising.
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hey, I’m interested in this project, could I get a list of supported roms that I can try out.
Hello sir, this book is great! And I am translating this into Chinese, I wish you would support this... Thank you : ) - The repo https://github.com/suhanyujie/emulate-game-boy-translation
The links to the guide on numbers and guide on bit manipulation are broken on this page: https://blog.ryanlevick.com/DMG-01/public/book/cpu/registers.html. Both links point to `https://blog.ryanlevick.com/DMG-01/public/book/cpu/appendix/.html` instead of `https://blog.ryanlevick.com/DMG-01/public/book/appendix/.html`
I've been having good luck with using Azure Pipelines. Maybe we should give that shot for this project.
Seems the links go wrong as the appendixes are in another folder (not under CPU but the folder next to it, appendix) BTW, thanks for this book, I just started...