~ubuntu-branches/ubuntu/raring/mame/raring-proposed

« back to all changes in this revision

Viewing changes to mess/src/mame/includes/naomi.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
naomi.h -> NAOMI includes
4
 
 
5
 
*/
6
 
 
7
 
enum {
8
 
        JVSBD_DEFAULT = 0,
9
 
        JVSBD_ADSTICK,
10
 
        JVSBD_LIGHTGUN,
11
 
        JVSBD_MAHJONG,
12
 
        JVSBD_KEYBOARD
13
 
};
14
 
 
15
 
/*----------- defined in machine/gdcrypt.c -----------*/
16
 
 
17
 
extern void naomi_game_decrypt(running_machine& machine, UINT64 key, UINT8* region, int length);
18
 
 
19
 
 
20
 
/*----------- defined in machine/naomi.c -----------*/
21
 
 
22
 
extern DRIVER_INIT( naomi );
23
 
extern DRIVER_INIT( naomi_mp );
24
 
extern DRIVER_INIT( naomi2 );
25
 
 
26
 
extern DRIVER_INIT( sfz3ugd );
27
 
extern DRIVER_INIT( ggxxsla );
28
 
extern DRIVER_INIT( ggxxrl );
29
 
extern DRIVER_INIT( ggxx );
30
 
 
31
 
extern DRIVER_INIT( gram2000 );
32
 
extern DRIVER_INIT( mvsc2 );
33
 
extern DRIVER_INIT( qmegamis );
34
 
 
35
 
extern DRIVER_INIT( vf4evoct );
36
 
 
37
 
extern DRIVER_INIT( kick4csh );
38
 
 
39
 
extern UINT64 *naomi_ram64;
40
 
 
41
 
extern int jvsboard_type;
42
 
extern UINT16 actel_id;