We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7da437 commit dbfd253Copy full SHA for dbfd253
.github/workflows/main.yml
@@ -29,4 +29,5 @@ jobs:
29
uses: actions/upload-artifact@v4
30
with:
31
name: famidash.${{ matrix.target.target }}-llvm.nes
32
- path: BUILD/${{ matrix.target.target }}/famidash-llvm.nes
+ path: OUT/${{ matrix.target.target }}/famidash-llvm.nes
33
+
src/interrupts.c
@@ -49,7 +49,7 @@ __attribute__((interrupt_norecurse)) void nmi(){
49
PPU.vram.data = PAL_BG_PTR[PAL_BUF[15]];
50
}
51
52
-
53
//
54
// everything else i need
55
// goes below here...
0 commit comments