~ubuntu-branches/ubuntu/precise/mame/precise-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Cesare Falco
  • Date: 2011-11-30 18:50:10 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111130185010-02hcxybht1mn082w
Tags: 0.144-0ubuntu1
* New upstream release (LP: #913550)
* mame.install:
  - Added artwork/ images to be used with -effect switch
  - Be more selective with hash/ contents
* contrib/mame.ini: added /usr/share/games/mame/artwork/ to artpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
1877
1877
                SLOT->TLL = SLOT->TL + (CH->ksl_base>>SLOT->ksl);
1878
1878
 
1879
1879
 
1880
 
                /*check wether we are in rhythm mode and handle instrument/volume register accordingly*/
 
1880
                /*check whether we are in rhythm mode and handle instrument/volume register accordingly*/
1881
1881
                if ((chan>=6) && (chip->rhythm&0x20))
1882
1882
                {
1883
1883
                        /* we're in rhythm mode*/