AI News HubLIVE
サイト内リライト1 分で読了

翻訳待ち:Show HN: I wrote the emudev hello world (CHIP-8 emulator in C)

AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。ソース概要:Notifications You must be signed in to change notification settings Fork 0 Star 2 BranchesTags Open more actions menu Folders and files NameName Last commit message Last commit date Latest commit History 92 Commits 92 C…

ソースHacker News AI著者: tack1234

AI サービスが一時的に利用できないため、復旧後に翻訳を補完します。

Notifications You must be signed in to change notification settings Fork 0 Star 2 BranchesTags Open more actions menu Folders and files NameName Last commit message Last commit date Latest commit History 92 Commits 92 Commits .vscode .vscode build build docs docs include include resources resources src src tests tests .clang-format .clang-format .gitattributes .gitattributes .gitignore .gitignore README.md README.md test_data.txt test_data.txt Repository files navigation My attempt at an emudev hello world project, learning C at the same time. Using Raylib. WIP Build From the root of the repo, builds in debug configuration by default: Linux: cd build && chmod +x ./premake5 && ./premake5 gmake && cd .. && make Windows: cd build && ./premake5.exe gmake && cd .. && make Run Debug: ./bin/Debug/c8 ./tests/ibm.ch8 Release: ./bin/Release/c8 ./tests/ibm.ch8 Tests Test cartridges are located in tests. Most of these were taken from the https://github.com/Timendus/chip8-test-suite/ repository, which is very much appreciated. Resources Beep sound - https://bigsoundbank.com/beep-of-a-cash-register-s1417.html TODO Unfuck logging Write into a file stream instead of stderr Tests Update shift instructions to be OG CHIP-8 compatible by default ig Resources Readme Activity Stars 2 stars Watchers 0 watching Forks 0 forks Report repository