We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c50f07 commit 1eada48Copy full SHA for 1eada48
README.md
@@ -1,8 +1,16 @@
1
# goones
2
-NES Emulator written in Golang. It is a toy project for me.
+NES Emulator written in Golang.
3
4

5
6
+It is a toy project for me, and the outcome is a implementation that supports
7
+
8
+- works super-mario-bros! (not including rom)
9
+- mapper0,
10
+- 1P controller,
11
+- 6502 emulator,
12
+- and a simple ppu.
13
14
## How to run
15
16
```
ui/run.go
@@ -11,7 +11,7 @@ import (
const(
Width = 256
Height = 240
- title = "Nes Emulator"
+ title = "goones"
)
17
func init() {
0 commit comments