English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 666
Search took 0.15 seconds.
Search: Posts Made By: KONEY
Forum: Coders. Asm / Hardware 19 April 2024, 19:06
Replies: 15
Views: 457
Posted By KONEY
Thanks Photon! Copperlist and buffer are in same...

Thanks Photon! Copperlist and buffer are in same SECTION so I'm trying this suggestion. But any combination of parentheses and limits leads to an "illegal relocation" error, at least with Vasm. Am I...
Forum: Coders. Asm / Hardware 19 April 2024, 18:30
Replies: 15
Views: 457
Posted By KONEY
Result in my mind is to split the screen in 32...

Result in my mind is to split the screen in 32 waits and point 32 different EHB planes in each one of them. And all this would be generated by an ARexx script running from PPaint, adding palettes and...
Forum: Coders. Asm / Hardware 19 April 2024, 18:24
Replies: 15
Views: 457
Posted By KONEY
I see, thanks.

I see, thanks.
Forum: Coders. Asm / Hardware 19 April 2024, 17:52
Replies: 15
Views: 457
Posted By KONEY
if with absolute you mean that I know the...

if with absolute you mean that I know the addresses then no, I don't think so.

So to speak, this is a tipical code I would produce:...
Forum: Coders. Asm / Hardware 19 April 2024, 17:44
Replies: 15
Views: 457
Posted By KONEY
UHhhm ok... now I'm getting a bit confused :D ...

UHhhm ok... now I'm getting a bit confused :D

ABS_BITMAP EQU $70000
is all I need but how do I figure out the value $70000? Isn't the value figured out during build?
DS.B (320/8)*256
reserves...
Forum: Coders. Asm / Hardware 19 April 2024, 14:01
Replies: 15
Views: 457
Posted By KONEY
Thanks a/b! I think version 2 is what I was...

Thanks a/b! I think version 2 is what I was looking for!

In short, what I need to do is use ORG + LOAD in place of a label then on the copper use it to deal with low and hi words, as per example....
Forum: Coders. Asm / Hardware 19 April 2024, 12:40
Replies: 15
Views: 457
Posted By KONEY
Question Hardcode bitplane pointers in copperlist?

So far I've only seen bitmap pointers poked into copperlist by the CPU, but is there a way to hardcode them directly from source code? Is there a syntax for this?

Thanks!
Forum: Nostalgia & memories 27 March 2024, 12:06
Replies: 76
Views: 4,994
Posted By KONEY
I had a C64 but wasn't even aware the Amiga...

I had a C64 but wasn't even aware the Amiga existed. This was until 1989, when I saw an A500 running Shadow Of The Beast and my life first priority switched :)
Forum: Coders. Asm / Hardware 26 March 2024, 21:27
Replies: 13
Views: 905
Posted By KONEY
Actually no, but if you're suggesting to feed...

Actually no, but if you're suggesting to feed real-time noise data into a SynthSound waveform... it's an idea :)
Forum: Coders. Asm / Hardware 25 March 2024, 00:41
Replies: 13
Views: 905
Posted By KONEY
Eek Nice one! In fact I've already some random bpl...

Nice one! In fact I've already some random bpl pointers trick in place :p
Forum: Coders. Asm / Hardware 25 March 2024, 00:37
Replies: 13
Views: 905
Posted By KONEY
Thumbs up As crazy as I was hoping for!

As crazy as I was hoping for!
Forum: Coders. Asm / Hardware 24 March 2024, 00:25
Replies: 13
Views: 905
Posted By KONEY
Would be nice if you share the source :)

Would be nice if you share the source :)
Forum: Coders. Asm / Hardware 22 March 2024, 18:18
Replies: 13
Views: 905
Posted By KONEY
The draw trick sounds interesting, I'll give it a...

The draw trick sounds interesting, I'll give it a try! Thanks!
Forum: Coders. Asm / Hardware 22 March 2024, 12:24
Replies: 13
Views: 905
Posted By KONEY
Big grin Tricks to blit noise or corrupted data on purpose

I'm calling all Amiga HW experts to share any known trick which would allow the blitter to copy on purpose random noise or corrupted data to a destination.


Borderline techniques also accepted...
Forum: News 13 March 2024, 12:51
Replies: 18
Views: 1,732
Posted By KONEY
Accordingly to panning low if both sides are...

Accordingly to panning low if both sides are playing a bass at the same time then gain would be +6dB while if only one of the two is playing a bass then gain would be +3dB
Forum: Amiga scene 13 March 2024, 10:39
Replies: 20
Views: 2,678
Posted By KONEY
Anyone has a contact for the developers? I have a...

Anyone has a contact for the developers? I have a few bugfix to suggest.
Forum: News 13 March 2024, 02:42
Replies: 18
Views: 1,732
Posted By KONEY
Very interesting device! Ordered one...

Very interesting device! Ordered one...
Forum: Amiga scene 07 March 2024, 15:16
Replies: 20
Views: 1,604
Posted By KONEY
not 4:3, not CRT, not interesting

not 4:3, not CRT, not interesting
Forum: Amiga scene 07 March 2024, 09:43
Replies: 162
Views: 10,412
Posted By KONEY
A3000 for life! Second is A600 for its compact...

A3000 for life! Second is A600 for its compact size.
Forum: project.Amiga Game Factory 05 March 2024, 12:08
Replies: 269
Views: 20,796
Posted By KONEY
In 1982 my uncle owned an arcade room. He would...

In 1982 my uncle owned an arcade room. He would open the coin door of a cabinet of my choice, add as many credits as the machine could take and let me play for hours...

Now guess my choice 99% of...
Forum: Coders. Asm / Hardware 01 March 2024, 18:04
Replies: 10
Views: 3,471
Posted By KONEY
Grabbed my copy last week. I was stuck on a...

