You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
The Mailstation can supposedly run at a few different clock frequencies. Currently msemu is hardcoded to 12 MHz.
This should be achievable by adjusting the amount of T states between NMI checks as well as delaying for different periods of time before/after an NMI is issued since the real-time gating is done by gating when the NMIs happen which is based on a timer.
The Mailstation can supposedly run at a few different clock frequencies. Currently msemu is hardcoded to 12 MHz.
This should be achievable by adjusting the amount of T states between NMI checks as well as delaying for different periods of time before/after an NMI is issued since the real-time gating is done by gating when the NMIs happen which is based on a timer.