Contents Menu Expand Light mode Dark mode Auto light/dark mode
chip8-py3 0.0.1 documentation
chip8-py3 0.0.1 documentation

Contents:

  • Tutorial
    • 初识 Chip8
    • Pygame 简介
    • 模拟器架构
    • 屏幕绘制
    • CPU 与指令
    • 基本指令
    • 更多指令
    • 帧率与按键
    • TETRIS
    • Summary
  • Chip8 API
    • CPU
    • Memory
    • Display
    • Keyboard
    • Machine
  • Assembly
  • Disassembly

Display¶

class src.chip8.display.Display[source]¶

Bases: object

(0, 0) (63, 0)

(0, 31) (63,31)

draw_frame(screen_buf: List[List[int]])[source]¶
draw_pixel(x: int, y: int)[source]¶
quit()[source]¶
render(screen_buf: List[List[int]])[source]¶
Next
Keyboard
Previous
Memory
Copyright © 2021, rsj217 | Created using Sphinx and @pradyunsg's Furo theme. | Show Source