Skip to content

Commit 884de16

Browse files
committed
updated README
1 parent 050434c commit 884de16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Gopher2600 is an emulator for the Atari 2600 written in the Go language.
66

77
The accuracy of the emulation is very high and there are no known outstanding
88
problems with the 6507, TIA and RIOT chip emulation. Emulation of the ARM chip
9-
is limited to the Thumb subset of instructions but it does include reasonably
9+
is currently limited to the Thumb subset of instructions but it does include
1010
accurate cycle counting and performance monitoring.
1111

1212
It is an ongoing project and bug reports are welcome.
1313
<br clear="left">
1414

1515
The key features of the emulator:
1616

17-
* [Support for many of the known cartridge formats](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/Supported-Cartridge-Mappers)
17+
* [Support for many of the known cartridge formats](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/Supported-Cartridge-Mappers) including the [Supercharger](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/Supercharger)
1818
* Emulation of the [ARM7TDMI](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/ATM7TDMI-Emulation) as found in the `Harmony` cartridge
1919
* Network access through [PlusROM](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/PlusROM) emulation
2020
* [AtariVox and SaveKey](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/AtariVox-and-SaveKey) support
@@ -89,8 +89,8 @@ ROMs shown: Pitfall; [Chiphead](https://www.pouet.net/prod.php?which=68505); Thr
8989

9090
The Stella project (https://stella-emu.github.io/) was used as a visual
9191
reference for video output. In the absence of VCS hardware (which I didn't have
92-
during initial TIA development) Stella was the only option I had for checking
93-
video accuracy.
92+
during initial TIA development) Stella was a good alternative for checking
93+
the accuracy of video output.
9494

9595
In addition, Stella was used as reference in the following areas:
9696

0 commit comments

Comments
 (0)