mirror of
https://github.com/DutchMaker/Apple-1-Mini.git
synced 2024-12-28 17:30:47 +00:00
4 lines
318 B
Markdown
4 lines
318 B
Markdown
|
`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.
|