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

« back to all changes in this revision

Viewing changes to src/mame/drivers/ohmygod.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2010-08-01 23:18:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801231831-9dj2qbsynutixsoe
Tags: 0.139-0ubuntu1
* New upstream release (LP: #612070)
* debian/contrib/manpages: removed, accepted upstream
* debian/patches/:
  - deprecated_gtk_macros: removed, fixed upstream
  - missing_newline.patch: removed, fixed upstream
  - typos.patch: removed, fixed upstream
* debian/rules: new variables SYMLEVEL and DUMPSYM
* mame-tools: ldplayer removed, possibly for good (FTBFS upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
        /* sound hardware */
350
350
        MDRV_SPEAKER_STANDARD_MONO("mono")
351
351
 
352
 
        MDRV_SOUND_ADD("oki", OKIM6295, 14000000/8)
353
 
        MDRV_SOUND_CONFIG(okim6295_interface_pin7high)
 
352
        MDRV_OKIM6295_ADD("oki", 14000000/8, OKIM6295_PIN7_HIGH)
354
353
        MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
355
354
MACHINE_DRIVER_END
356
355