Apple-1-Mini/code/memory
Ruud van Falier 34feaadeb6 Rough draft of a PCB (autorouted) that has been sent to the manufacturer for a first test board 2017-07-21 10:56:51 +02:00
..
8k-Apple-1-EEPROM.hex Rough draft of a PCB (autorouted) that has been sent to the manufacturer for a first test board 2017-07-21 10:56:51 +02:00
32k-Apple-1-EEPROM.hex Rough draft of a PCB (autorouted) that has been sent to the manufacturer for a first test board 2017-07-21 10:56:51 +02:00
README.md Rough draft of a PCB (autorouted) that has been sent to the manufacturer for a first test board 2017-07-21 10:56:51 +02:00
memory-map.jpg Rough draft of a PCB (autorouted) that has been sent to the manufacturer for a first test board 2017-07-21 10:56:51 +02:00

README.md

8k-Apple-1-EEPROM.hex contains the memory data for the 8-Kbit EEPROM.
The ROM contains only the BASIC, Krusader and WozMon code.
Address decoding makes sure the correct location of ROM memory is being accessed.
For example: when the 6502 addresses FF00 to run the WozMon, it actually addresses 1F00 on the ROM.