Search found 14 matches
- Sun Sep 12, 2021 6:06 pm
- Forum: Show and Tell
- Topic: Atari ST music disk
- Replies: 2
- Views: 10578
Re: Atari ST music disk
Thanks! And as I said in the scroller, thanks for the dev kit which made the whole process easier and faster, and the 68K lessons which helped me remember and memorize the basics!
- Thu Aug 26, 2021 3:04 pm
- Forum: Show and Tell
- Topic: Atari ST music disk
- Replies: 2
- Views: 10578
Atari ST music disk
Hello,
The reason I got into assembly was to code this disk. I wanted to make an Atari ST album and it didn't really make sense to just release it as mp3, it needed to have a fancy player, right? So I learnt some assembly and made it a disk :)
Luckily I was joined by graphic artists and the ...
The reason I got into assembly was to code this disk. I wanted to make an Atari ST album and it didn't really make sense to just release it as mp3, it needed to have a fancy player, right? So I learnt some assembly and made it a disk :)
Luckily I was joined by graphic artists and the ...
- Mon Aug 23, 2021 4:19 pm
- Forum: Show and Tell
- Topic: I made a simple Tower demo!
- Replies: 5
- Views: 17808
Re: I made a simple Tower demo!
I guess you're thinking about Nebulus? https://youtu.be/aI2UHTT18bs?t=55akuyou wrote: Sun Jul 11, 2021 3:37 am That looks fantastic!... You said you're looking to optimize it more... are you planning to turn it into a game?
I remember there was a cpc game with a tower effect... but I can't remember the name!
- Mon Mar 22, 2021 12:01 pm
- Forum: General Off topic
- Topic: Typo on the website
- Replies: 1
- Views: 11238
Typo on the website
Hi, I notice what I imagine is a copy-paste omission when creating the 68000 Devtools page, the title says 6502 instead of 68000.
- Fri May 22, 2020 2:34 pm
- Forum: Show and Tell
- Topic: SNDH player with pitch visualization for Atari ST
- Replies: 3
- Views: 13535
Re: SNDH player with pitch visualization for Atari ST
Love the tune :)
Aww thanks! Music is the reason why I got into assembly in the first place :)
The visualization is a really nice touch (not to mention the exploding disk message had me cracked up :D)
Thanks! I'm currently working on an improvement of the visualization :) It looks better ...
- Thu Mar 26, 2020 2:51 pm
- Forum: Show and Tell
- Topic: Lynx Quest. A game for Atari Lynx
- Replies: 4
- Views: 15049
Re: Lynx Quest. A game for Atari Lynx
Looks beautiful. The music in the video sounds like a POKEY, is that the in-game music?
- Thu Mar 26, 2020 2:33 pm
- Forum: Show and Tell
- Topic: SNDH player with pitch visualization for Atari ST
- Replies: 3
- Views: 13535
SNDH player with pitch visualization for Atari ST
Hi,
I thought I'd make a program every time I upload a new tune :)
This way I can acquire new skills for every tune I make and try to be creative!
This time I made a simple (and note quite accurate) pitch visualization, and some text printing from a custom font.
TOS file attached, if you want the ...
I thought I'd make a program every time I upload a new tune :)
This way I can acquire new skills for every tune I make and try to be creative!
This time I made a simple (and note quite accurate) pitch visualization, and some text printing from a custom font.
TOS file attached, if you want the ...
- Sun Aug 25, 2019 9:03 pm
- Forum: Show and Tell
- Topic: Bushido Bomb
- Replies: 6
- Views: 19817
Re: Bushido Bomb
Looks really nice!
- Sun Aug 25, 2019 3:56 pm
- Forum: Show and Tell
- Topic: A short message
- Replies: 2
- Views: 8063
Re: A short message
Heh!, very good!
I understand your comments on bitplanes, The pixel layout of the AtariST seems especially weird if you ask me.
I will now listen to some tracks on your soundcloud!
Well it's frustrating to have to write that much code just to change a few pixels but, the more difficult the ...
- Fri Aug 23, 2019 5:22 pm
- Forum: Show and Tell
- Topic: A short message
- Replies: 2
- Views: 8063
A short message
Hello folks!
I have just made my first assembly program, on an Atari ST (actually my second - the first was displaying a 8x8 pixels square, it was an exercise trying to understand bitplanes, 2 years ago).
But I made one more step :) I'm now displaying a text, loading characters from a 8x8 font ...
I have just made my first assembly program, on an Atari ST (actually my second - the first was displaying a 8x8 pixels square, it was an exercise trying to understand bitplanes, 2 years ago).
But I made one more step :) I'm now displaying a text, loading characters from a 8x8 font ...