Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (29 loc) · 1.08 KB

Gemub

Another Gameboy emulator in C.

Roadmap

  • CPU
    • Instruction decoding
    • Registers implementation
    • ISA implementation
      • LD
      • ADD, ADC, SUB, SBC, INC, DEC
      • AND, OR, XOR
      • JP, JR, CALL
      • PUSH, POP, RST
      • RET
      • CB 0x%02x (instructions with CB opcode)
      • Interrupt based instructions
    • Enabling simulation
  • Memory
    • Load rom from file
    • Implementing read operation on ROM
    • Managing MBC
    • Implementing basic memory functionality (read from/write to memory)
  • Output video
  • Interrupt support

Resources