The Amiga is a family of personal computers that was sold by Commodore in the 1980s and 1990s.

learn more… | top users | synonyms

3
votes
3answers
88 views

Converting hexadecimal HTML-color to Amiga colorregister hex (and back)

HTML hexadecimal colors are written with 6 digits (3 bytes, a so called, A hex triplet). The Amiga's color registers takes a word (2 bytes, 16-bits) which defines a color. Example: Yellow - HTML ...
2
votes
2answers
225 views

Warning: assignment makes pointer from integer without a cast undefined reference to 'LockPubScreen'

I realise there are a lot of questions related to this issue but I couldn't make head nor tale from the ones I read through. I'm trying to start learning C for the Amiga and decided to have a try ...
4
votes
0answers
107 views

Differences between Hosted Kernels and Virtual Machines

I have been reading about AROS, especially the hosted version. AROS says the following. kernel.resource contains AROS microkernel. It's the lowest level component, which is responsible for handling ...
8
votes
1answer
189 views

Get error in the iffw library when trying to write chunk

When I am trying to use the EA iffw.c library to write an IFF file, I can't get past the StartWGroup() call. It fails in IFFWriteBytes() because context->ckHdr.ckSize is zero. Inside IFFWriteBytes() ...
9
votes
1answer
723 views

Help with 68k assembly - jump tables?

I'm working on reverse engineering a large Amiga program in IDA, and I've made a ton of progress. However, there is some stuff I can't quite figure out. Namely, I have found several subroutines which ...
2
votes
1answer
187 views

Reverse engineer Amiga monitor files

The files found in Devs:Monitors in AmigaOS, what do they contain? What is their internal format? How do you go about patching one or creating one from scratch?
3
votes
3answers
206 views

If hyperion releases amiga to another platform, TODAY, would it survive? [closed]

If hyperion releases amiga to another platform, TODAY, would it do well enough? I'd love to develop for the amiga platform. I do miss it. What do we need? btw, i realize that this isn't a problem, ...
5
votes
1answer
142 views

WPF Boing demo needs life support

Remember the Amiga boing demo? I was reading a 25th anniversary of the Amiga article and they mentioned it. Brought back some memories. I remember a WPF (called Avalon at the time) demo put ...
4
votes
1answer
964 views

How to develop an Amiga application that is bootable from a floppy disk (NON-DOS)?

Following up on the "How do I code and compile an Amiga application?" question, which development library is required to boot an Amiga application from a floppy disk? Update: (2012-04-10) To consider ...
27
votes
14answers
4k views

How do I code and compile an Amiga application? [closed]

I would like to program an application for the Amiga, just for fun! Please could someone post a step by step howto based on the following? Exactly what programming tools I should use, are there any ...