Thread: PDOS for Amiga
View Single Post
Old 03 March 2021, 13:53   #19
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,830
Quote:
Originally Posted by kerravon View Post
Looks the same, except not referenced by a pointer:

http://amigadev.elowar.com/read/ADCD.../node02D6.html

file = Open( name, accessMode )
D0 D1 D2

BPTR Open(STRPTR, LONG)

And reading looks clean too:

actualLength = Read( file, buffer, length )
D0 D1 D2 D3

LONG Read(BPTR, void *, LONG)

Is there any reason I shouldn't be targeting AmigaOS classic?

Thanks. Paul.

AmigaOS 4.x introduced Interfaces which are not present in AmigaOS 1.x to 3.x isn’t the classic the way to go?
kamelito is offline  
 
Page generated in 0.04292 seconds with 11 queries