thecrazyboy / mist-board

Automatically exported from code.google.com/p/mist-board
0 stars 0 forks source link

Cannot set time or date #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mist will not set time or date with cpx
2. nor with accessory
3. nor pgm

What is the expected output? What do you see instead?
after settings initiated they revert back to 21:05 3/7/13

What version of the product are you using? On what operating system?
new mist board from Lotharek using TOS 2.06 Atari only

Please provide any additional information below.

Original issue reported on code.google.com by rlc...@juno.com on 31 Jul 2013 at 2:29

GoogleCodeExporter commented 8 years ago
Yeah, i didn't realize that TOS reads the time from the keyboard controller 
(ikbd) every now and then and not just at boot time. The current ikbd just 
returns a fixed date (actually the exact moment the this particular ikbd 
command was implemented).

I need to add a clock implementation to the ikbd.

Original comment by till.harbaum on 31 Jul 2013 at 7:30

GoogleCodeExporter commented 8 years ago

Original comment by till.harbaum on 4 Aug 2013 at 7:40

GoogleCodeExporter commented 8 years ago
I just read your previous comment - seriously, the date is overwritten with the 
routine's date? Awesome :D :D

Original comment by krakout on 4 Aug 2013 at 7:56

GoogleCodeExporter commented 8 years ago
ikbd clock has been added in r170. The different TOS versions seem to behave 
quite differently regarding the ikbd timer. So if you still have this problem 
with r170 please state which TOS version you use and if other versions don't 
expose this problem for you.

Original comment by till.harbaum on 30 Aug 2013 at 7:05