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

« back to all changes in this revision

Viewing changes to src/mame/machine/galaxold.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:
122
122
}
123
123
 
124
124
 
 
125
#ifdef UNUSED_FUNCTION
125
126
static READ8_HANDLER( checkmaj_protection_r )
126
127
{
127
128
        switch (cpu_get_pc(space->cpu))
212
213
        memory_install_read8_handler(cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_PROGRAM), 0x3001, 0x3001, 0, 0, dingoe_3001_r); /* Protection check */
213
214
 
214
215
}
 
216
#endif
215
217
 
216
218
 
217
219
READ8_HANDLER( scramblb_protection_1_r )
253
255
        return (input_port_read(field->port->machine, portnames[_4in1_bank]) & bit_mask) ? 0x01 : 0x00;
254
256
}
255
257
 
 
258
#ifdef UNUSED_FUNCTION
256
259
DRIVER_INIT( pisces )
257
260
{
258
261
        /* the coin lockout was replaced */
383
386
                rom[i] ^= data_xor;
384
387
        }
385
388
}
 
389
#endif
386
390
 
387
391
DRIVER_INIT( 4in1 )
388
392
{