Copyright (c) Hyperion Entertainment and contributors.

Talk:Timer Device

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

FYI, I replaced the Multiple_Timers.c source with one that will compile... The changes made were:

1. added "const" to start of "char *position[] = {"last", "second", "first"};"

2. added missing declaration of "struct Message *TimerMSG;"

3. changed IORequest io_command formatting to replace nonexistant "tr_node." with "Request.".

Thanks,

Paul