Update README.md

typo
This commit is contained in:
Tamas Rudnai 2020-07-30 14:26:15 -07:00 committed by GitHub
parent 420234fe97
commit bbd00aef46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The name refers to "two Steves", _Steve Wozniak_ and _Steve Jobs_ who created Ap
Steve \]\[ was introduce at [KansasFest 2020](https://www.kansasfest.org) (Journey of an Apple ][ Emulator) and release on GitHub as an Open Source project.
Original goal of the project was to find out how fast Apple \]\[ would be in today's technologies. The original Apple \]\[ was introduced in 1977, including Integer BASIC and Assembler Monitor functions. Later on the BASIC interpreter was replaced by Microsoft's AppleSoft BASIC, and the hardware design went through on several iterations. Most models were using a variant of [6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) CPU at a clock speeed of 1.023 MHz. Looking at it 40 years later it seems like impossible to do anything on those computers, however, at that time Apple \]\[ was the state of the art technology. People used it for text processing, the very first spreadsheet app was written on it, and of course games, many many games. Some notable titles include Karateka, Prince of Persia and Castle of Wolfeinstein. This latter one evolved to Doom on the PC platform.
Original goal of the project was to find out how fast Apple \]\[ would be in today's technologies. The original Apple \]\[ was introduced in 1977, including Integer BASIC and Assembler Monitor functions. Later on the BASIC interpreter was replaced by Microsoft's AppleSoft BASIC, and the hardware design went through on several iterations. Most models were using a variant of [6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) CPU at a clock speed of 1.023 MHz. Looking at it 40 years later it seems like impossible to do anything on those computers, however, at that time Apple \]\[ was the state of the art technology. People used it for text processing, the very first spreadsheet app was written on it, and of course games, many many games. Some notable titles include Karateka, Prince of Persia and Castle of Wolfeinstein. This latter one evolved to Doom on the PC platform.
At 1.023 MHz operation speed was limited. Just an example of it, if you wrote a BASIC program to count from 1 to 65536 printing out the number at each iterations, it takes about 31 minutes. The very same emulating Apple ][ at 1.3 GHz takes only 2 seconds.