Apple1_MiST/README.md

24 lines
621 B
Markdown
Raw Normal View History

2021-12-29 15:18:10 +00:00
# Apple1_MIST
Apple1 implementation for the MiST FPGA.
This was forked from [Gehstock's project](https://github.com/Gehstock/Mist_FPGA).
2022-01-06 09:48:31 +00:00
## How to use
- F1 clears the Apple-1 display
- F12 open the MiST menu for loading .PRG files
.PRG files are plain binary files with two byte load address
as the first two bytes of the file
2021-12-29 15:18:10 +00:00
## CHANGELOG
2021-12-28
- 15 kHz video output (NTSC) and use of MiST scandoubler/video pipeline
- more accurate 7x8 character matrix (5x7 + hardware spacing)
- clock is now derived from 14.31818 instead of 25 MHz (more accurate)
- serial port communication feature is disabled/removed