Skip to content

Commit dbfd253

Browse files
committed
fix main.yml
1 parent c7da437 commit dbfd253

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: famidash.${{ matrix.target.target }}-llvm.nes
32-
path: BUILD/${{ matrix.target.target }}/famidash-llvm.nes
32+
path: OUT/${{ matrix.target.target }}/famidash-llvm.nes
33+

src/interrupts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ __attribute__((interrupt_norecurse)) void nmi(){
4949
PPU.vram.data = PAL_BG_PTR[PAL_BUF[15]];
5050
}
5151

52-
52+
5353
//
5454
// everything else i need
5555
// goes below here...

0 commit comments

Comments
 (0)