mirror of
https://github.com/flowenol/apple1cartridge.git
synced 2025-01-20 10:31:24 +00:00
Added link to software archive
This commit is contained in:
parent
a6fb5ff5dc
commit
1b8a173778
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user