Forum: support.Hardware
Yesterday, 13:19
|
Replies: 5
Views: 356
When you select Full Disk Image, what does it...
When you select Full Disk Image, what does it report as size? Should be around 80 MB and that should also be the size of the image.
Of course it does not matter which partition you choose, if you...
|
Forum: support.Apps
Yesterday, 12:51
|
Replies: 4
Views: 271
|
Forum: support.Apps
24 January 2021, 13:28
|
Replies: 4
Views: 271
Use NewIcons or GlowIcons format to save your...
Use NewIcons or GlowIcons format to save your icons. (Also called palette mapped icons.) Then you don't need to care about palette settings, they always look right.
Regarding FullPalette, you...
|
Forum: Coders. C/C++
19 January 2021, 23:51
|
Replies: 5
Views: 331
You do it like this:
ULONG timersig =...
You do it like this:
ULONG timersig = 1L<<timerPort->mp_SigBit;
ULONG sig = Wait(SIGBREAKF_CTRL_C | timersig);
/**
* Signal from the timer
*/
if (sig & timersig)
|
Forum: Coders. C/C++
14 January 2021, 00:15
|
Replies: 3
Views: 243
|
Forum: support.WinUAE
13 January 2021, 11:59
|
Replies: 11
Views: 392
In Prefs/Workbench there is an "enable MagicWB...
In Prefs/Workbench there is an "enable MagicWB colors" checkbox. It will fix the drawers and the order_form icon.
To get the Eric Schwartz icons correctly, there is an icon on the CD which changes...
|
Forum: support.Hardware
11 January 2021, 17:23
|
Replies: 5
Views: 356
It's simply a bad block on the disk. These old...
It's simply a bad block on the disk. These old harddrives did not have smart firmwares which can mask out bad blocks automatically. They behave like floppy drives with read errors: try to recalibrate...
|
Forum: support.Other
10 January 2021, 11:40
|
Replies: 5
Views: 267
|
Forum: support.Other
10 January 2021, 09:59
|
Replies: 5
Views: 267
|
Forum: project.WHDLoad
09 January 2021, 20:48
|
Replies: 13
Views: 455
|
Forum: support.WinUAE
09 January 2021, 11:01
|
Replies: 2
Views: 277
|
Forum: project.WHDLoad
08 January 2021, 18:26
|
Replies: 13
Views: 455
|
Forum: support.Other
03 January 2021, 18:21
|
Replies: 4
Views: 455
|
Forum: support.WinUAE
03 January 2021, 14:24
|
Replies: 490
Views: 97,004
|
Forum: support.WinUAE
02 January 2021, 17:00
|
Replies: 490
Views: 97,004
|
Forum: support.WinUAE
02 January 2021, 15:36
|
Replies: 490
Views: 97,004
I get major graphics corruption with PicassoIV...
I get major graphics corruption with PicassoIV emulation in all 4.5.0 betas.
However, in 4.4.0 the screenshot is not saved correctly if "before filtering" is checked.
Logs, config and test ADF...
|
Forum: support.Hardware
29 December 2020, 21:49
|
Replies: 2
Views: 206
|
Forum: support.Hardware
25 December 2020, 18:11
|
Replies: 3
Views: 229
|
Forum: support.Hardware
24 December 2020, 12:41
|
Replies: 17
Views: 899
|
Forum: support.WinUAE
23 December 2020, 13:22
|
Replies: 5
Views: 514
|
Forum: support.Other
20 December 2020, 19:05
|
Replies: 5
Views: 527
|
Forum: request.Other
19 December 2020, 17:38
|
Replies: 3
Views: 446
|
Forum: support.WinUAE
16 December 2020, 23:25
|
Replies: 225
Views: 13,869
|
Forum: support.WinUAE
16 December 2020, 15:00
|
Replies: 225
Views: 13,869
|
Forum: support.WinUAE
16 December 2020, 13:54
|
Replies: 225
Views: 13,869
|
Forum: support.WinUAE
15 December 2020, 15:49
|
Replies: 490
Views: 97,004
|
Forum: support.Apps
14 December 2020, 11:45
|
Replies: 2
Views: 353
|
Forum: Coders. General
14 December 2020, 10:29
|
Replies: 10
Views: 2,095
If your main target is native graphics and it...
If your main target is native graphics and it should only run on gfx cards, too, then you should stay away from RTG. Concentrate on graphics.library functions and just follow some easy rules.
Use...
|
Forum: request.Apps
12 December 2020, 16:00
|
Replies: 14
Views: 2,925
|
Forum: support.WinUAE
10 December 2020, 08:59
|
Replies: 490
Views: 97,004
|
Forum: request.Other
10 December 2020, 08:22
|
Replies: 2
Views: 527
|
Forum: support.WinUAE
09 December 2020, 22:04
|
Replies: 490
Views: 97,004
|
Forum: Coders. C/C++
08 December 2020, 19:25
|
Replies: 12
Views: 653
|
Forum: Coders. C/C++
23 November 2020, 22:34
|
Replies: 11
Views: 683
|
Forum: Coders. C/C++
23 November 2020, 19:33
|
Replies: 11
Views: 683
|
Forum: Coders. C/C++
23 November 2020, 19:29
|
Replies: 11
Views: 683
KPrintF(" ...
KPrintF(" eurofighterBSPModelData.modelData.numVertices = %d"
This should read %ld, like in the other places.
The code is correct, the debugging isn't.
|
Forum: support.Apps
22 November 2020, 20:01
|
Replies: 3
Views: 567
|
Forum: Coders. System
22 November 2020, 15:17
|
Replies: 2
Views: 474
|
Forum: support.Apps
22 November 2020, 10:31
|
Replies: 1
Views: 389
What this page describes is far from a simple...
What this page describes is far from a simple shell program. The source code shows how to replace the shell, it does not run inside a shell. And it is for AmigaOS 4, it probably won't work on...
|
Forum: support.Hardware
21 November 2020, 18:18
|
Replies: 41
Views: 1,841
|