Skip to content

Commit c71c056

Browse files
authored
Update README.md
1 parent 5e73cbb commit c71c056

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__Floppy Bird__ is a port of Flappy Bird that runs in BIOS, written in x86 assembly (nasm syntax).
1+
__Floppy Bird__ is a port of Flappy Bird that runs in BIOS and is written in x86 assembly (nasm syntax).
22

33
To play, just flush the image to your pendriave, CD or ~flappy~ floppy disk and boot your computer from it. Alternatively, you may use virtual machine or emulator, for example Virtual Box (note that VB has probably something messed up with clock, so you may need to adjust timing in code).
44

@@ -7,5 +7,5 @@ To play, just flush the image to your pendriave, CD or ~flappy~ floppy disk and
77
### System Requirements:
88
- _Operating System:_ no
99
- _Video Card:_ no
10-
- _Processor:_ 8086 or higher
11-
- _Storage:_ 756 bytes of free disk space
10+
- _Processor:_ 80186 or higher
11+
- _Storage:_ 0x600 bytes of free space

0 commit comments

Comments
 (0)