Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz authored Jan 5, 2024
1 parent 090879f commit e594f2a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,24 @@ A GameBoy emulator, written in Rust.
- Cross-Platform
- Cross-Graphics API (Metal, Vulkan, OpenGL, D3D12, WebGPU)

### Partially Complete
- [ ] Channel 1
- [x] Period
- [x] Duty Cycle
- [ ] Sweep
- [ ] Envelope
- [ ] Channel 2
- [x] Period
- [x] Duty Cycle
- [ ] Envelope
- [ ] Channel 3
- [ ] Wave
- [ ] Period
- [ ] Channel 4
- [ ] LFSR

### Not Complete
- CGB Support
- Sound
- UI/Config Settings
- Custom Palettes

Expand Down

0 comments on commit e594f2a

Please sign in to comment.