From 1b8a1737785e3b1c32deee359c8c7073a6454f75 Mon Sep 17 00:00:00 2001 From: flowenol Date: Tue, 2 Mar 2021 00:49:47 +0100 Subject: [PATCH] Added link to software archive --- README.md | 4 ++-- src/rom_content.a65 | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cab3da5..2195729 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project aims to provide Apple-1 users with a quick way to expand RAM capaci ~30KB of on-board ROM, which can be banked in and out via software. The on-board ROM also contains a loader program which is capable of loading programs which span across non-continuous memory locations. The A1C expansion card allows via the physical switch to completely disable the loader program functionality which takes up to the 2 KB of memory -and to provide continuous 44KB wide RAM address space, +and to provide continuous 44KB wide RAM address space. ## Memory map @@ -32,7 +32,7 @@ In RAM mode: The contents of this repository are as following: -* inc/ - contains Apple-1 programs in binary format, the package is downloadable here +* inc/ - contains Apple-1 programs in binary format, the package is downloadable [here](https://drive.google.com/file/d/1G0ycKSszlr45RE8Rp6eW-0qxz4MS9qDN/view?usp=sharing) * mapping/ - contains EQN and JED files for GAL22V10 based address decoder * scripts/ - a bunch of useful python scripts which allow conversion from binary to Woz monitor format and vice versa * src/ - contains the 6502 assembly sources for the Apple-1 RAM/ROM Cartridge onboard ROM loader program diff --git a/src/rom_content.a65 b/src/rom_content.a65 index 7f48806..70dc63c 100644 --- a/src/rom_content.a65 +++ b/src/rom_content.a65 @@ -162,7 +162,6 @@ apple30th_cont .bin 0,0,"inc/apple30th.bin" memorytest_cont .bin 0,0,"inc/a1mt.bin" disassembler_cont .bin 0,0,"inc/disassembler.bin" applesoft_cont .bin 0,0,"inc/applesoft-lite.bin" -applesoft_zp_cont .bin 0,0,"inc/applesoft-zp.bin" matrix_cont .bin 0,0,"inc/basic/matrix-0800-1000.bin" lemo_cont .bin 0,0,"inc/asoft/lemo.bin" lemo_fix_cont .byt $01,$08,$F8,$23,$F8,$23,$F8,$23,$00,$40,$00,$FF,$00,$40