~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/includes/n64.h

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
extern UINT32 n64_vi_width;
59
59
extern UINT32 n64_vi_origin;
60
60
extern UINT32 n64_vi_control;
 
61
extern UINT32 n64_vi_blank;
61
62
 
62
63
extern void dp_full_sync(running_machine *machine);
63
64
extern void signal_rcp_interrupt(running_machine *machine, int interrupt);
65
66
 
66
67
 
67
68
/* read/write handlers for the N64 subsystems */
 
69
extern READ32_HANDLER( n64_is64_r );
 
70
extern WRITE32_HANDLER( n64_is64_w );
 
71
extern READ32_HANDLER( n64_open_r );
 
72
extern WRITE32_HANDLER( n64_open_w );
 
73
extern READ32_HANDLER( n64_rdram_reg_r );
 
74
extern WRITE32_HANDLER( n64_rdram_reg_w );
68
75
extern READ32_HANDLER( n64_mi_reg_r );
69
76
extern WRITE32_HANDLER( n64_mi_reg_w );
70
77
extern READ32_HANDLER( n64_sp_reg_r );