MAMEWorld >> Programming
View all threads Index   Flat Mode Flat  

R. Belmont
Cuckoo for IGAvania
Reged: 09/21/03
Posts: 9716
Loc: ECV-197 The Orville
Send PM
Re: (Vectrex) Assembler prob...
06/26/09 10:08 PM


> A long time ago I downloaded some sample vectrex source code and adapted one
> particular program to play a little tune I transposed from guitar...
>
> Anyway, I could never get the program to repeat the main procedure (even in the
> sample before I started messing with it). Here is a snippet:
>
> main_loop:
> JSR DP_to_C8 ; DP to RAM
> LDU #yankee ; get some music, here yankee
> JSR Init_Music_chk ; and init new notes
> JSR Wait_Recal ; Vectrex BIOS recalibration
> JSR Do_Sound ; ROM function that does the
> ; sound playing
> BRA main_loop ; and repeat forever

I would assume that Do_Sound is never returning. Try running it in an emulator with a good debugger (like MESS) and see if it even makes it to the BRA.







Entire thread
Subject Posted by Posted on
* (Vectrex) Assembler prob... Minwah 06/23/09 10:25 PM
. * Re: (Vectrex) Assembler prob... R. Belmont  06/26/09 10:08 PM
. * Re: (Vectrex) Assembler prob... Minwah  06/30/09 04:14 PM
. * LOG [nt] Minwah  06/23/09 10:26 PM

Extra information Permissions
Moderator:  Pi 
0 registered and 105 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3873