Amiga.org
Amiga computer related discussion => General chat about Amiga topics => Topic started by: RobertB on October 08, 2016, 09:26:30 PM
-
Part one of the Friday Amiwest DevCon 2016 has posted. Go to
https://youtu.be/Flfy0nwnK58
Still working on part two. The Thursday DevCon videos need lots of editing work and won't be posted until much later.
Writing from the Amiwest Show,
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
-
Part 2 of the Friday session of the Amiwest DevCon 2016 has now been posted. In part 2 Hans de Ruiter visits to give in-depth information on graphics with Radeon cards in AmigaOnes. Go to
https://youtu.be/3oNKvU3ZQEo
Still editing away,
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
-
Thank you Robert for all your work. Guys, you should thank Robert and Bill Bosari they really did a lot of work to cover amiwest for us!
-
Part 3 of Friday's Amiwest DevCon is now on=line. Go to
https://youtu.be/GAOckKJxuCs
Truly,
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
-
The Thursday DevCon videos need lots of editing work and won't be posted until much later.
Part 1 of the Thursday DevCon is uploaded. Go to
https://youtu.be/ZwZKvHCWLC4
Truly,
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
-
Part 2 of the Thursday DevCon 2016 has been posted. Go to
https://youtu.be/U4R4kD01ZtE
One more part to go,
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
-
Part 3 of Thursday's Amiwest DevCon has been posted. You can see it at
https://youtu.be/oOiQp9sQetc
That's all, folks!
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
-
Part 2 of the Thursday DevCon 2016 has been posted. Go to
https://youtu.be/U4R4kD01ZtE
One more part to go,
Robert Bernardo
Fresno Commodore User Group
http://www.dickestel.com/fcug.htm
It seems that the resident structure of Steven device is describe like this in the wiki.
;-----------------------------------------------------------------------
;A romtag structure. After your driver is brought in from disk, the
; disk image will be scanned for this structure to discover magic constants
; about you (such as where to start running you from...).
;-----------------------------------------------------------------------
; Most people will not need a priority and should leave it at zero.
; the RT_PRI field is used for configuring the roms. Use "mods" from
; wack to look at the other romtags in the system MYPRI EQU 0 initDDescrip:
;STRUCTURE RT,0
DC.W RTC_MATCHWORD ; UWORD RT_MATCHWORD (Magic cookie)
DC.L initDDescrip ; APTR RT_MATCHTAG (Back pointer)
DC.L EndCode ; APTR RT_ENDSKIP (To end of this hunk)
DC.B RTF_AUTOINIT ; UBYTE RT_FLAGS (magic-see "Init:")
DC.B VERSION ; UBYTE RT_VERSION
DC.B NT_DEVICE ; UBYTE RT_TYPE (must be correct)
DC.B MYPRI ; BYTE RT_PRI
DC.L myName ; APTR RT_NAME (exec name)
DC.L idString ; APTR RT_IDSTRING (text string)
DC.L Init ; APTR RT_INIT
; LABEL RT_SIZE
...
Link : http://wiki.amigaos.net/wiki/Example_Device
Kamelito