Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri authored Nov 16, 2023
1 parent ea7d2ae commit 11ba51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pfed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Atari 2600 Playfield Editor</h1>

<p>
Set the bits of the PF0, PF1, and PF2 registers to draw the background one line at the time.
Race the bean by modifying these registers to draw the complete desired screen background.
Race the beam by modifying these registers on each scanline to draw the complete screen background.
</p>

<canvas id="playfield"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion pfed/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* PlayFieldEDitor @ mauri.github.io
*
* pixel editor inspired by https://codepen.io/jah2488/pen/Gimzn
* (pixel editor inspired by https://codepen.io/jah2488/pen/Gimzn)
*
*
*/
Expand Down

0 comments on commit 11ba51b

Please sign in to comment.