Skip to content

Commit 1eada48

Browse files
committed
Update README.md and window tile.
1 parent 5c50f07 commit 1eada48

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# goones
2-
NES Emulator written in Golang. It is a toy project for me.
2+
NES Emulator written in Golang.
33

44
![super-mario-bros](https://github.com/ad-sho-loko/goones/blob/etc/image/img/super-mario-bro.png)
55

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+
614
## How to run
715

816
```

ui/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
const(
1212
Width = 256
1313
Height = 240
14-
title = "Nes Emulator"
14+
title = "goones"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)