dbuchwald / 6502

DB6502: 65C02 based computer inspired by BE6502
MIT License
144 stars 29 forks source link

Test drive 8MHz clock #19

Closed dbuchwald closed 4 years ago

dbuchwald commented 4 years ago

Currently, due to usage of R6551 chip for ACIA, clock speed is limited to 2MHz, but when WDC65C51 is supported (#11 ), it should be possible to increase up to 14MHz

dbuchwald commented 4 years ago

Test drive completed successfully, some modifications required to LCD code. This has not been anticipated, so detailed analysis with logic probe is required for conclusive results.

dbuchwald commented 4 years ago

8MHz operation is now fully supported.