mirror of
https://github.com/nippur72/Apple1_MiST.git
synced 2025-02-28 18:29:27 +00:00
16 lines
428 B
Markdown
16 lines
428 B
Markdown
# Apple1_MIST
|
|
|
|
Apple1 implementation for the MiST FPGA.
|
|
|
|
This was forked from [Gehstock's project](https://github.com/Gehstock/Mist_FPGA).
|
|
|
|
## 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
|
|
|