English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 655
Search took 0.08 seconds.
Search: Posts Made By: Cosmos
Forum: Coders. General 16 July 2011, 16:10
Replies: 85
Views: 17,901
Posted By Cosmos
dos.library v40.4 beta 3 (38 548 bytes) -...

dos.library v40.4 beta 3 (38 548 bytes)

- Good revision number when using the command 'version'
- All tables.w now correctly word-aligned with cnop 0,2
- All tables.l now correctly...
Forum: Coders. General 16 July 2011, 15:19
Replies: 85
Views: 17,901
Posted By Cosmos
@Matthey @StingRay @Don_Adan @BuZz Get out...

@Matthey @StingRay @Don_Adan @BuZz

Get out of this thread with your off-topics...

This library is very important, only serious posts are allowed here...


Go coding instead of loosing your...
Forum: Coders. General 16 July 2011, 09:51
Replies: 85
Views: 17,901
Posted By Cosmos
@some coders here You wrote too much : go...

@some coders here

You wrote too much : go coding, that's better !!


@mfilos

I build your Kick39 with your .rpf files (but without HRTMon 2.30 => please email it to me), and perfect working...
Forum: Coders. General 15 July 2011, 09:15
Replies: 85
Views: 17,901
Posted By Cosmos
even or cnop 0,2 will make address word-aligned :...

even or cnop 0,2 will make address word-aligned : cycles penality on 68000/010 if long read ?

