Forum: Coders. Asm / Hardware
Yesterday, 13:56
|
Replies: 2
Views: 150
How man scanlines?
When I did my ptplayer...
How man scanlines?
When I did my ptplayer I calculated using the HRM that 496 CIA ticks should be sufficient for an Audio DMA to occur, even with the lowest playback frequencies.
In reality...
|
Forum: Coders. C/C++
17 April 2021, 20:51
|
Replies: 23
Views: 1,610
Linker libraries.
For AmigaOS you will...
Linker libraries.
For AmigaOS you will always link statically (except for OS4.x in some cases).
Yes. The NDK usually provides amiga.lib and debug.lib. Although most Amiga compilers provide...
|
Forum: Coders. C/C++
17 April 2021, 14:16
|
Replies: 23
Views: 1,610
|
Forum: Coders. C/C++
17 April 2021, 11:43
|
Replies: 8
Views: 468
Yes. Link with -lauto (or -lautos for small...
Yes. Link with -lauto (or -lautos for small data).
Yes. These functions must have the name _INIT_<pri>_<name>. Where <pri> is a priority between 1 and 9. 1 is called first. <name> is an optional...
|
Forum: Coders. C/C++
13 April 2021, 00:47
|
Replies: 8
Views: 468
|
Forum: Coders. General
12 April 2021, 17:53
|
Replies: 12
Views: 516
|
Forum: Coders. C/C++
12 April 2021, 17:45
|
Replies: 8
Views: 468
|
Forum: Coders. Releases
11 April 2021, 23:11
|
Replies: 14
Views: 4,830
|
Forum: Coders. C/C++
11 April 2021, 23:05
|
Replies: 8
Views: 468
|
Forum: Retrogaming General Discussion
04 April 2021, 18:10
|
Replies: 194
Views: 9,389
Only two of the four timers. The CIA-A timers...
Only two of the four timers. The CIA-A timers cause a level-2 interrupt, while CIA-B is level-6, like the serial port of Paula.
EDIT: Wrong. Paula's RBF interrupt is just level-5.
Indeed.
...
|
Forum: Coders. Releases
04 April 2021, 13:25
|
Replies: 18
Views: 982
|
Forum: Coders. Asm / Hardware
01 April 2021, 11:41
|
Replies: 8
Views: 470
|
Forum: Coders. Asm / Hardware
01 April 2021, 11:29
|
Replies: 8
Views: 470
It can't. The text given as macro arguments is...
It can't. The text given as macro arguments is never interpreted in any way, but just pasted into the macro source text at the positions marked with \1, \2, etc...
So when you call the original...
|
Forum: Coders. Asm / Hardware
31 March 2021, 21:21
|
Replies: 8
Views: 470
It is possible, although not in a very elegant...
It is possible, although not in a very elegant way. If you look into the mot-syntax documentation you see that the special macro argument \<symbolname> is supported (same syntax as Devpac?). It will...
|
Forum: Coders. C/C++
28 March 2021, 20:09
|
Replies: 23
Views: 1,610
And it introduced some new bugs. ;)
BTW,...
And it introduced some new bugs. ;)
BTW, does anybody know if there is an official URL to download the free 3.9 NDK, which doesn't disappear soon?
amiga.com no longer works.
|
Forum: Coders. C/C++
28 March 2021, 01:40
|
Replies: 23
Views: 1,610
|
Forum: Coders. C/C++
27 March 2021, 18:57
|
Replies: 23
Views: 1,610
I'm not sure about the legal situation of the...
I'm not sure about the legal situation of the AmigaOS NDK, and investigating that kind of stuff makes me very tired, so I prefer to stay on the safe side and release vbcc without it.
You should...
|
Forum: Retrogaming General Discussion
26 March 2021, 21:49
|
Replies: 194
Views: 9,389
|
Forum: Coders. General
24 March 2021, 11:12
|
Replies: 5
Views: 442
|
Forum: Coders. General
23 March 2021, 14:43
|
Replies: 5
Views: 442
|
Forum: Coders. Releases
22 March 2021, 21:52
|
Replies: 154
Views: 43,341
|
Forum: Coders. Releases
22 March 2021, 15:31
|
Replies: 154
Views: 43,341
Thanks for the confirmation!
Nice. So all...
Thanks for the confirmation!
Nice. So all the latest modifications are confirmed working. Perhaps I can move towards an official release now.
Do you have portable source code to share?...
|
Forum: Coders. Blitz Basic
22 March 2021, 01:21
|
Replies: 107
Views: 22,952
|
Forum: Coders. Releases
21 March 2021, 14:12
|
Replies: 154
Views: 43,341
I think I made a mistake and optimised that...
I think I made a mistake and optimised that feature away. ;)
According to the original PT2.3B source it should work without a note.
I got nothing to reproduce the problem, but maybe you want to...
|
Forum: Coders. Releases
21 March 2021, 01:44
|
Replies: 154
Views: 43,341
|
Forum: Amiga scene
16 March 2021, 14:23
|
Replies: 480
Views: 31,066
There were affordable VGA cards in 1988?
...
There were affordable VGA cards in 1988?
Seen with the eyes of a teenager in the late 80s the PC didn't exist at all (at least here in Germany), as we rarely hang around in offices at that time....
|
Forum: Coders. General
14 March 2021, 15:54
|
Replies: 25
Views: 3,841
|
Forum: Coders. General
09 March 2021, 00:11
|
Replies: 199
Views: 7,690
|
Forum: Coders. General
09 March 2021, 00:06
|
Replies: 199
Views: 7,690
The m68k 32-bit division algorithm is common...
The m68k 32-bit division algorithm is common knowledge. You should find it somewhere (based on Donald Knuth's Algorithm D?). Otherwise just use what I pasted and strip the comments.
Writing it...
|
Forum: Amiga scene
08 March 2021, 17:16
|
Replies: 480
Views: 31,066
|
Forum: Coders. General
08 March 2021, 16:09
|
Replies: 199
Views: 7,690
Not a real problem. When you enable FPU-code,...
Not a real problem. When you enable FPU-code, then you should also enable 68020 anyway. The FPU coprocessor interface is not present for 68000 and 68010.
I didn't have a closer look into you...
|
Forum: Coders. General
08 March 2021, 14:59
|
Replies: 199
Views: 7,690
Your code does a floating point IEEE double...
Your code does a floating point IEEE double precision comparison somewhere. As you probably didn't enable FPU-code generation in the compiler (which doesn't exist for plain 68000) you need soft-float...
|
Forum: Amiga scene
08 March 2021, 14:45
|
Replies: 50
Views: 3,398
For me it was all about getting the original...
For me it was all about getting the original Amiga experience in the most comfortable way. It should be obvious that working with a hard disk, network card, graphics card, a fast CPU and lots of...
|
Forum: Coders. General
08 March 2021, 12:39
|
Replies: 199
Views: 7,690
|
Forum: Retrogaming General Discussion
07 March 2021, 17:31
|
Replies: 32
Views: 1,275
|
Forum: Coders. General
07 March 2021, 16:05
|
Replies: 199
Views: 7,690
"UEFI-inspired" might be ok, although quite...
"UEFI-inspired" might be ok, although quite complex.
The idea of EFI is a bad one. It is driven by Intel/Microsoft and as such it is not focussed on being portable, but to restrict the computer...
|
Forum: Coders. General
06 March 2021, 15:35
|
Replies: 199
Views: 7,690
|
Forum: Coders. General
06 March 2021, 15:29
|
Replies: 199
Views: 7,690
Correct.
So what you are trying to achieve...
Correct.
So what you are trying to achieve is to create executables, linked with PDPCLIB, that can run under both, AmigaOS and PDOS? Then all linked PDPCLIB functions must always include code to...
|
Forum: Coders. General
06 March 2021, 13:11
|
Replies: 199
Views: 7,690
|
Forum: Coders. Blitz Basic
05 March 2021, 18:09
|
Replies: 6
Views: 663
|