You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ Gopher2600 is an emulator for the Atari 2600 written in the Go language.
6
6
7
7
The accuracy of the emulation is very high and there are no known outstanding
8
8
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
10
10
accurate cycle counting and performance monitoring.
11
11
12
12
It is an ongoing project and bug reports are welcome.
13
13
<brclear="left">
14
14
15
15
The key features of the emulator:
16
16
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)
18
18
* Emulation of the [ARM7TDMI](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/ATM7TDMI-Emulation) as found in the `Harmony` cartridge
19
19
* Network access through [PlusROM](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/PlusROM) emulation
20
20
*[AtariVox and SaveKey](https://github.com/JetSetIlly/Gopher2600-Docs/wiki/AtariVox-and-SaveKey) support
0 commit comments