English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 1157
Search took 0.20 seconds.
Search: Posts Made By: robinsonb5
Forum: Amiga scene 20 April 2024, 11:36
Replies: 63
Views: 2,110
Posted By robinsonb5
Oh I agree, certainly - MUI holds up pretty well...

Oh I agree, certainly - MUI holds up pretty well (no hamburger menus, at least!), and there's a lot about it that I like. But it still has a slightly alien "feel" on the Amiga, due to lacking that...
Forum: Amiga scene 19 April 2024, 12:20
Replies: 3,776
Views: 505,763
Posted By robinsonb5
It absolutely has to do with modern operating...

It absolutely has to do with modern operating systems being more complex - but that runaway complexity is itself a huge problem, and one with no easily attainable solution in sight.

And yes,...
Forum: Amiga scene 19 April 2024, 12:09
Replies: 63
Views: 2,110
Posted By robinsonb5
This, 100 times over. Also, having a...

This, 100 times over.

Also, having a reliable way to send a window to the back. (Middle-click-on-the-titlebar does this on some Linux WMs - unless of course the window uses client-side...
Forum: Amiga scene 01 April 2024, 12:07
Replies: 8
Views: 451
Posted By robinsonb5
Really cool - definitely something I want to...

Really cool - definitely something I want to tinker with at some point!
Forum: Coders. Asm / Hardware 29 March 2024, 17:32
Replies: 11
Views: 1,448
Posted By robinsonb5
Wouldn't it be much easier to shuffle the...

Wouldn't it be much easier to shuffle the bitplane pointers so you move plane 5 -> plane 6, etc, making the blank plane the least significant rather than most significant?
Forum: Coders. Asm / Hardware 29 February 2024, 00:37
Replies: 6
Views: 503
Posted By robinsonb5
Excellent - I'm looking forward to giving this a...

Excellent - I'm looking forward to giving this a spin!
Forum: Coders. Asm / Hardware 10 February 2024, 16:22
Replies: 21
Views: 1,973
Posted By robinsonb5
On AGA machines perhaps you could do something...

On AGA machines perhaps you could do something using the BPLCON4 register?
(If you set up multiple palettes across the 256 colours, you can switch between them with a single copper move.)
Forum: request.Modules 03 February 2024, 20:42
Replies: 2
Views: 462
Posted By robinsonb5
That's "Just for Blues" by Dizzy of CNCD, I...

That's "Just for Blues" by Dizzy of CNCD, I believe.
Forum: Amiga scene 03 February 2024, 18:13
Replies: 871
Views: 66,343
Posted By robinsonb5
I have one project where I need a chunk of Chip...

I have one project where I need a chunk of Chip RAM aligned on a 64k boundary (Or more specifically, an image buffer which is guaranteed to fit entirely within a 64k "page", for want of a better...
Forum: Amiga scene 15 January 2024, 11:22
Replies: 871
Views: 66,343
Posted By robinsonb5
16-bit would have been relatively easy, since...

16-bit would have been relatively easy, since each DMA fetch can be twice- or four-times as wide - you "just" need a wider data register for each channel, and to adjust the audio state machine to...
Forum: support.Hardware 12 January 2024, 18:23
Replies: 44
Views: 3,938
Posted By robinsonb5
Yes, absolutely, and I've addressed this issue...

Yes, absolutely, and I've addressed this issue fairly recently in the test core which Torti linked to. (It's also available at atari-forum, which is MiST's "home" - see...
Forum: support.Games 20 November 2023, 20:10
Replies: 42
Views: 5,424
Posted By robinsonb5
I was under the impression that the difference is...

I was under the impression that the difference is just that Zeewolf 2 is capable of running from Fast RAM, if present, while the original isn't?
Forum: Coders. General 10 October 2023, 10:44
Replies: 1,572
Views: 551,603
Posted By robinsonb5
I agree that his expert status doesn't constitute...

I agree that his expert status doesn't constitute proof that the post is correct - but nonetheless a blog post published on Microsoft's own website, and written by an expert with 30 years' experience...
Forum: Coders. General 09 October 2023, 22:09
Replies: 1,572
Views: 551,603
Posted By robinsonb5
I think my favourite compiler message of all came...

I think my favourite compiler message of all came from older versions of GCC: "class only defines a private destructor and has no friends."



I'd be *very* surprised if a blog post from Raymond...
Forum: Coders. General 09 October 2023, 20:05
Replies: 1,572
Views: 551,603
Posted By robinsonb5
OK yes, looking again I see there's no case where...

OK yes, looking again I see there's no case where the third condition can execute without both the previous two having executed, so xx and yy are guaranteed to have a value by the time they're added.
Forum: Coders. General 09 October 2023, 17:51
Replies: 1,572
Views: 551,603
Posted By robinsonb5
I trust xx and yy are initialised before the...

I trust xx and yy are initialised before the tests? Otherwise the compiler warning is correct.
Forum: Coders. General 09 October 2023, 14:26
Replies: 1,572
Views: 551,603
Posted By robinsonb5
I think meynaf just means that the example was...

I think meynaf just means that the example was stripped to the bone from a more complex original program, and that the original code wouldn't work if refactored in that way. (The final case depends...
Forum: Amiga scene 06 October 2023, 12:50
Replies: 90
Views: 11,811
Posted By robinsonb5
I had a similar experience with the keyboard of...

I had a similar experience with the keyboard of my old A4000's keyboard - it was cream when put in its box, then stored in the loft for a few years, and was yellow upon removal.

I suspect there...
Forum: Retrogaming General Discussion 06 October 2023, 12:26
Replies: 40
Views: 3,949
Posted By robinsonb5
Thanks, I didn't know about that, and it'll no...

Thanks, I didn't know about that, and it'll no doubt be useful. (Luckily I still like full-size keyboards!)

It's still a workaround to a fundamental flaw in an interactive system, though.
Forum: Retrogaming General Discussion 06 October 2023, 11:35
Replies: 40
Views: 3,949
Posted By robinsonb5
Yeah the WM's not the problem - I mean that the...

Yeah the WM's not the problem - I mean that the UI inconsistency between applications is getting progressively worse, thanks to the creep towards client-side decoration and hamburger menus. (Not...
Forum: Retrogaming General Discussion 06 October 2023, 10:39
Replies: 40
Views: 3,949
Posted By robinsonb5
Sort of. A few months back I was trying out...

Sort of.

A few months back I was trying out some extremely memory-hungry software on Linux (https://github.com/openXC7 - it uses many Gb of RAM while compiling its chip database.)
It ate all the...
Forum: Amiga scene 05 October 2023, 12:49
Replies: 90
Views: 11,811
Posted By robinsonb5
Or not make it out of ABS. IBM Model M...

Or not make it out of ABS.


IBM Model M keyboards, for example, are generally the same colour today that they were when first manufactured.
Forum: Retrogaming General Discussion 04 October 2023, 19:55
Replies: 40
Views: 3,949
Posted By robinsonb5
A modern OS which supports virtual memory, memory...

A modern OS which supports virtual memory, memory protection and all that jazz, but which is well enough designed that nothing required for interactivity can be swapped out, ever.

Runaway process...
Forum: Retrogaming General Discussion 15 September 2023, 09:37
Replies: 50
Views: 4,322
Posted By robinsonb5
That's certainly the "correct" system-friendly...

That's certainly the "correct" system-friendly approach - but very few games and demos do it that way - they mostly hit the hardware.

If you're going to take over the hardware, however, you do...
Forum: Retrogaming General Discussion 08 September 2023, 00:23
Replies: 50
Views: 4,322
Posted By robinsonb5
The difference is just that in your case the...

The difference is just that in your case the number of actual pixels is close to the number of pixels the monitor expects to see.

Here's what I see on my Dell U2311H when I feed it a scandoubled...
Forum: Retrogaming General Discussion 07 September 2023, 09:34
Replies: 50
Views: 4,322
Posted By robinsonb5
Another thing to consider: very few (if any) LCD...

Another thing to consider: very few (if any) LCD monitors will properly display 1280 horizontal pixels when connected directly to an Amiga.
They generally look at the incoming signal, guess how many...
Forum: support.Other 10 August 2023, 10:43
Replies: 2
Views: 401
Posted By robinsonb5
Baking soda and superglue is very useful for...

Baking soda and superglue is very useful for small infills (for instance, I've used it as a quick-and-dirty way to fill the slot on a guitar nut) but be very careful about using it on larger repairs...
Forum: Coders. Asm / Hardware 04 August 2023, 21:50
Replies: 338
Views: 387,830
Posted By robinsonb5
Good point - if I need to revisit it or have...

Good point - if I need to revisit it or have other queries I'll use the "troublesome demos" thread (or a new one) instead.



Thanks, that's really helpful.



Yes, but when testing I made...
Forum: Coders. General 04 August 2023, 14:34
Replies: 23
Views: 2,465
Posted By robinsonb5
Perhaps those players were using speakers instead...

Perhaps those players were using speakers instead of headphones?

Personally I find 100% separation quite uncomfortable when using headphones, but it doesn't take very much "leakage" to the other...
Forum: Coders. Asm / Hardware 04 August 2023, 12:16
Replies: 338
Views: 387,830
Posted By robinsonb5
Awesome, thank you. Thanks for...

Awesome, thank you.



Thanks for confirming - I'd have been very surprised if that hadn't been the case.


Interesting - with current WinUAE that particular demo does display the splash...
Forum: Coders. Asm / Hardware 04 August 2023, 11:24
Replies: 338
Views: 387,830
Posted By robinsonb5
Interesting - I've been curious about something...

Interesting - I've been curious about something else related to that recently:
Majic12: Ray of Hope 2 has a couple of splash screens which have DIWSTART set to 0 and a crazy high DIWSTOP too. If...
Forum: Coders. General 26 July 2023, 10:25
Replies: 1,572
Views: 551,603
Posted By robinsonb5
I suspect the main reason C lacks rotation is...

I suspect the main reason C lacks rotation is simply that it depends too much on the machine's register size to allow for any degree of portability.
For most operations if a particular machine's...
Forum: Coders. General 23 July 2023, 18:04
Replies: 1,572
Views: 551,603
Posted By robinsonb5
And is it still baremetal when the target...

And is it still baremetal when the target architecture doesn't exist except in virtual form? Could JVM bytecode be baremetal? Inform Z-machine code?
(Not saying there's a right or wrong answer,...
Forum: Coders. General 23 July 2023, 11:00
Replies: 1,572
Views: 551,603
Posted By robinsonb5
The interesting question it raises is can you...

The interesting question it raises is can you still be "close to the metal" when that metal doesn't actually exist, except as an abstract virtual machine?

I guess the real problem with the...
Forum: Coders. General 16 July 2023, 12:00
Replies: 1,572
Views: 551,603
Posted By robinsonb5
Fun fact: if an assembly language source file's...

Fun fact: if an assembly language source file's name ends with ".S" instead of ".s", GCC will run it through the C preprocessor before assembling it!

(I abused this horribly in the early days of...
Forum: Coders. Releases 13 July 2023, 01:09
Replies: 4,408
Views: 453,479
Posted By robinsonb5
That's fantastic! :D (Is it terrible that part...

That's fantastic! :D (Is it terrible that part of me hopes it found its way into ChatGPT's training set?)
Forum: Coders. Asm / Hardware 09 July 2023, 00:28
Replies: 7
Views: 1,104
Posted By robinsonb5
Many thanks for that - Imitating this behaviour...

Many thanks for that - Imitating this behaviour seems to have fixed the glitches I was seeing.



That's useful to know. Can you think of any games or demos affected by that?



Interesting...
Forum: Coders. Asm / Hardware 08 July 2023, 19:54
Replies: 7
Views: 1,104
Posted By robinsonb5
Question about overscan and sprites

I have a question for the Amiga hardware gurus, if you'd be so kind, please:

I'm currently looking at the MiST/TC64 Minimig core, trying to fix a few glitches and issues, and currently...
Forum: Retrogaming General Discussion 07 July 2023, 00:13
Replies: 88
Views: 9,643
Posted By robinsonb5
It's certainly possible to get some nice results...

It's certainly possible to get some nice results with that kind of mix of spatial and temporal dither - I've done something similar to smooth out gradients in a chequerboard floor effect on ECS. ...
Forum: Retrogaming General Discussion 06 July 2023, 12:17
Replies: 21
Views: 1,138
Posted By robinsonb5
I must give it a re-watch then, refresh my...

I must give it a re-watch then, refresh my memory!





I do like Demolition Man - it's one of those films (like The Running Man) which seems more plausible every time I see it!
Showing results 1 to 40 of 1157

 
Forum Jump

All times are GMT +2. The time now is 03:16.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.25929 seconds with 10 queries