A Slight Return

  • Follow


As a recovering Z80 addict I hope this is the last assembly language progra=
m I will ever write. I don't believe this particular effect has ever been d=
one before, and I don't believe the bog standard 48 has ever been pushed th=
is hard. I'm ready to be corrected on these points though.

http://sites.google.com/site/andrewowennet/zxodus.zip

Enjoy.

-Andrew
0
Reply cheveron (940) 9/1/2011 1:16:23 PM

What does it do?

 David Cameron simulator?

Brian

-- 
Brian Gaff....Note, this account does not accept Bcc: email.
 graphics are great, but the blind can't hear them
Email: briang1@blueyonder.co.uk
______________________________________________________________________________________________________________


"Andrew Owen" <cheveron@gmail.com> wrote in message 
news:ef5334e0-c568-45f6-bb9b-d4666bbc6ec8@glegroupsg2000goo.googlegroups.com...
As a recovering Z80 addict I hope this is the last assembly language program 
I will ever write. I don't believe this particular effect has ever been done 
before, and I don't believe the bog standard 48 has ever been pushed this 
hard. I'm ready to be corrected on these points though.

http://sites.google.com/site/andrewowennet/zxodus.zip

Enjoy.

-Andrew 


0
Reply Briang1 (1199) 9/1/2011 8:35:16 PM


It does a 144x144 pixel 8x1 attribute area on the bog standard machine.
0
Reply cheveron (940) 9/1/2011 8:43:55 PM

On 01/09/2011 14:16, Andrew Owen wrote:
> As a recovering Z80 addict I hope this is the last assembly language program I will ever write. I don't believe this particular effect has ever been done before, and I don't believe the bog standard 48 has ever been pushed this hard. I'm ready to be corrected on these points though.
>
> http://sites.google.com/site/andrewowennet/zxodus.zip
>
> Enjoy.

Sorry, beat you to it 5 months ago I'm afraid :-P
http://www.worldofspectrum.org/forums/showpost.php?p=522051

You're the first to get it up and running with 48K timings, though, I'll 
give you that...
0
Reply gasman (791) 9/1/2011 9:46:44 PM

On Thu, 01 Sep 2011 14:16:23 +0100, Andrew Owen <cheveron@gmail.com> wrote:

> As a recovering Z80 addict I hope this is the last assembly language
> program I will ever write. I don't believe this particular effect has
> ever been done before, and I don't believe the bog standard 48 has ever
> been pushed this hard. I'm ready to be corrected on these points though.

Good stuff. Is it a Speccy? Is it an Amstrad? No, it's ... yes!

Given the nature of the graphics you chose, do you think it could work in  
a turn-based, tile-based game? Maybe a cool multicoloured Speccy NetHack :)

Eq.
0
Reply web7765 (36) 9/1/2011 9:48:42 PM

Ok Matt, you demonstrated the principle 5 months ago, but did you do a demo that used it?
0
Reply cheveron (940) 9/2/2011 8:36:52 AM

I think a turn-based, tile-based game is just the right thing to do with it. It's annoying that it takes 27 interrupts to redraw the tile map, but that's all the poor machine can manage and still have enough CPU cycles left over to do anything else.
0
Reply cheveron (940) 9/2/2011 8:39:03 AM

On Sep 1, 6:16=A0am, Andrew Owen <cheve...@gmail.com> wrote:
> As a recovering Z80 addict I hope this is the last assembly language prog=
ram I will ever write. I don't believe this particular effect has ever been=
 done before, and I don't believe the bog standard 48 has ever been pushed =
this hard. I'm ready to be corrected on these points though.
>
> http://sites.google.com/site/andrewowennet/zxodus.zip
>
> Enjoy.
>
> -Andrew

