English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 25 May 2019, 17:50   #21
MartinW
Registered User
 
Join Date: Mar 2017
Location: Minehead / UK
Posts: 608
Sounds like it’s working just fine then
MartinW is offline  
Old 25 May 2019, 21:03   #22
Rock'n Roll
German Translator
 
Rock'n Roll's Avatar
 
Join Date: Aug 2018
Location: Drübeck / Germany
Age: 49
Posts: 183
really great demo!
Rock'n Roll is offline  
Old 25 May 2019, 22:00   #23
stevelord
Registered User
 
stevelord's Avatar
 
Join Date: Apr 2019
Location: UK
Posts: 540
Works great on my A4000/060. Really excellent job here, well done!
stevelord is offline  
Old 26 May 2019, 02:48   #24
Hewitson
Registered User
 
Hewitson's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Age: 41
Posts: 3,772
Quote:
Originally Posted by chip View Post
But from what i know WinUAE emulation of Amiga 500 model is perfect
No emulation is perfect.

Quote:
Originally Posted by chip
So, no reason to test on the real hardware to see differences
ALWAYS test on real hardware. Would you really risk your reputation by releasing something which potentially only works on emulators?
Hewitson is offline  
Old 26 May 2019, 09:51   #25
theq
Registerdeaded abUser
 
Join Date: Sep 2013
Location: Beyond the Wall
Age: 46
Posts: 114
It works great on a stock A600 and CD32.

Great work!

Last edited by theq; 26 May 2019 at 09:58.
theq is offline  
Old 26 May 2019, 10:31   #26
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
I just ran this on my real A1200 and it is perfect.
mcgeezer is offline  
Old 26 May 2019, 19:17   #27
Antiriad_UK
OCS forever!
 
Antiriad_UK's Avatar
 
Join Date: Mar 2019
Location: Birmingham, UK
Posts: 418
Thanks for support and testing - much appreciated

Released and source code/mod/music files included for anyone interested. Source is a bit of a mess - will do better next time and will definitely move to vasm.

Parcade.zip
Antiriad_UK is offline  
Old 26 May 2019, 21:56   #28
Alpha One
Registered User
 
Alpha One's Avatar
 
Join Date: Jun 2011
Location: Ger
Posts: 223
Really great production !!! I still like these oldschoolish demo effects as much as I did 25 years ago.
Alpha One is offline  
Old 26 May 2019, 22:23   #29
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by Antiriad_UK View Post
Thanks for support and testing - much appreciated

Released and source code/mod/music files included for anyone interested. Source is a bit of a mess - will do better next time and will definitely move to vasm.

Parcade.zip
I have updated the pouet entry and added the source.
StingRay is offline  
Old 26 May 2019, 23:26   #30
Antiriad_UK
OCS forever!
 
Antiriad_UK's Avatar
 
Join Date: Mar 2019
Location: Birmingham, UK
Posts: 418
Quote:
Originally Posted by StingRay View Post
I have updated the pouet entry and added the source.
Ah. Cheers
Antiriad_UK is offline  
Old 27 May 2019, 02:50   #31
AmigaEd
Zone Friend
 
Join Date: Feb 2005
Location: USA
Posts: 35
Quote:
Originally Posted by Antiriad_UK View Post
That's me. Thanks.
For sure a standing ovation is in order for your work on AutoIt script! I stumbled upon it when I was l looking for a sort of arexx for Windows. I really found AutoIt to be one of the better Windows tools. Robust, stable and extendable.

Thank You!
AmigaEd is offline  
Old 27 May 2019, 15:52   #32
WayneK
Registered User
 
Join Date: May 2004
Location: Somewhere secret
Age: 50
Posts: 364
Watched the demo just now (on YT, shame on me for being lazy) - it's pretty good! A few classic effects done well and also good music...

A lot of people revisit their youth and mess around for a few days/weeks to no avail, I'm impressed you stuck with it and produced something of this quality
WayneK is offline  
Old 28 May 2019, 13:10   #33
Antiriad_UK
OCS forever!
 
Antiriad_UK's Avatar
 
Join Date: Mar 2019
Location: Birmingham, UK
Posts: 418
Quote:
Originally Posted by WayneK View Post
A lot of people revisit their youth and mess around for a few days/weeks to no avail, I'm impressed you stuck with it and produced something of this quality
Yes, I'm not particularly clever but I can do focus for a short period I gutted an old vector intro over xmas for the main screen and text. Then I put a few parts into that same screen (within the border) a 28 px sine scroll, a little vector effect where a cube spins in wireframe, then hidden surface, then simple light sourced. The complex vector routine (stolen wholesale) from previous 1992 intro and the bob snake in 4 colours.

Then joined the forum in March to try and get help and optimise the sine scroll (I wanted 32 px) then got sucked into the possibility of doing something like the Digital Innovation scroller. Things started getting out of hand then...

Decided the simple vector part could be optimised and rewrote that from scratch. Thought that I'd make it a generic complex/convex routine rather than having two different source bases so rewrote all that from scratch as well. Then was going to have stuff spinning and quickly changing objects so synced up the speed of simple/complex vectors so it didn't break the flow. Always wanted to do glenz vectors so that had to go in at that point so I had to write some palette changing code for that as that seems to always occur with glenz. The palette changing code was annoying af because of the reflection colours (they are different) but that made it easy to do some fades from white to colour which made it seem like a no brainer to just combine the fades/object changes into a strobe thingy.

