wwarthen / RomWBW

System Software for Z80/Z180/Z280 Computers
GNU Affero General Public License v3.0
323 stars 93 forks source link

Duo/MBC IM2 Hardware Timer support #356

Closed b1ackmai1er closed 10 months ago

b1ackmai1er commented 11 months ago

This is some work to recognize the DUO and MBCs IM2 pin header interrupts. And specifically to support a hardware time interrupt using them. Further work to be merged to support a VT82C42 based keyboard using IM2 pin header arrangement with a circular buffer. Interrupt allocation/numbering is unclear as there is no real standard and limited inturrupt slots means overlaps.

wwarthen commented 10 months ago

Thanks @b1ackmai1er!