Skip to content

Commit 667d8a4

Browse files
authored
Add files via upload
1 parent 0fe4168 commit 667d8a4

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

live.fds

64 KB
Binary file not shown.

live_UNROM.nes

16 KB
Binary file not shown.

live_VRC6.nes

24 KB
Binary file not shown.

make_fds.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
del live.fds
2+
asm6 file.asm -dFDS -dCHRRAM
3+
IF EXIST file.bin. (
4+
copy /b fds.hed+file.bin live.fds
5+
Nintendulator live.fds
6+
)

0 commit comments

Comments
 (0)