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

« back to all changes in this revision

Viewing changes to src/osd/osdmini/minisync.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:
2
2
//
3
3
//  minisync.c - Minimal core synchronization functions
4
4
//
5
 
//  Copyright Nicola Salmoria and the MAME Team.
6
 
//  Visit http://mamedev.org for licensing and usage restrictions.
 
5
//============================================================
 
6
//
 
7
//  Copyright Aaron Giles
 
8
//  All rights reserved.
 
9
//
 
10
//  Redistribution and use in source and binary forms, with or
 
11
//  without modification, are permitted provided that the
 
12
//  following conditions are met:
 
13
//
 
14
//    * Redistributions of source code must retain the above
 
15
//      copyright notice, this list of conditions and the
 
16
//      following disclaimer.
 
17
//    * Redistributions in binary form must reproduce the
 
18
//      above copyright notice, this list of conditions and
 
19
//      the following disclaimer in the documentation and/or
 
20
//      other materials provided with the distribution.
 
21
//    * Neither the name 'MAME' nor the names of its
 
22
//      contributors may be used to endorse or promote
 
23
//      products derived from this software without specific
 
24
//      prior written permission.
 
25
//
 
26
//  THIS SOFTWARE IS PROVIDED BY AARON GILES ''AS IS'' AND
 
27
//  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
28
//  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
29
//  FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 
30
//  EVENT SHALL AARON GILES BE LIABLE FOR ANY DIRECT,
 
31
//  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
32
//  DAMAGE (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
33
//  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
34
//  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 
35
//  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
36
//  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
37
//  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 
38
//  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7
39
//
8
40
//============================================================
9
41