dbuchwald / 6502

DB6502: 65C02 based computer inspired by BE6502
MIT License
145 stars 30 forks source link

Add support for WDC65C51 ACIA chip in software #11

Closed dbuchwald closed 4 years ago

dbuchwald commented 4 years ago

Currently the software is not compatible with WDC65C51 chips due to TX-buffer-empty bug exhibited by these ICs.

dbuchwald commented 4 years ago

Support for WDC65C51 has been implemented successfully.