I found some old sources on my disks that looked like I'd done on an A1200 for a dot writer which formed text with dots, and a rubber cube that seemed to use about 2MB of chip memory to "brute force" the effect and a tv box cube that had a complex vector on each side and I almost got sucked into trying to add those as well but I started getting burnt out so had just get the mod done and release before I stalled and never released anything! At start of project estimated time was 1 or 2 weeks. Elapsed time 2 months lol.

Edit: What I'd forgotten though, is what a wonderful chipset the OCS amiga is to program. I do a lot of C++ / C# util stuff these days for work. And there is nothing like the feeling of 68000 and blitter/copper madness.

Last edited by Antiriad_UK; 28 May 2019 at 13:16.
Antiriad_UK is offline  
Old 28 May 2019, 15:32   #34
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,496
Quote:
Originally Posted by Antiriad_UK View Post
Edit: What I'd forgotten though, is what a wonderful chipset the OCS amiga is to program. I do a lot of C++ / C# util stuff these days for work. And there is nothing like the feeling of 68000 and blitter/copper madness.
Exactly!

That's what made me starting to write Amiga games again, after 20 years of C coding. Programming the 68k architecture and the original chipset together is pure fun and freedom. You can do everything yourself without any dependencies.
phx is offline  
Old 30 May 2019, 14:34   #35
scuzz
Registered User
 
Join Date: Feb 2016
Location: New Forest
Posts: 196
Quote:
Originally Posted by Antiriad_UK View Post
Hi,

I've finished my A500 OCS intro. Not got as many routines in there as I wanted. Took far far longer than the "couple of days" I thought it would. So going to get it released before I run out of motivation. I had planned a dot writer and tv box as well - oh well...

Hoping to release it next week and will include all the source code, mod file and the original sound file that I did a few months ago (synthwave )

I developed it for A500 OCS and tested it in WinUAE in cycle exact mode and left a few raster lines spare. Not doing anything undocumented in there so hopefully there's a chance it will be ok.

If anyone is able to test it on a A600 or something that would be great. I've only got access to an A1200 with accelerator.

https://www.autoitscript.com/files/amiga/parcade.zip

Worked for me on the following:


Amiga 4000/040, Amiga 4000/030, A500 plus GVP sidecar, A600 unexpanded, Amiga 1200 GVP Turbo, second Amiga 1200 GVP Turbo and third Amiga 1200/030.


To be honest I couldn't really see any difference in quality to an intro produced in the day. The music worked fine and the specific graphics worked without issue. The disk booted pretty quick and was still running even when I took the disk out, and the floppy light stayed on all the time. All very much as they would have done in the day.


So your next challenge is to take it to the next level. If you ever want a demo checked on a specific computer you can reach me through the website. I will show a couple of screenshots on the blog tomorrow if that is OK with you.


Well done. Something new... always welcome here.


I used ADFBlitzer to decrunch and it is archived now on my Amiga 4000 with the source code etc.

PS the A500 used was an A500 basic unit the 'plus' mentioned is just that it has plus the GVP sidecar... which has my virus checker on it.

scuzz
http://www.scuzzscink.com/amiga/scuzzblog.htm
scuzz is offline  
Old 30 May 2019, 14:50   #36
Antiriad_UK
OCS forever!
 
Antiriad_UK's Avatar
 
Join Date: Mar 2019
Location: Birmingham, UK
Posts: 418
Quote:
Originally Posted by scuzz View Post
Worked for me on the following:
and the floppy light stayed on all the time. All very much as they would have done in the day.

So your next challenge is to take it to the next level. If you ever want a demo checked on a specific computer you can reach me through the website. I will show a couple of screenshots on the blog tomorrow if that is OK with you.
Of course, thanks for testing. I never thought about the floppy light, brings back memories on its own
Antiriad_UK is offline  
Old 31 May 2019, 18:22   #37
oRBIT
Zone Friend
 
Join Date: Apr 2006
Location: Gothenburg/Sweden
Age: 48
Posts: 339
Very good work, I really like productions like this. Brings back memories from the good old days! Stunning soundtrack aswell. Great work!
oRBIT is offline  
Old 31 May 2019, 23:53   #38
Nobby_UK
Registered User
 
Nobby_UK's Avatar
 
Join Date: Jul 2013
Location: Liverpool
Posts: 2,595
Tested on A500+ (2 meg chip)
and A500 (half + half) = Fine
Nobby_UK is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Test hardware A500 Vaninna support.Hardware 2 25 July 2016 16:25
Hardware test software fpmpaolo New to Emulation or Amiga scene 5 28 June 2016 15:37
Help us test our new game on real hardware alpine9000 Retrogaming General Discussion 26 08 June 2016 09:21
PPC68k20 did anyone test this on real hardware? Michael Sykes Amiga scene 0 21 January 2016 00:07
ALWAYS test your code on real hardware!! h0ffman Coders. General 32 16 July 2015 21:02

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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

Top

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