Jump to content
IGNORED

Staring Sound and Music but where's newcoleco?


Recommended Posts

Hi Mike,

 

Here is a link to Daniels devkit. It has samples for everything including playing music & sound fx

 

https://drive.google.com/file/d/1ACw34Ch5VI59irnxxgyMlF_Az2UBYDYO/view

 

 

Thanks...I have the latest but all of that is for C.

He also programs a lot of his music in Assembly which I use.

I was hoping he had close friends that could send him a message that people are looking for his help.

Link to comment
Share on other sites

Yeah, I don't know about getting in contact. However the sdcc when it compiles the code also leaves a .asm assembler line by line file of the code upon compile and the equivalent c code that was used to generate it. I don't do assembler but it seems like your could extract the info from there.

 

ex: excerpt from 10years music and picture sample

 

;main.c:9: void main(void)
; ---------------------------------
; Function main
; ---------------------------------
_main::
;main.c:11: set_snd_table(snd_table);
ld hl,#_snd_table
push hl
call _set_snd_table
pop af
;main.c:12: screen_mode_2_bitmap();
call _screen_mode_2_bitmap
;main.c:13: show_picture(ptc_cake);
ld hl,#_ptc_cake
push hl
call _show_picture
pop af
etc....
i attached the compressed folder with the full assembled rom and assembler files.

10years.zip

Link to comment
Share on other sites

  • 3 weeks later...

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...