File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ NES Emulator written in Golang. It is a toy project for me.
7
7
8
8
```
9
9
go get github.com/ad-sho-loko/goones
10
- go run . [.nes]
10
+ goones [.nes-file ]
11
11
```
12
12
13
13
## Reference
Original file line number Diff line number Diff line change
1
+ module go_nes
2
+
3
+ go 1.12
4
+
5
+ require (
6
+ github.com/ad-sho-loko/goones v0.0.0-20190817094426-e9d6438c9a16
7
+ github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
8
+ github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
9
+ )
Original file line number Diff line number Diff line change
1
+ github.com/ad-sho-loko/goones v0.0.0-20190817094426-e9d6438c9a16 h1:vvtarPvYZL4hIzHrHQLVpR12SeWPmLIGhvOtEutPGwQ =
2
+ github.com/ad-sho-loko/goones v0.0.0-20190817094426-e9d6438c9a16 /go.mod h1:/Wa4LTLisdT+hWvZg3sFNbNn9RcgcjzQ5sNHbmme+l4 =
3
+ github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw =
4
+ github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 /go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk =
5
+ github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0 =
6
+ github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 /go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU =
You can’t perform that action at this time.
0 commit comments