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

« back to all changes in this revision

Viewing changes to src/emu/cpu/powerpc/ppccom.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:
596
596
void ppccom_execute_mfdcr(powerpc_state *ppc);
597
597
void ppccom_execute_mtdcr(powerpc_state *ppc);
598
598
 
 
599
void ppccom_update_fprf(powerpc_state *ppc);
 
600
 
599
601
void ppc4xx_set_info(powerpc_state *ppc, UINT32 state, cpuinfo *info);
600
602
void ppc4xx_get_info(powerpc_state *ppc, UINT32 state, cpuinfo *info);
601
603