mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-08-10 03:24:59 +00:00
Ignore not supported calls to the ThunderClock+ card.
This commit is contained in:
@@ -71,11 +71,11 @@ func (m *microPD1990ac) in(clock bool, strobe bool, command uint8, dataIn bool)
|
||||
|
||||
func (m *microPD1990ac) out() bool {
|
||||
if m.command == mpd1990commandRegHold {
|
||||
panic("Output on RegHold should be a 1Hz signal. Not implemented.")
|
||||
//panic("Output on RegHold should be a 1Hz signal. Not implemented.")
|
||||
}
|
||||
|
||||
if m.command == mpd1990commandTimeRead {
|
||||
panic("Output on RegHold should be a 512Hz signal with LSB. Not implemented.")
|
||||
//panic("Output on RegHold should be a 512Hz signal with LSB. Not implemented.")
|
||||
}
|
||||
|
||||
// Return the LSB of the register shift
|
||||
|
Reference in New Issue
Block a user