Search found 9 matches

by Baron3D
Sat Dec 22, 2012 10:48 am
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

:D Very Good :D

Very good description.
by Baron3D
Thu Dec 20, 2012 1:40 pm
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

I also used keyboard trap to read one (or two) row (or column) in the keyboard matrix.
So, sound and keybord trap is used.
Sprites is drawn, then there is not more than above traps. (If I remember correctly. It is after all 25 years ago)
by Baron3D
Thu Dec 20, 2012 9:18 am
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

68000 has a user-mode and a supervisor-mode. There are som instructions that is only allowed in supervisor-mode. If I remember correctly I used Trap 0 to get into supervisor-mode.
Every trap is executed in supervisor-mode and I call some of then.

Since you get some sprites on screen it may be the ...
by Baron3D
Tue Dec 18, 2012 4:56 pm
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

Sorry for may bad memory. I didn't meet Dilwyn in Münster I meet Richardson.

Could it be the hardware access that makes the problem?
The spritegenerator uses hardware access as well as traps.
Basic Commands is registred in the *.boot code. All the programs must be started by running *.boot.

Do you ...
by Baron3D
Mon Dec 17, 2012 10:22 pm
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

Yes, the missing files.
Make it into one package will be fine.
:D :D :D

Combat (comb) is a two player helicopter game. Me and my friend played that for many ours.
comb.cde is a merge of comb.sgs, comb.tkns and FSG_v011.CDE. (just for knowledge)

Warning! Aste is a addictive game. I played it for ...
by Baron3D
Sun Dec 16, 2012 7:35 pm
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

Awesome :D
Thank you very much.

Dilwyn :"add it to the games page on my website"
I'm very happy with that.

On a normal QL The Heli game is a little slow, it's just intended to be an example game. One can compile it with qLiberator if one wants fast action.
I used 64k of fast extra ram, so my QL ...
by Baron3D
Fri Dec 14, 2012 8:07 am
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

Sorry to say it, I don't know.

Somewere in Quantas archive ?
If I remember right, my programs was gatherd together with the Swidish QL group's program and sended to Quanta.

Mr dilwyn may have it ?

I have backups on 8" disks but no working system. Yes, 8 inch discs, 77 tracks at eatch side ...
by Baron3D
Tue Dec 11, 2012 9:45 pm
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

A litte off topic..
I remember I showed my sprite engine for pulic in Münster, don't know the year.
People was amazed. :)
I meet you mr Dilwyn and David and I think I demonstrated a home made soundcard for you.
My English was worser than bad. It's better now but there is more to learn.
by Baron3D
Mon Dec 03, 2012 12:19 pm
Forum: Software & Programming
Topic: Sprite Generator Software
Replies: 43
Views: 42224

Re: Sprite Generator Software

Hi there
Sorry for my late reply, But I just got a membership.

The Sprite generator is not released.
It is free to use for whatever purpose yuo like.

It is made for 256x256 screen, and it uses XOR for drawing.
I used a special tchnic to prevent flicker. Sprite is erased and drawn 4 pixels at a ...