~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to src/ngp/interrupt.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2014-11-08 11:36:07 UTC
  • mfrom: (1.2.18) (10.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20141108113607-3lbwsamqqhrso4hp
Tags: 0.9.36.5-1
* New upstream release, uploaded to expermiental for the Jessie freeze.
* Standards-Version 3.9.6, no change required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
//      additional informations.
13
13
//---------------------------------------------------------------------------
14
14
 
15
 
#ifndef __INTERRUPT__
16
 
#define __INTERRUPT__
 
15
#ifndef __NEOPOP_INTERRUPT__
 
16
#define __NEOPOP_INTERRUPT__
17
17
//=============================================================================
18
18
 
19
19
void interrupt(uint8 index);