Forum: Coders. Asm / Hardware
13 February 2021, 23:55
|
Replies: 21
Views: 1,134
In my library, I do it this way:...
In my library, I do it this way: https://github.com/skeetor/amiga-utils/blob/master/utilslib/AmigaUtils/AmigaLib/src/SystemTakeover.s (line 21)
|
Forum: Coders. General
09 February 2021, 19:04
|
Replies: 11
Views: 606
|
Forum: Coders. Releases
07 February 2021, 19:32
|
Replies: 2
Views: 956
A new update was merged to master.
Along with...
A new update was merged to master.
Along with some bugfixes in systemsave, I added new functions:
*memfill* is a replacement for memset and is up to 60% faster (depending on the blocksize) than...
|
Forum: Amiga scene
05 February 2021, 16:59
|
Replies: 56
Views: 5,476
|
Forum: Amiga scene
03 February 2021, 11:08
|
Replies: 63
Views: 4,103
|
Forum: Amiga scene
03 February 2021, 11:05
|
Replies: 186
Views: 11,168
At the time I played Doom, I was already long...
At the time I played Doom, I was already long into the PC, so it didn't kill the Amiga for me. I don't even remember why I did the switch, because I really liked my Amiga, but I guess I felt it was...
|
Forum: Coders. Asm / Hardware
02 February 2021, 10:22
|
Replies: 43
Views: 2,242
|
Forum: Coders. C/C++
31 January 2021, 19:42
|
Replies: 8
Views: 430
|
Forum: Coders. C/C++
31 January 2021, 17:46
|
Replies: 8
Views: 430
I compiled bebbos repo using regparm and I can...
I compiled bebbos repo using regparm and I can see in monam that my main expects argc and argv in d0/a0. When I put __stdargs in front of main() then it works, because the startup code uses parameter...
|
Forum: Coders. C/C++
31 January 2021, 13:56
|
Replies: 8
Views: 430
Strange. My commandline looks like this.
...
Strange. My commandline looks like this.
m68k-amigaos-gcc -D AMIGA_OS --save-temps -fverbose-asm -Wall -pedantic -mcrt=nix13 -fno-exceptions -fno-rtti -std=c++11 -O2 -mregparm -fno-rtti -O3...
|
Forum: Coders. C/C++
31 January 2021, 13:28
|
Replies: 8
Views: 430
|
Forum: Coders. C/C++
31 January 2021, 12:42
|
Replies: 8
Views: 430
gcc-bebbo: argc is always 0
I was wondering if this is a bug, or am I missing some library, because when I try to parse commandline arguments, they don't exist. "argc" is always 0.
I' using gcc from bebbo:...
|
Forum: Amiga scene
30 January 2021, 13:07
|
Replies: 60
Views: 4,139
That's a bit misleading. It's probably rather,...
That's a bit misleading. It's probably rather, they want you to pay for games they licensed (which is perfectly valid), but they took the easy way by providing cracked versions. It's probably more...
|
Forum: Retrogaming General Discussion
29 January 2021, 12:45
|
Replies: 4,527
Views: 905,016
I've been playing AC: Valhall ever since...
I've been playing AC: Valhall ever since christmas. Good game IMO, even thought he Ubisoft formula is very noticable. When I started to play it, I thought it feels like "Far Cry2, but I like the...
|
Forum: Retrogaming General Discussion
29 January 2021, 12:40
|
Replies: 32
Views: 1,816
LIKES:
I love metroidvania style games. :)...
LIKES:
I love metroidvania style games. :) Platformers and arcade games.
Also still love to play Point&Click. And I also love Souls like games. In general games, where the player gets challenged...
|
Forum: Nostalgia & memories
29 January 2021, 12:33
|
Replies: 35
Views: 4,029
|
Forum: Amiga scene
29 January 2021, 12:30
|
Replies: 60
Views: 4,139
|
Forum: Amiga scene
29 January 2021, 12:18
|
Replies: 96
Views: 8,957
|
Forum: Amiga scene
28 January 2021, 15:01
|
Replies: 88
Views: 5,800
|
Forum: Amiga scene
28 January 2021, 14:17
|
Replies: 60
Views: 4,139
|
Forum: Nostalgia & memories
27 January 2021, 14:30
|
Replies: 88
Views: 4,475
|
Forum: Amiga scene
27 January 2021, 14:28
|
Replies: 60
Views: 4,139
|
Forum: Nostalgia & memories
27 January 2021, 12:50
|
Replies: 88
Views: 4,475
|
Forum: Coders. General
18 December 2020, 16:04
|
Replies: 20
Views: 1,524
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,524
|
Forum: Amiga scene
17 December 2020, 11:52
|
Replies: 113
Views: 11,231
|
Forum: Coders. General
16 December 2020, 19:14
|
Replies: 20
Views: 1,524
|
Forum: Coders. General
16 December 2020, 17:27
|
Replies: 20
Views: 1,524
"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: 902
|
Forum: Coders. C/C++
15 December 2020, 17:51
|
Replies: 12
Views: 902
|
Forum: Coders. C/C++
15 December 2020, 16:37
|
Replies: 12
Views: 902
|
Forum: Coders. Asm / Hardware
15 December 2020, 16:16
|
Replies: 4
Views: 542
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: 542
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,409
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,409
|
Forum: Amiga scene
07 December 2020, 18:55
|
Replies: 113
Views: 11,231
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: 980
|
Forum: Amiga scene
30 November 2020, 07:44
|
Replies: 113
Views: 11,231
|
Forum: Amiga scene
28 November 2020, 00:52
|
Replies: 113
Views: 11,231
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,527
Views: 905,016
|