Update README.md

Added Auido to readme
This commit is contained in:
StewBC 2020-01-15 17:19:13 -08:00
parent 336d789bf5
commit 0b599da677

View File

@ -12,8 +12,8 @@ experience :)
2. CURRENT STATUS 2. CURRENT STATUS
The game is a pretty good replica of the original. It is missing sound. It's The game is a pretty good replica of the original. It is missing the demo
also missing the demo attract mode, and the fireworks. attract mode, and the fireworks.
3. TECHNICAL DETAILS 3. TECHNICAL DETAILS
@ -75,6 +75,7 @@ if they are accurate.
There are actually 2 programs in this. The 1st is the game, and it's in There are actually 2 programs in this. The 1st is the game, and it's in
src/apple2. src/apple2.
* audio.inc - Routines to make the speaker beep
* defs.inc - Constants and definitions used throughout * defs.inc - Constants and definitions used throughout
* draw.inc - HGR buffer drawing. drawSprite, for example * draw.inc - HGR buffer drawing. drawSprite, for example
* edit.inc - The built-in world editor * edit.inc - The built-in world editor