Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
4bbc9d01
Verified
Commit
4bbc9d01
authored
4 months ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
chore: improved comments
parent
689baa37
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5280
passed
4 months ago
Stage: build
Stage: test
Stage: deploy
Stage: build-shared
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
src/ppu.rs
+6
-2
6 additions, 2 deletions
src/ppu.rs
with
7 additions
and
3 deletions
CHANGELOG.md
+
1
−
1
View file @
4bbc9d01
...
...
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
*
State management support for:
`pad`
,
`ppu`
and
`cpu`
*
State management support for:
`pad`
,
`ppu`
and
`cpu`
### Changed
...
...
This diff is collapsed.
Click to expand it.
src/ppu.rs
+
6
−
2
View file @
4bbc9d01
...
...
@@ -428,10 +428,14 @@ pub struct PpuRegisters {
/// Represents the Game Boy PPU (Pixel Processing Unit) and controls
/// all of the logic behind the graphics processing and presentation.
/// The PPU is responsible for the rendering of the screen and the
/// management of the video memory.
///
/// Should store both the VRAM and HRAM together with the internal
/// graphic related registers.
/// Outputs the screen as a RGB 8 bit frame buffer.
/// graphic related registers. Outputs the screen as an 8 bit RGB
/// frame buffer.
///
/// Current implementation is compatible with both DMG and CGB.
///
/// # Basic usage
///
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment