Re: A89: Check sum problem Really need help


[Prev][Next][Index][Thread]

Re: A89: Check sum problem Really need help




>There's a similar thread to this on the assembly-86 list.  The 86 ROM tests
>to see if the time in which the mask runs out on the keypad port is shorter
>than a predetermined number of CPU clock cycles (if it is, you're low on
>batteries), and this is probably similar to what the 89 does.  You can make
>this into a percentage, but the problem is that you have to read from the
>port and increment a counter within a loop, and the longer that it takes you
>to do so, the less accuracy.  You might be able to use the interrupt as
>well, if the interrupt clock is independent of the 68k processor as it is on
>the z80.

This is why I think it would be usefull to make our own ROM versions.
Stuff like this can be done without silly hacks.

	--Nate


References: