Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit a599b73

Browse files
committed
Add falling
1 parent 435bfed commit a599b73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
canvas.height = 240;
1414

1515

16-
const res = await fetch('./roms/giko017.nes');
16+
const res = await fetch('./roms/falling.nes');
1717
const arrayBuf = await res.arrayBuffer();
1818
const nes = new Uint8Array(arrayBuf);
1919
// Add key code area to tail.

roms/falling.nes

40 KB
Binary file not shown.

0 commit comments

Comments
 (0)