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

« back to all changes in this revision

Viewing changes to src/mame/machine/system16.c

  • 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:
2
2
#include "system16.h"
3
3
#include "sound/upd7759.h"
4
4
 
5
 
UINT16 *sys16_workingram;
6
 
UINT16 *sys16_workingram2;
7
 
UINT16 *sys16_extraram;
8
 
UINT16 *sys16_extraram2;
9
 
UINT16 *sys16_extraram3;
10
 
 
11
5
static void patch_codeX( UINT16 *mem, offs_t offset, int data )
12
6
{
13
7
        int aligned_offset = offset&0xfffffe;