Hello,
Can someone has a fast way to port old devices source code to os4?
Is the same of the libraries?
Also a small example would be useful..
thank you
Fri, 2012-03-23 13:24
#1
"old" devices
Assuming that the device is written in C porting it to AmigaOS 4.x won't be much harder than porting a library. In fact might even be slightly less work since you don't generally need to bother with adding a jumptable for m68k compatibility since most devices don't have library functions (a few do though like timer.device, capsimage.device, ahi.device, etc.).
Example devices (C source code):
ramdev.device
diskimage.device (old, very simple, cut down version)
excellent... I may make use of these after I manage to get my feet wet with some initial coding material for Perception and Polymorph for some of the later feature requirements
Thank you mate. I'll take a look
Andrea