Skip to content

Commit

Permalink
minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 17, 2024
1 parent da157e9 commit b17f55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/bombjack.zig
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ pub const Bombjack = struct {
if (pin(bus, WR)) bus |= Psg1.BDIR;
if (!pin(bus, A0)) bus |= Psg1.BC1;
},
A7 => {
A7 => { // PSG2
if (pin(bus, WR)) bus |= Psg2.BDIR;
if (!pin(bus, A0)) bus |= Psg2.BC1;
},
Expand Down

0 comments on commit b17f55d

Please sign in to comment.