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

« back to all changes in this revision

Viewing changes to src/mame/video/mystston.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:
78
78
        UINT8 *color_prom = machine.region("proms")->base();
79
79
 
80
80
        compute_resistor_weights(0,     255, -1.0,
81
 
                        3, resistances_rg, weights_rg, 0, 1000,
82
 
                        2, resistances_b,  weights_b,  0, 1000,
 
81
                        3, resistances_rg, weights_rg, 0, 4700,
 
82
                        2, resistances_b,  weights_b,  0, 4700,
83
83
                        0, 0, 0, 0, 0);
84
84
 
85
85
        for (i = 0; i < 0x40; i++)