Skip to content

Commit

Permalink
readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr committed Aug 12, 2024
1 parent 3ce8b35 commit 99e1993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# 1. About
```
▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
Expand All @@ -16,9 +15,10 @@
▒▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒▒▒ ▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
```
# 1. About

I wrote a Chip8 virtual machine. Chip8 was implemented by a number of
[computers](http://www.hobbylabs.org/telmac.htm)in the 70s and HP
[computers](http://www.hobbylabs.org/telmac.htm) in the 70s and HP
[calculators](https://www.hpcalc.org/hp48/docs/faq/48faq-8.html) in the 80s.
Instead of using actual microprocessor opcodes, it was always designed to be a
virtual language and be interpreted at
Expand All @@ -27,7 +27,7 @@ virtual language and be interpreted at
<img src="https://github.com/leonmavr/chip-8/blob/master/assets/demo_grid.gif" alt="Demo gif" height="300px">

(A high quality video version of the gif is found
[here](https://github.com/leonmavr/chip-8/blob/master/assets/demo_grid.mp4).
[here](https://github.com/leonmavr/chip-8/blob/master/assets/demo_grid.mp4).)

# 2. Usage

Expand Down

0 comments on commit 99e1993

Please sign in to comment.