Forum: Coders. General
18 December 2020, 16:04
|
Replies: 20
Views: 1,123
I think that is something that I also learned...
I think that is something that I also learned quite some time ago. If you can't explain a problem properly, you don't understand it enough. And often you can already see the solution once you...
|
Forum: Coders. General
18 December 2020, 00:09
|
Replies: 20
Views: 1,123
|
Forum: Amiga scene
17 December 2020, 11:52
|
Replies: 113
Views: 10,767
|
Forum: Coders. General
16 December 2020, 19:14
|
Replies: 20
Views: 1,123
|
Forum: Coders. General
16 December 2020, 17:27
|
Replies: 20
Views: 1,123
"Brain"coding
I wonder if other people do this as well. I don't know how many bugs I found, just by being not on the computer and just thinking about my program. I usually do this, when I'm out for a walk with my...
|
Forum: Coders. C/C++
15 December 2020, 18:46
|
Replies: 12
Views: 603
|
Forum: Coders. C/C++
15 December 2020, 17:51
|
Replies: 12
Views: 603
|
Forum: Coders. C/C++
15 December 2020, 16:37
|
Replies: 12
Views: 603
|
Forum: Coders. Asm / Hardware
15 December 2020, 16:16
|
Replies: 4
Views: 478
My code has no problem anymore, because I...
My code has no problem anymore, because I realised that I was not using the DMAEN properly, so I was wondering what it is used/intended for. :)
I was taking the system save code, and used it as...
|
Forum: Coders. Asm / Hardware
15 December 2020, 11:34
|
Replies: 4
Views: 478
Is there a reason for DMAEN?
I had some artefacts on my screen with my system save function, and after looking at it more closely, I realized it was because I didn't use the DAMEN flag properly. Now I don't really understand why...
|
Forum: Amiga scene
09 December 2020, 11:25
|
Replies: 14
Views: 1,334
The CPU has to work one instruction after the...
The CPU has to work one instruction after the other. Doing what the Blitter does in code takes quite a complicated algorithm because of the bitplane organization. Moving the pixels to an arbitrary X...
|
Forum: Amiga scene
08 December 2020, 12:11
|
Replies: 14
Views: 1,334
|
Forum: Amiga scene
07 December 2020, 18:55
|
Replies: 113
Views: 10,767
Don't know if thos would be even possible. But...
Don't know if thos would be even possible. But anyway, if you use such a protection scheme, you have to be VERY careful that it really only happens for copies, otherwise you would have to buy a lot...
|
Forum: Coders. Asm / Hardware
03 December 2020, 23:59
|
Replies: 12
Views: 917
|
Forum: OT - General
30 November 2020, 20:52
|
Replies: 70
Views: 5,024
|
Forum: Amiga scene
30 November 2020, 07:44
|
Replies: 113
Views: 10,767
|
Forum: Amiga scene
28 November 2020, 00:52
|
Replies: 113
Views: 10,767
LOL! That reminds me of "Cauldron 2" on C64. I...
LOL! That reminds me of "Cauldron 2" on C64. I liked the game so much, but couldn't beat it. So I disassembled the whole memory and printed it. I took this printout for months even to school and read...
|
Forum: Retrogaming General Discussion
28 November 2020, 00:05
|
Replies: 4,483
Views: 873,306
|
Forum: Amiga scene
28 November 2020, 00:01
|
Replies: 113
Views: 10,767
|
Forum: Amiga scene
27 November 2020, 23:56
|
Replies: 113
Views: 10,767
I think, today, with the internet and...
I think, today, with the internet and sophisticated crypto algorithm, games can be better protected. If part of the software runs on a company server, it's quite hard to crack that. And nowadays,...
|
Forum: Amiga scene
27 November 2020, 23:54
|
Replies: 113
Views: 10,767
I doubt it. :)
For me I can, say that it...
I doubt it. :)
For me I can, say that it wouldn't have mattered one way or the other. At that time I didn't have the money to buy too many games, and even though I lived in a big city, there...
|
Forum: Coders. Asm / Hardware
18 November 2020, 21:12
|
Replies: 12
Views: 1,496
If the Bob has to be at least 16x16, does this...
If the Bob has to be at least 16x16, does this mean that, if you want to print i.e. 8x8 characters, it should be done with CPU? I guess in case of text output, setting each character up for blitting...
|
Forum: Coders. Asm / Hardware
16 November 2020, 18:20
|
Replies: 44
Views: 2,880
|
Forum: Coders. Asm / Hardware
16 November 2020, 12:51
|
Replies: 44
Views: 2,880
The numbers should be sufficiently random for a...
The numbers should be sufficiently random for a game. they don't need to hold against a scientific test. :) So in a game, speed is important, but I think if I have the choice between a bad generator...
|
Forum: Coders. Asm / Hardware
15 November 2020, 17:22
|
Replies: 44
Views: 2,880
|
Forum: Coders. Asm / Hardware
15 November 2020, 16:24
|
Replies: 44
Views: 2,880
Random numbers
I was looking for some algorithm how to create random numbers. When I look at the glibc source, it looks extremly complicated and expensive. Another approach I became aware of was, to use a Murmur2...
|
Forum: Coders. Releases
14 November 2020, 19:27
|
Replies: 1
Views: 575
amiga-utils development library
I created a library with code samples and functions which aims to make the entrance to Amiga development easier. The library is selfcontained and needs no external stuff, as I hate projects where I...
|
Forum: Amiga scene
08 July 2020, 11:45
|
Replies: 54
Views: 5,736
|
Forum: OT - General
03 July 2020, 15:11
|
Replies: 16
Views: 1,576
I already got all items I'm willing to spend...
I already got all items I'm willing to spend money for, so far. :)
If I see some steal, I might add it, but usually this doesn't rotate so much, so I don't expect any siginficant drops on my...
|
Forum: Coders. General
27 June 2020, 21:51
|
Replies: 19
Views: 1,974
What you said. I also think that stabillity is...
What you said. I also think that stabillity is more important for an OS, then speed, because you can always write some specialized code for your particular problem. And the OS may be updated later if...
|
Forum: OT - General
24 June 2020, 11:14
|
Replies: 16
Views: 1,576
|
Forum: Coders. General
22 June 2020, 16:10
|
Replies: 19
Views: 1,974
Thanks for the explanation! :great
I haven't...
Thanks for the explanation! :great
I haven't yet started to work with the blitter, because currently I work on a gfx converter that can downscale colors from RGB PNG images. It will either write out...
|
Forum: Coders. General
22 June 2020, 14:38
|
Replies: 19
Views: 1,974
|
Forum: Coders. General
21 June 2020, 22:29
|
Replies: 19
Views: 1,974
Benefit of interleaved gfx data
I was wondering what the benefit is if bitmaps are stored in interleaved format. As I understand it, normally you have single block for each bitmap with contigous memory. With interleaving, the...
|
Forum: Coders. Asm / Hardware
09 June 2020, 12:37
|
Replies: 6
Views: 834
|
Forum: Coders. Asm / Hardware
20 May 2020, 12:11
|
Replies: 13
Views: 1,074
|
Forum: Coders. Asm / Hardware
19 May 2020, 11:05
|
Replies: 13
Views: 1,074
Are you using 'bsr.s'? I had a similar problem...
Are you using 'bsr.s'? I had a similar problem because the offset was to big, when the target was to far away, and got no error or warning, so I thought the code would work and in assembly it usually...
|
Forum: Amiga scene
18 May 2020, 19:31
|
Replies: 82
Views: 15,066
|
Forum: Coders. General
15 May 2020, 10:26
|
Replies: 17
Views: 1,799
|
Forum: Nostalgia & memories
12 May 2020, 12:28
|
Replies: 50
Views: 6,310
I always liked the C64 much more than the VC20,...
I always liked the C64 much more than the VC20, because of it's color. Still, I thought the A1000 looked quite professional and cool back then. Maybe this "professional" impression was also fostered...
|