Grabbed my copy last week. I was stuck on a project with interrupt calls and music play-routines, after reading twice the related chapter from the book I figured out my problem!

Also, knowning an...
Forum: Coders. Asm / Hardware 01 March 2024, 17:56
Replies: 7
Views: 623
Posted By KONEY
Fascinating work!

Fascinating work!
Forum: Coders. Asm / Hardware 16 February 2024, 10:13
Replies: 6
Views: 854
Posted By KONEY
Well it turned out a VERTB interrupt was already...

Well it turned out a VERTB interrupt was already in place since I'm using Photon's MiniWrapper. But I disabled it long ago because it would crash with some combinations of CPU/KS.
Forum: Coders. Asm / Hardware 15 February 2024, 23:35
Replies: 6
Views: 854
Posted By KONEY
Sorry guys if I resume this but it looks like my...

Sorry guys if I resume this but it looks like my problem...

MainCopper won't jump to Copper2 because COP2LC value written by the CPU changes! :banghead

Setting it from MainCopper would work but...
Forum: Amiga scene 06 February 2024, 15:40
Replies: 871
Views: 66,590
Posted By KONEY
After seeing how well the A3000 performed with...

After seeing how well the A3000 performed with its on-board SCSI controller I'd have had one fitted by default in any new model.
Forum: Retrogaming General Discussion 06 February 2024, 13:00
Replies: 127
Views: 8,357
Posted By KONEY
Same for me. I mean, the moment I saw SOB my...

Same for me. I mean, the moment I saw SOB my first priority became to become an Amiga user.

Also, priority hasn't changed to this day :)
Forum: Retrogaming General Discussion 09 January 2024, 14:09
Replies: 48
Views: 4,042
Posted By KONEY
Personal Paint ^_^

Personal Paint ^_^
Forum: Amiga scene 31 December 2023, 13:48
Replies: 16
Views: 1,756
Posted By KONEY
Actually no, they call it "Colossus" but for...

Actually no, they call it "Colossus" but for convenience I referred the "Wartime" section to as "the Alan Turing machine" :spin
Forum: Amiga scene 30 December 2023, 20:02
Replies: 16
Views: 1,756
Posted By KONEY
Sure, wasn't Colossus Alan Turing Machine I...

Sure, wasn't Colossus Alan Turing Machine I mentioned?
Forum: Amiga scene 30 December 2023, 00:01
Replies: 16
Views: 1,756
Posted By KONEY
Tnmoc

So I followed @nogginthenog suggestion (thanks!) and took my trip to Bletchley to visit TNMOC. It was really worth it!

For the first time I witnessed a Cray supercomputer and a Silicon Graphics...
Forum: Coders. Asm / Hardware 15 December 2023, 21:22
Replies: 342
Views: 81,683
Posted By KONEY
Change compiled executable filename

hi,
is there a way to specify a name for the compiled file instead of "current_filename.o"?


Many thanks
Forum: request.Music 24 November 2023, 15:09
Replies: 36
Views: 3,275
Posted By KONEY
I was going to add about how powerful OctaMED...

I was going to add about how powerful OctaMED SoundStudio Hybrid/SynthSounds are, they feature a scripting language which allows modulation of Volume and Frequences, even with LFOs. A brief reading...
Forum: Amiga scene 21 November 2023, 17:35
Replies: 16
Views: 1,756
Posted By KONEY
Thank you guys, I'll let you know if I've been...

Thank you guys, I'll let you know if I've been hitting any of these :)
Forum: Amiga scene 21 November 2023, 11:47
Replies: 16
Views: 1,756
Posted By KONEY
Amiga things to do in London UK

Hey Amifolks!

I'll spend a few days in London during XMAS, is anyone aware of anything Amiga related to suggest? A shop, a pub, a museum... anything goes!

:xmas
Forum: Amiga scene 28 July 2023, 21:28
Replies: 391
Views: 60,741
Posted By KONEY
For the record: today I installed the latest...

For the record: today I installed the latest version and the problem is no longer present!
Forum: Member Introductions 30 May 2023, 14:18
Replies: 18
Views: 1,378
Posted By KONEY
Ciao Amighista, Saluti da Venezia!

Ciao Amighista, Saluti da Venezia!
Forum: support.Apps 17 May 2023, 10:36
Replies: 7
Views: 887
Posted By KONEY
You can for sure with SoundStudio but it's very...

You can for sure with SoundStudio but it's very limited. For example note-off are not read. No idea about V4 and why you need to use such an old version.
Forum: support.Other 15 May 2023, 18:19
Replies: 11
Views: 3,040
Posted By KONEY
Thanks, you mean like this? MENU ADD NAME...

Thanks, you mean like this?

MENU ADD NAME CED TITLE "CED" ADDRESS COMMAND "work:utils/ced"

...which is not working for me. Menu entry appears but program is not executed and SnoopDOS says this:...
Forum: support.Other 13 May 2023, 21:57
Replies: 11
Views: 3,040
Posted By KONEY
Glad this post surfaced because I was not aware...

Glad this post surfaced because I was not aware of the menu function and it's great!

However, I cannot get an AmigaDOS executable to be started by a menu entry. I tried some combination of these:...
Forum: Amiga scene 08 May 2023, 23:57
Replies: 391
Views: 60,741
Posted By KONEY
I'm confused, you mean this issue is not common...

I'm confused, you mean this issue is not common for every setup? I've tried accessing samba shares running on Armbian and OSMC servers and from Miami and AmiTCP 3/4 clients, always with the same...
Showing results 1 to 40 of 666

 
Forum Jump

All times are GMT +2. The time now is 10:55.

Top

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