A silly question : functions (declared in the jmptable) must be long-aligned (I don't want any cycles...
Forum: Coders. General 14 July 2011, 18:37
Replies: 137
Views: 58,382
Posted By Cosmos
Your CPU is 68030 or 68EC030 ?

Your CPU is 68030 or 68EC030 ?
Forum: Coders. General 14 July 2011, 15:27
Replies: 3
Views: 2,855
Posted By Cosmos
Forum: Coders. General 14 July 2011, 15:22
Replies: 85
Views: 17,901
Posted By Cosmos
>Are you expecting any increases? No, too...

>Are you expecting any increases?

No, too early beta for the moment...
Forum: Coders. General 14 July 2011, 14:52
Replies: 85
Views: 17,901
Posted By Cosmos
dos.library v40.4 beta 2 (38 664 bytes) -...

dos.library v40.4 beta 2 (38 664 bytes)

- All tables %0x00 aligned to keep 68000/010 happy (cnop 0,4)
- fix four wrong arg registers (R_ExNext and some R_SetIoErr)
- RomTag at the top...
Forum: Coders. General 14 July 2011, 06:21
Replies: 85
Views: 17,901
Posted By Cosmos
Some WIP report : beautifull optimisations are...

Some WIP report : beautifull optimisations are done using inlinined tiny subroutines :great

Original function from the v40.3




Now in the v40.4
Forum: Coders. General 13 July 2011, 09:59
Replies: 85
Views: 17,901
Posted By Cosmos
I said the thruth, you play with words, not me......

I said the thruth, you play with words, not me...

And no shame to ask silly questions sometimes, no shame to be a beginner, I started from zero...

Most of the time on this thread, you don't...
Forum: Coders. General 13 July 2011, 05:18
Replies: 85
Views: 17,901
Posted By Cosmos
@all Some explanations of what I'm doing...

@all

Some explanations of what I'm doing into this library :


Original code from the v40.3
Forum: Coders. General 13 July 2011, 03:58
Replies: 85
Views: 17,901
Posted By Cosmos
StingRay play with words, end of discuss : you...

StingRay play with words, end of discuss : you are not ready for anything... Go do nothing for Amiga computers and get out of my life...
Forum: Coders. General 12 July 2011, 19:12
Replies: 85
Views: 17,901
Posted By Cosmos
>It's especially funny considered that I often...

>It's especially funny considered that I often helped him with code when he had questions

WHAT ??

Few years ago, you promise me the Kickstart 3.0's sources. I sent you an A4000 Kick 3.9 on...
Forum: support.Hardware 12 July 2011, 17:19
Replies: 15
Views: 2,981
Posted By Cosmos
Why are you banned from Amibay ??

Why are you banned from Amibay ??
Forum: Coders. General 12 July 2011, 03:48
Replies: 85
Views: 17,901
Posted By Cosmos
@Don Adan mfilos cannot get a boot : if some...

@Don Adan

mfilos cannot get a boot : if some removed code are really usefull, I'll put it back of course !
Forum: Coders. General 11 July 2011, 19:29
Replies: 85
Views: 17,901
Posted By Cosmos
@StingRay Do not read my threads, do not...

@StingRay

Do not read my threads, do not read my posts and go in hell...

I will not repeat...
Forum: Coders. General 11 July 2011, 18:47
Replies: 85
Views: 17,901
Posted By Cosmos
No entry point = code not called = code not used...

No entry point = code not called = code not used => deleted...
Forum: Coders. General 11 July 2011, 18:03
Replies: 85
Views: 17,901
Posted By Cosmos
JL_0_204E6 is called more than 60 times (and all...

JL_0_204E6 is called more than 60 times (and all the time with arg_d0), so I changed d1 by d0...

I'll see & trace R_DeleteVar...


>I resourced ROM 3.0/3.1 some months ago, I don't think that...
Forum: Coders. General 11 July 2011, 15:12
Replies: 337
Views: 69,073
Posted By Cosmos
@mandark Not all FBlit's functions are into...

@mandark

Not all FBlit's functions are into this new graphics.library

Only :
FBlit_BltBitMap
FBlit_BltTemplate
FBlit_SetRast
FBlit_Draw
FBlit_BltClear
Forum: Coders. General 11 July 2011, 13:11
Replies: 337
Views: 69,073
Posted By Cosmos
@Fol Since which beta this bug is there ?

@Fol

Since which beta this bug is there ?
Forum: Coders. General 11 July 2011, 12:05
Replies: 85
Views: 17,901
Posted By Cosmos
@coders 1st bug : move.l ...

@coders


1st bug :

move.l a6,-(sp)
move.l 4.w,a6
jsr R_FreeVec(a6)
move.l (sp)+,a6 ; d0 is trashed here : R_FreeVec return nothing
...
Forum: Coders. General 10 July 2011, 19:23
Replies: 85
Views: 17,901
Posted By Cosmos
@mfilos And with the exec v45.20 ?? ...

@mfilos

And with the exec v45.20 ??


@all

Good news : I found two bugs in the dos.library v40.3 (Kickstart 3.1)

Wrong arg registers ! Will be fixed in the beta 2...
Forum: Coders. General 10 July 2011, 15:58
Replies: 85
Views: 17,901
Posted By Cosmos
All is fine here : tested with WinUAE and my...

All is fine here : tested with WinUAE and my A1200

I use these versions :

exec_45.20(A1200-A500)_1Mo
icon.library_46.4.197(020+)
KingCON-handler_40.4(020+)
workbench.library_45.131(020+)...
Forum: Coders. General 10 July 2011, 14:02
Replies: 85
Views: 17,901
Posted By Cosmos
dos.library v40.4 beta 1 (38 728 bytes) ...

dos.library v40.4 beta 1 (38 728 bytes)


:lol
Forum: Coders. General 10 July 2011, 14:01
Replies: 85
Views: 17,901
Posted By Cosmos
Forum: Amiga scene 10 July 2011, 13:31
Replies: 12
Views: 2,830
Posted By Cosmos
What's that ?? :confused:confused:confused

What's that ??


:confused:confused:confused
Forum: Coders. General 09 July 2011, 12:27
Replies: 131
Views: 33,970
Posted By Cosmos
Héhé, good Blog !! Enlarge the pictures = looks...

Héhé, good Blog !! Enlarge the pictures = looks better...
Forum: Coders. General 09 July 2011, 07:11
Replies: 131
Views: 33,970
Posted By Cosmos
Piru refuse to help, refuse to fix something into...

Piru refuse to help, refuse to fix something into the Pfs3 v18.4 for working fine with big HD...

The roots (68k) are very important for a tree (Amiga) to grow up (PPC)... Without strong roots, no...
Forum: Coders. General 09 July 2011, 06:13
Replies: 131
Views: 33,970
Posted By Cosmos
scsi.device v43.46 (A600 & A1200) beta 8 (14 264...

scsi.device v43.46 (A600 & A1200) beta 8 (14 264 bytes)

- fix a small issue (reported by altcomputing)
- 1676 bytes saved



All is ok now, I'm going to release this new beta 8 as final and...
Forum: Coders. General 05 July 2011, 13:05
Replies: 137
Views: 58,382
Posted By Cosmos
First, your trigonometric functions must be...

First, your trigonometric functions must be freeware !

I wanna them in C/C++ because a lot of more coders in this language than in asm...

I'll translate in asm later...
Forum: Coders. General 05 July 2011, 12:49
Replies: 137
Views: 58,382
Posted By Cosmos
I wanna build one new 68040.library (with 68060...

I wanna build one new 68040.library (with 68060 support into) romable and unified for working on all acelerators boards...

Anyone here able to code in C/C++ these trigonometric functions ?


...
Forum: support.Apps 05 July 2011, 06:29
Replies: 194
Views: 35,287
Posted By Cosmos
@PeterK A good news today :...

@PeterK

A good news today : http://aminet.net/package/util/wb/PowerIconsSrc
Forum: Coders. General 04 July 2011, 13:47
Replies: 137
Views: 58,382
Posted By Cosmos
Oh... My Apollo suddenly not working few months...

Oh... My Apollo suddenly not working few months ago, I cannot test...
Forum: Coders. General 04 July 2011, 11:56
Replies: 137
Views: 58,382
Posted By Cosmos
I'm thinking about revealing the surprise for all...

I'm thinking about revealing the surprise for all Classic lovers except for you : I'm sure you can wait 7 or 8 months more... :D
Forum: Coders. General 04 July 2011, 08:10
Replies: 137
Views: 58,382
Posted By Cosmos
I need C/C++ sources of these trigos (without any...

I need C/C++ sources of these trigos (without any copyright) :

- acos
- asin
- atan
- atanh
- cos
- cosh
- log10
- logn
Forum: Coders. General 04 July 2011, 07:55
Replies: 137
Views: 58,382
Posted By Cosmos
exec.library v45.25.15 WIP - v45.24 to...

exec.library v45.25.15 WIP

- v45.24 to v45.25
- All functions and tables %0x00 aligned to keep 68000/010 happy
- Added 68060 detection
- AFF_68060 flag set into AttnFlags if 060 detected
...
Forum: News 28 June 2011, 19:09
Replies: 59
Views: 22,617
Posted By Cosmos
I'm looking for some video drivers to get one...

I'm looking for some video drivers to get one workbench on two monitors with two Indivision ECS !!

Here : http://www.a1k.org/forum/showpost.php?p=310384&postcount=622
Forum: Coders. General 28 June 2011, 12:37
Replies: 131
Views: 33,970
Posted By Cosmos
I know very well SAS/C's code : 060 version will...

I know very well SAS/C's code : 060 version will be 0.5 % faster than the 60000 version... Not more...
Forum: News 28 June 2011, 10:42
Replies: 59
Views: 22,617
Posted By Cosmos
/offtopic Where are the drivers to get 2...

/offtopic

Where are the drivers to get 2 screens with 2 Indivision ECS ??
Forum: Hardware mods 28 June 2011, 07:11
Replies: 105
Views: 25,460
Posted By Cosmos
@mfilos Please, email me the romimage of...

@mfilos

Please, email me the romimage of with this A1200PPC using the exec v45.20...
Showing results 1 to 40 of 655

 
Forum Jump

All times are GMT +2. The time now is 14:37.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.23133 seconds with 10 queries