User Tools

Site Tools


base:sound_fx_routine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

base:sound_fx_routine [2015-04-17 04:33] – external edit 127.0.0.1base:sound_fx_routine [2016-09-27 10:21] (current) – Standardized heading levels ftc
Line 1: Line 1:
 ====== Sound Fx Routine (From Prince of Persia (C64)) ====== ====== Sound Fx Routine (From Prince of Persia (C64)) ======
  
-====== Preface ======+===== Preface =====
 Below is the full source code for the sound effect player routine made exclusively for Mr.SID's Commodore 64 EasyFlash conversion of "Prince of Persia" It consists of reading chunks of data that is written directly to each SID register at every frame, including the filter registers.    Below is the full source code for the sound effect player routine made exclusively for Mr.SID's Commodore 64 EasyFlash conversion of "Prince of Persia" It consists of reading chunks of data that is written directly to each SID register at every frame, including the filter registers.   
  
Line 12: Line 12:
 By Conrad/Samar/Onslaught/Viruz, in September/October 2011. By Conrad/Samar/Onslaught/Viruz, in September/October 2011.
  
-====== "sfxconfig.txt" ======+===== "sfxconfig.txt" =====
 This file is just a couple of definition lines... This file is just a couple of definition lines...
 <code> <code>
Line 19: Line 19:
 </code> </code>
  
-====== "sfxplayer.asm" ======+===== "sfxplayer.asm" =====
 The main routine code... The main routine code...
 <code> <code>
Line 271: Line 271:
 </code> </code>
  
-====== "sfxdata.asm" ======+===== "sfxdata.asm" =====
 The file contains the sound effect data. //Please note that this is the first revision of the sound data, meaning that all sounds are not 100% the same to the one's you heard in the released game.// The file contains the sound effect data. //Please note that this is the first revision of the sound data, meaning that all sounds are not 100% the same to the one's you heard in the released game.//
 <code> <code>
Line 1147: Line 1147:
  
  
-====== "test harness.asm" ======+===== "test harness.asm" =====
 An additional program to test the sound effect routine.  Coded exclusively for Mr.SID. An additional program to test the sound effect routine.  Coded exclusively for Mr.SID.
 <code> <code>
base/sound_fx_routine.txt · Last modified: 2016-09-27 10:21 by ftc