Forum: support.Games
Yesterday, 09:18
|
Replies: 58
Views: 4,288
Interesting. I do not know why Shapeshifter...
Interesting. I do not know why Shapeshifter should turn it off, that's actually the job of the CPU library to identify the buggy versions of the 68060. Concerning the FPU, do you potentially mean...
|
Forum: Coders. System
26 June 2022, 13:32
|
Replies: 5
Views: 205
The problem with a fixed monitor ID is that you...
The problem with a fixed monitor ID is that you do not even know whether the mode you selected is available, or if available, even displayable on the monitor of your user. For example, the user may...
|
Forum: Coders. System
26 June 2022, 11:25
|
Replies: 5
Views: 205
|
Forum: Coders. C/C++
22 June 2022, 20:09
|
Replies: 10
Views: 726
|
Forum: Coders. Asm / Hardware
22 June 2022, 17:45
|
Replies: 5
Views: 274
|
Forum: Coders. C/C++
21 June 2022, 22:31
|
Replies: 10
Views: 726
Please post a complete source. For example, you...
Please post a complete source. For example, you could run into a buffer overrun here, overwriting some Os variables if "dest" is smaller than "size" bytes. Thus, what is "dest", and "size", and how...
|
Forum: Coders. Asm / Hardware
20 June 2022, 18:52
|
Replies: 20
Views: 1,373
|
Forum: Coders. Asm / Hardware
19 June 2022, 20:04
|
Replies: 20
Views: 1,373
|
Forum: Nostalgia & memories
15 June 2022, 15:06
|
Replies: 3,037
Views: 596,971
|
Forum: support.Other
15 June 2022, 08:12
|
Replies: 447
Views: 92,334
|
Forum: support.Other
14 June 2022, 16:02
|
Replies: 447
Views: 92,334
|
Forum: Coders. System
13 June 2022, 11:45
|
Replies: 11
Views: 920
I would recommend another approach, and use the...
I would recommend another approach, and use the trackdisk.device as blue-print for a design. The trackdisk device uses the disk.resource to allocate access to the actual hardware, and thus, you could...
|
Forum: Coders. System
12 June 2022, 11:47
|
Replies: 11
Views: 920
BeginIO() can surely be called by multiple...
BeginIO() can surely be called by multiple processes, but it is then up to the processes to ensure that the data is consistent. So for example, if you have two partitions on an SD card, there will be...
|
Forum: Coders. System
12 June 2022, 09:37
|
Replies: 11
Views: 920
|
Forum: support.Games
12 June 2022, 08:53
|
Replies: 58
Views: 4,288
|
Forum: Coders. Asm / Hardware
11 June 2022, 21:40
|
Replies: 20
Views: 1,373
|
Forum: Coders. Asm / Hardware
11 June 2022, 21:36
|
Replies: 20
Views: 1,373
|
Forum: Coders. Asm / Hardware
11 June 2022, 16:12
|
Replies: 23
Views: 1,553
|
Forum: Coders. Asm / Hardware
10 June 2022, 21:20
|
Replies: 20
Views: 1,373
As always, everything AllocMem() returns is...
As always, everything AllocMem() returns is available, everything else not. What is available depends on circumstances, and beyond your control. Disk buffers, system library basis, screen memory,...
|
Forum: support.AmigaOS
07 June 2022, 18:57
|
Replies: 10
Views: 2,774
|
Forum: support.Other
07 June 2022, 18:35
|
Replies: 447
Views: 92,334
Here we go again! The 3.3.1 of P96 has been...
Here we go again! The 3.3.1 of P96 has been released and can be bought or downloaded from your order history at iComp.
This is again a minor service release providing the following features:
-...
|
Forum: Coders. System
05 June 2022, 10:20
|
Replies: 15
Views: 728
Well, it works as stated. If your code returns...
Well, it works as stated. If your code returns with d0=0, then a0 is assumed to be a function pointer to a function that completes the boot. The standard os boot block continues with the dos.library...
|
Forum: MarketPlace
04 June 2022, 19:02
|
Replies: 26
Views: 1,840
I don't understand your complain. The older FFS...
I don't understand your complain. The older FFS doesn't speak DirectSCSI, so the problem doesn't appear for the FFS. It may appear for some other file systems that do not use MASK or use HDSCSICmd...
|
Forum: Coders. Asm / Hardware
04 June 2022, 14:54
|
Replies: 22
Views: 1,449
|
Forum: Coders. Asm / Hardware
04 June 2022, 14:50
|
Replies: 22
Views: 1,449
But it can become a big deal as soon as you...
But it can become a big deal as soon as you continue to update your software and don't check or don't remember. Having to keep track for each function which registers it "pollutes" does not scale...
|
Forum: MarketPlace
04 June 2022, 14:37
|
Replies: 26
Views: 1,840
|
Forum: MarketPlace
04 June 2022, 14:36
|
Replies: 26
Views: 1,840
One addition: Clearly, the MASK is also honored...
One addition: Clearly, the MASK is also honored by the other Os-provided file systems (CrossDos and CDFileSystem), but note that Mask is more a bug-workaround than a feature. A well-written device...
|
Forum: MarketPlace
04 June 2022, 14:14
|
Replies: 26
Views: 1,840
|
Forum: Coders. Asm / Hardware
03 June 2022, 20:53
|
Replies: 22
Views: 1,449
|
Forum: Coders. Asm / Hardware
03 June 2022, 14:22
|
Replies: 22
Views: 1,449
The widely adopted standard you already...
The widely adopted standard you already mentioned. d0-d1/a0-a1 are scratches, everything else is preserved. It's not only the Os convention, it is also the convention adopted by most (if not all)...
|
Forum: support.WinUAE
02 June 2022, 19:46
|
Replies: 11
Views: 858
|
Forum: support.AmigaOS
02 June 2022, 19:07
|
Replies: 3
Views: 361
|
Forum: Amiga scene
22 May 2022, 20:17
|
Replies: 10
Views: 1,135
|
Forum: Amiga scene
22 May 2022, 10:57
|
Replies: 10
Views: 1,135
For the 68060, the situation is actually easy....
For the 68060, the situation is actually easy. The PCR register allows to distinguish between a full 68060 and a EC or LC model. Also, the LC and EC create a FPU-disabled exception whenever you...
|
Forum: support.AmigaOS
21 May 2022, 18:12
|
Replies: 11
Views: 814
|
Forum: Amiga scene
21 May 2022, 12:21
|
Replies: 10
Views: 1,135
|
Forum: support.Other
17 May 2022, 19:16
|
Replies: 447
Views: 92,334
|
Forum: support.Hardware
11 May 2022, 18:50
|
Replies: 46
Views: 4,854
|
Forum: support.Other
06 May 2022, 07:12
|
Replies: 447
Views: 92,334
If you don't load the "Native" driver on a...
If you don't load the "Native" driver on a non-graphics-card machine, then P96 is not even loaded. Thus, certainly not a problem of P96. Probably have a look at the picture datatype, you should...
|
Forum: support.Other
06 May 2022, 07:04
|
Replies: 447
Views: 92,334
|