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

« back to all changes in this revision

Viewing changes to src/mame/drivers/ssrj.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:
38
38
WRITE8_HANDLER(ssrj_vram1_w);
39
39
WRITE8_HANDLER(ssrj_vram2_w);
40
40
WRITE8_HANDLER(ssrj_vram4_w);
41
 
READ8_HANDLER(ssrj_vram1_r);
42
 
READ8_HANDLER(ssrj_vram2_r);
43
 
READ8_HANDLER(ssrj_vram4_r);
44
41
 
45
42
VIDEO_START( ssrj );
46
43
VIDEO_UPDATE( ssrj );
195
192
        ROM_LOAD( "a40-01.bin",   0x0000, 0x4000, CRC(1ff7dbff) SHA1(a9e676ee087141d62f880cd98e7748db1e6e9461) )
196
193
        ROM_LOAD( "a40-02.bin",   0x4000, 0x4000, CRC(bbb36f9f) SHA1(9f85bac639d18ee932273a6c00b36ac969e69bb8) )
197
194
 
198
 
        ROM_REGION( 0x6000, "gfx1", ROMREGION_DISPOSE )
 
195
        ROM_REGION( 0x6000, "gfx1", 0 )
199
196
        ROM_LOAD( "a40-03.bin",   0x0000, 0x2000, CRC(3753182a) SHA1(3eda34f967563b11416344da87b7be46cbecff2b) )
200
197
        ROM_LOAD( "a40-04.bin",   0x2000, 0x2000, CRC(96471816) SHA1(e24b690085602b8bde079e596c2879deab128c83) )
201
198
        ROM_LOAD( "a40-05.bin",   0x4000, 0x2000, CRC(dce9169e) SHA1(2cdda1453b2913fad931788e1db0bc01ce923a04) )