Jump to content
IGNORED

A Mind is Born C64 Demo


TheBF

Recommended Posts

14 hours ago, TheBF said:

I don't think we could do this in 256 bytes on TMS9900?

Hi BF.

According to what certain programmers have said, there's only about 180 useable Bytes in CPU ram.  Most programmers used CPU RAM to store linked-lists for monsters in games, or the scroll routine for Parsec.  That said, I bet there's some clever Guru out there who could make it do something? 

  • Like 1
Link to comment
Share on other sites

If you don't use the console interrupt or most of the ROM utilities, then you can use 224 bytes (assuming 32 bytes are reserved for your 16 registers).

 

The long instruction length is certainly an issue, but I kind of wonder what we COULD pull off in scratchpad. There's 8k of ROM, after all, and 18k of GROM available, if you can find a way to use it... not to mention 16k of VRAM... but if we limit the loader to the 256 bytes of scratchpad...

 

I don't have time to issue the challenge right now. But someday... ;)

 

  • Like 2
Link to comment
Share on other sites

  • 4 months later...

It is an interesting challenge for anyone.

I am most fascinated at the moment by the music which is a pretty impressive piece in 64 bars.

We have most of the resources to do something that good. Not sure how we can do the filtration effects with our sound chip. Don't think we can.

We could bit bang wave-forms out the 9901 on the Cassette output port maybe?

 

I re-read the article and see that the melody is just a short sequence of 8 bytes that are mutated with xor and other operations.

Building on Tursi's idea we might be able to extract a cool melody this way from the ROMS or GROMS. Or this could perhaps be an 8 byte sound list that plays but we modify it as it is running. :) 

 

If it has to fit in 256 bytes can we load it as E/A3 so we have VDP utilities?  I think that's fair. :) 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...