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 cdd1fcf commit 46881bcCopy full SHA for 46881bc
src/rewinder.nim
@@ -1,5 +1,7 @@
1
import nes
2
3
+# TODO: State of Cartridge and Mapper is missing, a bit ugly to add
4
+
5
const rewindSize = 600
6
7
type Rewinder* = ref object
0 commit comments