Copyright (c) Hyperion Entertainment and contributors.

Talk:Timer Device

From AmigaOS Documentation Wiki
Revision as of 19:05, 26 January 2014 by Paul Sadlik (talk | contribs) (Created page with " 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", "fir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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