Forum: Amiga scene
30 June 2022, 16:21
|
Replies: 1,360
Views: 293,451
|
Forum: Retrogaming General Discussion
30 June 2022, 16:18
|
Replies: 27
Views: 654
|
Forum: Amiga scene
30 June 2022, 16:13
|
Replies: 21
Views: 1,406
IIRC Lotus 2 on Amiga tops out at 25FPS and it...
IIRC Lotus 2 on Amiga tops out at 25FPS and it does lose frames in busy sections. It's still an awesome game though, I loved playing it back in the day and still occasionaly boot it back up :)
...
|
Forum: Retrogaming General Discussion
10 June 2022, 15:54
|
Replies: 97
Views: 6,651
|
Forum: Retrogaming General Discussion
10 June 2022, 13:12
|
Replies: 97
Views: 6,651
That's quite interesting and a very neat...
That's quite interesting and a very neat trick/result. Though a 96 pixel vertical size split in two segments of 48 pixels does make it much more limited than a 'true' Dual Playfield mode. You can see...
|
Forum: Amiga scene
08 June 2022, 11:51
|
Replies: 15
Views: 1,118
|
Forum: Retrogaming General Discussion
04 June 2022, 22:15
|
Replies: 32
Views: 1,651
|
Forum: Retrogaming General Discussion
04 June 2022, 21:57
|
Replies: 32
Views: 1,651
|
Forum: Retrogaming General Discussion
04 June 2022, 21:40
|
Replies: 32
Views: 1,651
|
Forum: Coders. Asm / Hardware
02 June 2022, 16:21
|
Replies: 9
Views: 688
|
Forum: Coders. Asm / Hardware
02 June 2022, 14:00
|
Replies: 9
Views: 688
|
Forum: Coders. Asm / Hardware
25 May 2022, 23:46
|
Replies: 31
Views: 2,506
|
Forum: Coders. Asm / Hardware
22 April 2022, 09:29
|
Replies: 18
Views: 1,745
|
Forum: project.WHDLoad
22 April 2022, 09:25
|
Replies: 7
Views: 1,304
I think this is WHDLoad loading data from hard...
I think this is WHDLoad loading data from hard disk.
If you have enough additional memory, you might be able to enable PRELOAD in the icon tooltypes (IIRC that's the parameter anyway, check the...
|
Forum: project.Amiga Game Factory
21 April 2022, 14:02
|
Replies: 441
Views: 85,331
|
Forum: Retrogaming General Discussion
15 April 2022, 16:22
|
Replies: 97
Views: 6,651
|
Forum: Retrogaming General Discussion
15 April 2022, 14:56
|
Replies: 97
Views: 6,651
|
Forum: Coders. Asm / Hardware
14 April 2022, 15:16
|
Replies: 19
Views: 2,103
|
Forum: Coders. Asm / Hardware
14 April 2022, 09:44
|
Replies: 19
Views: 2,103
Love the choice of words here, only write this...
Love the choice of words here, only write this kind of code with a proper helmet and bullet proof vest on :D
Wouldn't CPU dependent code get quite messy if you also have to account for different CPU...
|
Forum: project.Amiga Game Factory
12 April 2022, 10:39
|
Replies: 441
Views: 85,331
I'd be quite interested in seeing what a...
I'd be quite interested in seeing what a re-imagined T2 would look like with GFX like that. Sounds like a wonderful idea :)
That said, I've also played the MS-DOS version in the past and somehow...
|
Forum: Coders. Asm / Hardware
10 April 2022, 16:52
|
Replies: 31
Views: 2,647
|
Forum: Coders. Asm / Hardware
05 April 2022, 14:57
|
Replies: 41
Views: 3,691
I've done another test. This time the level...
I've done another test. This time the level itself with an A1200/68020 & 8MB fastram using cycle exact mode. I'm seeing very similar distortions as you've seen with the 68060 in the video. It seems...
|
Forum: Coders. Asm / Hardware
05 April 2022, 14:12
|
Replies: 41
Views: 3,691
It actually doesn't work on a chipmemory only...
It actually doesn't work on a chipmemory only A1200 either (I've attached a screenshot of what happens when you start scrolling in WinUAE using Cycle Exact mode, this happens on a real A1200 as well...
|
Forum: Coders. Asm / Hardware
05 April 2022, 13:46
|
Replies: 41
Views: 3,691
|
Forum: Coders. Asm / Hardware
05 April 2022, 12:58
|
Replies: 41
Views: 3,691
|
Forum: Amiga scene
05 April 2022, 00:00
|
Replies: 44
Views: 3,784
|
Forum: Coders. Asm / Hardware
31 March 2022, 22:20
|
Replies: 41
Views: 3,691
I'm not entirely sure what causes this. I was...
I'm not entirely sure what causes this. I was thinking it might be a race condition between the interrupts, but given it's a protracker interrupt that causes the issue it seems to me that the race...
|
Forum: project.Amiga Game Factory
28 March 2022, 16:24
|
Replies: 441
Views: 85,331
|
Forum: Amiga scene
28 March 2022, 11:25
|
Replies: 1,089
Views: 158,030
|
Forum: Amiga scene
24 March 2022, 13:08
|
Replies: 3
Views: 465
|
Forum: Coders. Asm / Hardware
19 March 2022, 16:19
|
Replies: 13
Views: 1,200
Yeah, sorry for not having more tips. I did use...
Yeah, sorry for not having more tips. I did use descending mode before, but I never actually tried shifting data alongside doing so. Hence I never had to work with masks/shifts in descending mode so...
|
Forum: Coders. Asm / Hardware
18 March 2022, 16:35
|
Replies: 32
Views: 2,397
To be honest, I did not manually calculate the...
To be honest, I did not manually calculate the values generated by the code for the mask, but I'd say that just swapping the values around as you do is not enough unless the mask is set to either...
|
Forum: Coders. Asm / Hardware
18 March 2022, 16:24
|
Replies: 32
Views: 2,397
Appologies, I made an error here. In descending...
Appologies, I made an error here. In descending mode, all pointers should start at the very last word of the blit. Assuming you've already done this for the source, the same goes for the destination....
|
Forum: Coders. Asm / Hardware
18 March 2022, 15:59
|
Replies: 32
Views: 2,397
|
Forum: Coders. Asm / Hardware
18 March 2022, 14:26
|
Replies: 32
Views: 2,397
|
Forum: Retrogaming General Discussion
17 March 2022, 09:26
|
Replies: 27
Views: 3,416
|
Forum: Retrogaming General Discussion
16 March 2022, 09:37
|
Replies: 27
Views: 3,416
It's the feature used by Zarnal earlier in the...
It's the feature used by Zarnal earlier in the thread (see his screenshots), you can activate a stripe of colours in the border that show you exactly how many frames have passed between updates on...
|
Forum: Amiga scene
15 March 2022, 14:27
|
Replies: 266
Views: 44,429
|
Forum: Amiga scene
15 March 2022, 11:16
|
Replies: 266
Views: 44,429
|
Forum: Retrogaming General Discussion
14 March 2022, 10:10
|
Replies: 27
Views: 3,416
Even if there's mistakes in the list, that does...
Even if there's mistakes in the list, that does not mean it's meant to deceive. It seems to me the author and posts in that thread have tried to get it to be correct rather than make stuff up. So, I...
|