From 0b599da677b45cac3d140b4fc2abbe9a582e0d6d Mon Sep 17 00:00:00 2001 From: StewBC Date: Wed, 15 Jan 2020 17:19:13 -0800 Subject: [PATCH] Update README.md Added Auido to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1be95b8..7741f04 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ experience :) 2. CURRENT STATUS -The game is a pretty good replica of the original. It is missing sound. It's -also missing the demo attract mode, and the fireworks. +The game is a pretty good replica of the original. It is missing the demo +attract mode, and the fireworks. 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 src/apple2. +* audio.inc - Routines to make the speaker beep * defs.inc - Constants and definitions used throughout * draw.inc - HGR buffer drawing. drawSprite, for example * edit.inc - The built-in world editor