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

« back to all changes in this revision

Viewing changes to src/emu/sound/ymf271.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 __YMF271_H__
4
4
#define __YMF271_H__
5
5
 
 
6
#include "devlegcy.h"
 
7
 
6
8
 
7
9
typedef struct _ymf271_interface ymf271_interface;
8
10
struct _ymf271_interface
15
17
READ8_DEVICE_HANDLER( ymf271_r );
16
18
WRITE8_DEVICE_HANDLER( ymf271_w );
17
19
 
18
 
DEVICE_GET_INFO( ymf271 );
19
 
#define SOUND_YMF271 DEVICE_GET_INFO_NAME( ymf271 )
 
20
DECLARE_LEGACY_SOUND_DEVICE(YMF271, ymf271);
20
21
 
21
22
#endif /* __YMF271_H__ */