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

« back to all changes in this revision

Viewing changes to src/emu/cpu/cp1610/cp1610.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:
34
34
#define CP1610_INT_INTR         INPUT_LINE_NMI          /* Non-Maskable */
35
35
 
36
36
 
37
 
CPU_GET_INFO( cp1610 );
38
 
#define CPU_CP1610 CPU_GET_INFO_NAME( cp1610 )
 
37
DECLARE_LEGACY_CPU_DEVICE(CP1610, cp1610);
39
38
 
40
39
CPU_DISASSEMBLE( cp1610 );
41
40