Общая информация
Название Build a Chip-8 Emulator in JavaScript that runs on a browser
Тип Приложение для PC
Размер 3.43Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
[TGx]Downloaded from torrentgalaxy.to .txt 585б
0 215.00Кб
1 171.62Кб
1. 046 - Loading our first ROM into Chip-8 memory.mp4 67.98Мб
1. 046 - Loading our first ROM into Chip-8 memory.srt 6.73Кб
1. 1.mp4 11.75Мб
1. 1.srt 1.44Кб
1.1 GitHub Repository.html 103б
1.1 Opcode Test Rom GitHub Repo.html 102б
1.1 Rom for test.html 102б
1.2 Hex Friend (mac).html 97б
1.2 test_opcode.ch8 478б
1. Checking your knowledge on bitwise operator in Code (AND).html 119б
1. Checking your knowledge on bitwise operator symbols.html 119б
1. Chip-8 hardware and instructions.html 119б
1. Connecting the display to the HTML.mp4 24.68Мб
1. Connecting the display to the HTML.srt 3.94Кб
1. Creating a new simple Chip-8 instruction RET.mp4 19.56Мб
1. Creating a new simple Chip-8 instruction RET.srt 2.77Кб
1. Creating our Chip-8 Keyboard.mp4 28.13Мб
1. Creating our Chip-8 Keyboard.srt 3.57Кб
1. Creating our Chip-8 Sound Card.mp4 80.30Мб
1. Creating our Chip-8 Sound Card.srt 9.95Кб
1. Creating our Chip-8 virtual microprocessor.mp4 12.49Мб
1. Creating our Chip-8 virtual microprocessor.srt 1.74Кб
1. Creating our Disassembler and our first Chip-8 Instruction CLR.mp4 55.63Мб
1. Creating our Disassembler and our first Chip-8 Instruction CLR.srt 8.18Кб
1. Creating our Display.mp4 35.38Мб
1. Creating our Display.srt 3.95Кб
1. Creating our memory.mp4 87.50Мб
1. Creating our memory.srt 10.41Кб
1. Creating the Chip-8 charset.mp4 47.09Мб
1. Creating the Chip-8 charset.srt 5.18Кб
1. Creating the Registers.mp4 124.83Мб
1. Creating the Registers.srt 12.24Кб
1. Disassembling our opcode to get the Chip-8 Instruction.mp4 47.46Мб
1. Disassembling our opcode to get the Chip-8 Instruction.srt 5.88Кб
1. Drawing a character on the display.mp4 137.40Мб
1. Drawing a character on the display.srt 14.14Кб
1. Embed the Chip-8 emulator you created on your own portfolio page.html 123б
1. Implementing Chip-8 instruction CLS.mp4 34.97Мб
1. Implementing Chip-8 instruction CLS.srt 3.49Кб
1. Implement the Delay Timer for Chip-8.mp4 45.49Мб
1. Implement the Delay Timer for Chip-8.srt 4.49Кб
1. Running our Binary code manually.mp4 45.65Мб
1. Running our Binary code manually.srt 5.37Кб
1. Setting up Webpack so we can use modern JavScript on the Browser.mp4 48.82Мб
1. Setting up Webpack so we can use modern JavScript on the Browser.srt 8.47Кб
1. Understand the opcode structure.mp4 14.43Мб
1. Understand the opcode structure.srt 1.51Кб
1. Understand what Chip-8 is and the challenges we will face.mp4 27.17Мб
1. Understand what Chip-8 is and the challenges we will face.srt 3.20Кб
10 743.25Кб
10. Adding Chip-8 Instruction Set VX VY.mp4 32.55Мб
10. Adding Chip-8 Instruction Set VX VY.srt 3.17Кб
10. Implementing Chip-8 instruction Load registers (LD VX VY).mp4 21.47Мб
10. Implementing Chip-8 instruction Load registers (LD VX VY).srt 2.70Кб
11 755.90Кб
11. Adding the Chip-8 instructions OR, AND, XOR, ADD, SUB, SHR, SUBN, SHL.mp4 52.96Мб
11. Adding the Chip-8 instructions OR, AND, XOR, ADD, SUB, SHR, SUBN, SHL.srt 5.84Кб
11. Implementing Chip-8 instruction OR (OR VX VY).mp4 33.59Мб
11. Implementing Chip-8 instruction OR (OR VX VY).srt 4.25Кб
12 433.07Кб
12. Implementing Chip-8 instruction AND (AND VX VY).mp4 15.99Мб
12. Implementing Chip-8 instruction AND (AND VX VY).srt 2.16Кб
12. Testing the Chip-8 instructions OR, AND, XOR, ADD, SUB, SHR, SUBN, SHL.mp4 24.31Мб
12. Testing the Chip-8 instructions OR, AND, XOR, ADD, SUB, SHR, SUBN, SHL.srt 2.31Кб
13 584.87Кб
13. Adding the Chip-8 instructions SNE, SET JUMP and Random.mp4 54.63Мб
13. Adding the Chip-8 instructions SNE, SET JUMP and Random.srt 4.90Кб
13. Implementing Chip-8 instruction Exclusive OR XOR (XOR VX VY).mp4 22.50Мб
13. Implementing Chip-8 instruction Exclusive OR XOR (XOR VX VY).srt 3.36Кб
14 380.65Кб
14. Adding the Chip-8 instructions Draw DRW and introducing the nibble.mp4 27.49Мб
14. Adding the Chip-8 instructions Draw DRW and introducing the nibble.srt 2.85Кб
14. Implementing Chip-8 ADD with Carry (ADD VX VY with C).mp4 56.43Мб
14. Implementing Chip-8 ADD with Carry (ADD VX VY with C).srt 5.58Кб
15 758.59Кб
15. Adding the Chip-8 instructions Skip if key pressed (SKP).mp4 28.34Мб
15. Adding the Chip-8 instructions Skip if key pressed (SKP).srt 2.88Кб
15. Implementing Chip-8 SUB with not Borrow (SUB VX VY).mp4 32.01Мб
15. Implementing Chip-8 SUB with not Borrow (SUB VX VY).srt 3.53Кб
16 380.46Кб
16. Adding the Chip-8 instructions Set Delay Timer, Set Sound Timer, and more.mp4 51.78Мб
16. Adding the Chip-8 instructions Set Delay Timer, Set Sound Timer, and more.srt 5.44Кб
16. Implementing Chip-8 Shift bits to Right (SHR VX).mp4 50.34Мб
16. Implementing Chip-8 Shift bits to Right (SHR VX).srt 7.13Кб
17 40.81Кб
17. Implementing Chip-8 SUBN with not Borrow (SUBN VX VY).mp4 44.75Мб
17. Implementing Chip-8 SUBN with not Borrow (SUBN VX VY).srt 4.68Кб
17. Testing the Chip-8 instructions Set Delay Timer, Set Sound Timer and more.mp4 22.08Мб
17. Testing the Chip-8 instructions Set Delay Timer, Set Sound Timer and more.srt 2.07Кб
18 102.30Кб
18. Implementing Chip-8 Shift bits to Left (SHL VX).mp4 51.61Мб
18. Implementing Chip-8 Shift bits to Left (SHL VX).srt 6.91Кб
19 227.95Кб
19. Implementing Chip-8 Skip (SNE VX VY).mp4 24.73Мб
19. Implementing Chip-8 Skip (SNE VX VY).srt 2.59Кб
2 633.06Кб
2. Adding and removing values from Stack using Push and Pop.mp4 34.13Мб
2. Adding and removing values from Stack using Push and Pop.srt 5.23Кб
2. Checking your knowledge on bitwise operator.html 119б
2. Checking your knowledge on bitwise operator in Code (XOR).html 119б
2. Creating a multiplier to make our Display larger.mp4 12.89Мб
2. Creating a multiplier to make our Display larger.srt 2.23Кб
2. Creating a webserver to serve our Chip-8 emulator.mp4 12.68Мб
2. Creating a webserver to serve our Chip-8 emulator.srt 1.65Кб
2. Fixing our Sound Card and making it beep.mp4 24.49Мб
2. Fixing our Sound Card and making it beep.srt 2.69Кб
2. Getting the Opcode from the Chip-8 Memory.mp4 44.55Мб
2. Getting the Opcode from the Chip-8 Memory.srt 5.10Кб
2. Implement Chip-8 Jump (JP) and creating arguments.mp4 39.07Мб
2. Implement Chip-8 Jump (JP) and creating arguments.srt 5.54Кб
2. Implementing Chip-8 instruction RET.mp4 37.42Мб
2. Implementing Chip-8 instruction RET.srt 4.82Кб
2. Loading character set to Chip-8 memory.mp4 48.56Мб
2. Loading character set to Chip-8 memory.srt 4.53Кб
2. Mapping the Keyboard.mp4 28.87Мб
2. Mapping the Keyboard.srt 3.37Кб
2. Running the opcodes.html 399б
2. Understanding the Pixel Position and writing on the screen.mp4 41.07Мб
2. Understanding the Pixel Position and writing on the screen.srt 4.90Кб
20 289.72Кб
20. Implementing Chip-8 Load I (LD NNN).mp4 28.96Мб
20. Implementing Chip-8 Load I (LD NNN).srt 2.97Кб
21 401.22Кб
21. Implementing Chip-8 Jump (JP V0 NNN).mp4 25.82Мб
21. Implementing Chip-8 Jump (JP V0 NNN).srt 2.66Кб
22 678.42Кб
22. Implementing Chip-8 Ramdon (RND VX NN).mp4 58.58Мб
22. Implementing Chip-8 Ramdon (RND VX NN).srt 6.44Кб
23 183.60Кб
23. Implementing Chip-8 Drawing (DRW VX VY nibble).mp4 109.38Мб
23. Implementing Chip-8 Drawing (DRW VX VY nibble).srt 10.99Кб
24 445.77Кб
24. Debugging our display problem.mp4 55.26Мб
24. Debugging our display problem.srt 6.65Кб
25 707.69Кб
25. 74 Wrapping around the display Horizontal and Vertical (just like Pac-Man).mp4 28.46Мб
25. 74 Wrapping around the display Horizontal and Vertical (just like Pac-Man).srt 3.87Кб
26 548.81Кб
26. Creating and testing a collision on the Display.mp4 35.89Мб
26. Creating and testing a collision on the Display.srt 4.55Кб
27 930.30Кб
27. Implementing Chip-8 Skip is Key Pressed (SKP VX).mp4 62.26Мб
27. Implementing Chip-8 Skip is Key Pressed (SKP VX).srt 6.58Кб
28 357.67Кб
28. Implementing Chip-8 Skip is Key is not Pressed (SKNP VX).mp4 19.95Мб
28. Implementing Chip-8 Skip is Key is not Pressed (SKNP VX).srt 2.41Кб
29 519.39Кб
29. Implementing Chip-8 Set from Delay Timer (LD VX DT).mp4 26.69Мб
29. Implementing Chip-8 Set from Delay Timer (LD VX DT).srt 2.69Кб
3 512.09Кб
3. Checking for Stack Overflow and Stack Underflow errors.mp4 32.86Мб
3. Checking for Stack Overflow and Stack Underflow errors.srt 5.17Кб
3. Checking your knowledge on bitwise operator in Code.html 119б
3. Creating our screen and our screen buffer.mp4 37.44Мб
3. Creating our screen and our screen buffer.srt 3.35Кб
3. Implementing Chip-8 instruction Jump to Address.mp4 20.36Мб
3. Implementing Chip-8 instruction Jump to Address.srt 2.67Кб
3. Implement the sound on the main loop.mp4 27.88Мб
3. Implement the sound on the main loop.srt 2.87Кб
3. Returning the argument nnn from Jump (JP).mp4 26.08Мб
3. Returning the argument nnn from Jump (JP).srt 3.87Кб
3. Using the mapping in our Virtual Keyboard.mp4 38.19Мб
3. Using the mapping in our Virtual Keyboard.srt 4.08Кб
30 260.48Кб
30. Implementing Chip-8 Wait for a Key(LD VX DT0).mp4 64.42Мб
30. Implementing Chip-8 Wait for a Key(LD VX DT0).srt 7.50Кб
31 459.13Кб
31. Implementing Chip-8 Wait for a Key(LD VX K).mp4 64.45Мб
31. Implementing Chip-8 Wait for a Key(LD VX K).srt 7.50Кб
32 866.51Кб
32. Implementing Chip-8 Set Delay Timer(LD DT VX).mp4 16.53Мб
32. Implementing Chip-8 Set Delay Timer(LD DT VX).srt 1.75Кб
33 898.33Кб
33. Implementing Chip-8 Set Sound Timer(LD ST VX).mp4 16.69Мб
33. Implementing Chip-8 Set Sound Timer(LD ST VX).srt 2.08Кб
34 950.53Кб
34. Implementing Chip-8 Add I(ADD I VX).mp4 28.71Мб
34. Implementing Chip-8 Add I(ADD I VX).srt 3.85Кб
35 478.97Кб
35. Implementing Chip-8 Set I to a Sprite (LD I VX).mp4 51.72Мб
35. Implementing Chip-8 Set I to a Sprite (LD I VX).srt 4.92Кб
36 953.29Кб
36. Implementing Chip-8 Store BCD (Binary Coded Decimal) (LD B VX).mp4 78.07Мб
36. Implementing Chip-8 Store BCD (Binary Coded Decimal) (LD B VX).srt 7.33Кб
37 829.18Кб
37. Implementing Chip-8 Store V0-VX (LD B VX).mp4 48.31Мб
37. Implementing Chip-8 Store V0-VX (LD B VX).srt 4.56Кб
38 437.56Кб
38. Implementing Chip-8 Read V0-VX (LD VX I).mp4 42.15Мб
38. Implementing Chip-8 Read V0-VX (LD VX I).srt 4.13Кб
39 576.80Кб
4 715.31Кб
4. Creating all the keyboard functions.mp4 30.41Мб
4. Creating all the keyboard functions.srt 3.72Кб
4. Drawing our Frame Buffer on the screen.mp4 63.27Мб
4. Drawing our Frame Buffer on the screen.srt 6.81Кб
4. Implementing Chip-8 instruction Call to Address (CALL).mp4 52.90Мб
4. Implementing Chip-8 instruction Call to Address (CALL).srt 6.18Кб
4. Implementing the Chip-8 Call instruction.mp4 11.95Мб
4. Implementing the Chip-8 Call instruction.srt 1.74Кб
40 597.76Кб
41 112.01Кб
42 635.94Кб
43 30.08Кб
44 890.26Кб
45 417.14Кб
46 142.23Кб
47 464.59Кб
48 1011.56Кб
49 605.80Кб
5 948.11Кб
5. Adding the Skip VX NN on the instruction set and shifting bits.mp4 39.53Мб
5. Adding the Skip VX NN on the instruction set and shifting bits.srt 5.58Кб
5. Detecting and storing key presses.mp4 67.15Мб
5. Detecting and storing key presses.srt 8.24Кб
5. Implementing Chip-8 instruction Skip if equals (SE VX KK).mp4 42.12Мб
5. Implementing Chip-8 instruction Skip if equals (SE VX KK).srt 4.77Кб
50 39.54Кб
51 136.92Кб
52 298.44Кб
53 548.93Кб
54 679.81Кб
55 886.87Кб
56 122.58Кб
57 519.00Кб
58 850.30Кб
59 314.06Кб
6 18.64Кб
6. Implementing Chip-8 instruction Skip if different (SNE VX KK).mp4 13.63Мб
6. Implementing Chip-8 instruction Skip if different (SNE VX KK).srt 1.78Кб
6. Refactoring our code to make easier to understand and continue.mp4 37.57Мб
6. Refactoring our code to make easier to understand and continue.srt 3.99Кб
60 942.46Кб
61 180.12Кб
62 276.42Кб
63 332.58Кб
64 522.20Кб
65 703.50Кб
66 922.01Кб
67 513.04Кб
68 941.69Кб
69 547.71Кб
7 867.42Кб
7. Adding another Chip-8 instruction Skip next instruction - SNE VX KK.mp4 9.56Мб
7. Adding another Chip-8 instruction Skip next instruction - SNE VX KK.srt 1.36Кб
7. Implementing Chip-8 instruction Skip if registers are equal (SE VX VY).mp4 18.58Мб
7. Implementing Chip-8 instruction Skip if registers are equal (SE VX VY).srt 2.68Кб
70 626.01Кб
71 658.80Кб
72 54.54Кб
73 452.61Кб
74 432.40Кб
75 317.42Кб
76 482.55Кб
77 12.55Кб
78 580.57Кб
79 375.72Кб
8 565.80Кб
8. Adding Chip-8 instruction LD VX KK.mp4 12.97Мб
8. Adding Chip-8 instruction LD VX KK.srt 1.63Кб
8. Implementing Chip-8 instruction Set registers (LD VX NN).mp4 21.39Мб
8. Implementing Chip-8 instruction Set registers (LD VX NN).srt 2.76Кб
80 30.48Кб
81 116.47Кб
82 332.67Кб
83 520.35Кб
84 54.53Кб
85 260.37Кб
86 910.61Кб
9 594.01Кб
9. Adding Chip-8 Instruction Add VX KK.mp4 10.11Мб
9. Adding Chip-8 Instruction Add VX KK.srt 1.36Кб
9. Implementing Chip-8 instruction Add (ADD VX KK).mp4 23.10Мб
9. Implementing Chip-8 instruction Add (ADD VX KK).srt 2.88Кб
TutsNode.com.txt 63б
Статистика распространения по странам
Всего 0
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент