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

« back to all changes in this revision

Viewing changes to src/emu/sound/x1_010.h

  • 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:
3
3
#ifndef __X1_010_H__
4
4
#define __X1_010_H__
5
5
 
 
6
#include "devlegcy.h"
 
7
 
6
8
 
7
9
typedef struct _x1_010_interface x1_010_interface;
8
10
struct _x1_010_interface
19
21
 
20
22
void seta_sound_enable_w(running_device *device, int data);
21
23
 
22
 
DEVICE_GET_INFO( x1_010 );
23
 
#define SOUND_X1_010 DEVICE_GET_INFO_NAME( x1_010 )
 
24
DECLARE_LEGACY_SOUND_DEVICE(X1_010, x1_010);
24
25
 
25
26
#endif /* __X1_010_H__ */