Skip to content

Commit

Permalink
Uncomment some lines?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 18, 2024
1 parent 4eddf08 commit 5d956dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dotnes.tasks/Utilities/NESWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ void Write_initlib()

void Write_donelib(ushort totalSize)
{
//SetLabel(nameof(donelib), (ushort)(_writer.BaseStream.Position + 0x8000));
SetLabel(nameof(donelib), (ushort)(_writer.BaseStream.Position + 0x8000));

/*
* 8546 A000 LDY #$00 ; donelib
Expand All @@ -1654,7 +1654,8 @@ void Write_donelib(ushort totalSize)

void Write_copydata(ushort totalSize)
{
//SetLabel(nameof(copydata), (ushort)(_writer.BaseStream.Position + 0x8000));
SetLabel(nameof(copydata), (ushort)(_writer.BaseStream.Position + 0x8000));

/*
* 854F A9FE LDA #$FE ; copydata
* 8551 852A STA ptr1
Expand Down

0 comments on commit 5d956dc

Please sign in to comment.