~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/emu/sound/ay8910.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  Games using ADSR: gyruss
13
13
 
14
14
  A list with more games using ADSR can be found here:
15
 
        http://mametesters.org/mantis/view.php?id=3043
 
15
        http://mametesters.org/view.php?id=3043
16
16
 
17
17
  TODO:
18
18
  * The AY8930 has an extended mode which is currently
876
876
 
877
877
        if (r > 15) return 0;
878
878
 
879
 
        /* FIXME: calling stream_update here makes gyruss sound awfull.
880
 
     *        For the time being, no idea why this is the case */
881
 
        /* update the output buffer before returning the register */
 
879
        /* There are no state dependent register in the AY8910! */
882
880
        /* stream_update(psg->channel); */
883
881
 
884
882
        switch (r)