Amazing!!
I want to play that game already. :(
0
Reply zxspectrum128 (281) 9/2/2011 5:04:50 PM

On Sep 1, 10:46=A0pm, Matthew Westcott <gas...@raww.org> wrote:
> On 01/09/2011 14:16, Andrew Owen wrote:
>
> > As a recovering Z80 addict I hope this is the last assembly language pr=
ogram I will ever write. I don't believe this particular effect has ever be=
en done before, and I don't believe the bog standard 48 has ever been pushe=
d this hard. I'm ready to be corrected on these points though.
>
> >http://sites.google.com/site/andrewowennet/zxodus.zip
>
> > Enjoy.
>
> Sorry, beat you to it 5 months ago I'm afraid :-Phttp://www.worldofspectr=
um.org/forums/showpost.php?p=3D522051
>
> You're the first to get it up and running with 48K timings, though, I'll
> give you that...

please help

https://skydrive.live.com/?cid=3D1c842d5b23e1e0e2#cid=3D1C842D5B23E1E0E2&id=
=3D1C842D5B23E1E0E2%21836

u dont know any info on the 2mhz80 ram or rom available

does the dma manage teh full screen for 8x1 attribtues
sam in BASIC
just type
MODE 2
uses 12kb but you dont need to worry too much about how your scan line
flies and when you can catch her!
if anyone has any idea how to put the top 32768bytes of a speccy 48
emualtor on sam in the external ram or how to move the bbc basic rom
code around for a 128 /+2ab3 or sam - maybe add a few extra features?
pity the bbc basic rom couldnt sit happily on an interface 2 cartrdige
seeing as sinclair couldnt be bothered to include a dma if he loved
JSfW or a Z80/65c2 if he prefered freescape!
0
Reply rogerjowett (136) 10/29/2011 1:09:20 PM

On Sep 1, 2:16=A0pm, Andrew Owen <cheve...@gmail.com> wrote:
> As a recovering Z80 addict I hope this is the last assembly language prog=
ram I will ever write. I don't believe this particular effect has ever been=
 done before, and I don't believe the bog standard 48 has ever been pushed =
this hard. I'm ready to be corrected on these points though.
>
> http://sites.google.com/site/andrewowennet/zxodus.zip
>
> Enjoy.
>
> -Andrew

doesnt paging the second screen mean you could have a totally
different set of attributes every 50th of a frame - wouldnt that give
two colours per attribtue square or does it blend the two
is there an external video ram page on the mb-02+? how else could it
give 128 compatibilty to a 48? wouldnt it also need an ay8912?
does the multitec timex hi colour style screen use both 128 screens?
when connected to a 128 does it have 3 screen$ available or is one
overwritten or the same as the other?

0
Reply rogerjowett (136) 10/29/2011 1:19:34 PM

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--140733193388032-244239718-1319927259=:696
Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8BIT

On Sat, 29 Oct 2011, rogerjowett wrote:

> On Sep 1, 2:16 pm, Andrew Owen <cheve...@gmail.com> wrote:
>> As a recovering Z80 addict I hope this is the last assembly language program I will ever write. I don't believe this particular effect has ever been done before, and I don't believe the bog standard 48 has ever been pushed this hard. I'm ready to be corrected on these points though.
>>
>> http://sites.google.com/site/andrewowennet/zxodus.zip
>>
>> Enjoy.
>>
>> -Andrew
>
> doesnt paging the second screen mean you could have a totally
> different set of attributes every 50th of a frame - wouldnt that give
> two colours per attribtue square or does it blend the two
> is there an external video ram page on the mb-02+? how else could it
> give 128 compatibilty to a 48? wouldnt it also need an ay8912?
> does the multitec timex hi colour style screen use both 128 screens?
> when connected to a 128 does it have 3 screen$ available or is one
> overwritten or the same as the other?

Well, this explains the bizarre comment you left on my site!

Can't help you, friend. Never had a Sam.

deKay
-- 
  Lofi Gaming - http://lofi-gaming.org.uk
  Gaming Diary - http://lofi-gaming.org.uk/diary
  Blog - http://lofi-gaming.org.uk/blog
  My computer runs at 3.5MHz and I'm proud of that
--140733193388032-244239718-1319927259=:696--
0
Reply andyk6901 (112) 10/29/2011 10:27:39 PM

10 Replies
29 Views

(page loaded in 0.117 seconds)

Similiar Articles:













7/11/2012 5:57:46 AM


Reply: