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

« back to all changes in this revision

Viewing changes to src/mame/drivers/suna16.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:
1047
1047
        ROM_REGION( 0x080000, "pcm2", 0 )       /* Z80 #3 - PCM */
1048
1048
        ROM_LOAD( "12", 0x000000, 0x080000, CRC(6b73b87b) SHA1(52c7dc7da6c21eb7e0dad13deadb1faa94a87bb3) )
1049
1049
 
1050
 
        ROM_REGION( 0x300000, "gfx1", ROMREGION_DISPOSE | ROMREGION_INVERT )    /* Sprites */
 
1050
        ROM_REGION( 0x300000, "gfx1", ROMREGION_INVERT )        /* Sprites */
1051
1051
        ROM_LOAD( "05", 0x000000, 0x080000, CRC(a5245bd4) SHA1(d46a8db437e49158c020661536eb0be8a6e2e8b0) )
1052
1052
        ROM_LOAD( "07", 0x080000, 0x080000, CRC(fdb765c2) SHA1(f9852fd3734d10e18c91cd572ca62e66d74ccb72) )
1053
1053
        ROM_LOAD( "09", 0x100000, 0x080000, CRC(0e82277f) SHA1(4bdfd0ff310bf8326806a83767a6c98905debbd0) )
1092
1092
 
1093
1093
        /* There's no Z80 #3 - PCM */
1094
1094
 
1095
 
        ROM_REGION( 0x200000, "gfx1", ROMREGION_DISPOSE | ROMREGION_INVERT )    /* Sprites */
 
1095
        ROM_REGION( 0x200000, "gfx1", ROMREGION_INVERT )        /* Sprites */
1096
1096
        ROM_LOAD( "gfx1.rom", 0x000000, 0x080000, CRC(fd2ec297) SHA1(885834d9b58ccfd9a32ecaa51c45e70fbbe935db) )
1097
1097
        ROM_LOAD( "gfx2.rom", 0x080000, 0x080000, CRC(6307aa60) SHA1(00406eba98ec368e72ee53c08b9111dec4f2552f) )
1098
1098
        ROM_LOAD( "gfx3.rom", 0x100000, 0x080000, CRC(718f3150) SHA1(5971f006203f86743ebc825e4ab1ed1f811e3165) )
1145
1145
 
1146
1146
        /* There's no Z80 #3 - PCM */
1147
1147
 
1148
 
        ROM_REGION( 0x200000, "gfx1", ROMREGION_DISPOSE | ROMREGION_INVERT )    /* Sprites */
 
1148
        ROM_REGION( 0x200000, "gfx1", ROMREGION_INVERT )        /* Sprites */
1149
1149
        ROM_LOAD( "gfx1.bin", 0x000000, 0x080000, CRC(0bde5acf) SHA1(a9befb5f9a663bf48537471313f606853ea1f274) )
1150
1150
        ROM_LOAD( "gfx2.bin", 0x100000, 0x080000, CRC(24b74826) SHA1(cb3f665d1b1f5c9d385a3a3193866c9cae6c7002) )
1151
1151
ROM_END
1225
1225
 
1226
1226
        /* There's no Z80 #3 - PCM */
1227
1227
 
1228
 
        ROM_REGION( 0x200000, "gfx1", ROMREGION_DISPOSE | ROMREGION_INVERT )    /* Sprites (Chip 1) */
 
1228
        ROM_REGION( 0x200000, "gfx1", ROMREGION_INVERT )        /* Sprites (Chip 1) */
1229
1229
        ROM_LOAD( "9.bin",  0x000000, 0x80000, CRC(b11994ea) SHA1(4ff2250a9dbb2e575982e2ffcad7686347368b5b) )
1230
1230
        ROM_LOAD( "10.bin", 0x080000, 0x80000, CRC(37b41ef5) SHA1(dd4500663537ffad369ee9415c56df90221bed23) )
1231
1231
        ROM_LOAD( "7.bin",  0x100000, 0x80000, CRC(16188b73) SHA1(1e67f9b100614466e2ff1169f25c90e34a2e7db9) )
1232
1232
        ROM_LOAD( "8.bin",  0x180000, 0x80000, CRC(765ce06b) SHA1(6cc6d7c27b49eedd58104c50e4887f86bff9357c) )
1233
1233
 
1234
 
        ROM_REGION( 0x400000, "gfx2", ROMREGION_DISPOSE | ROMREGION_INVERT )    /* Sprites (Chip 2) */
 
1234
        ROM_REGION( 0x400000, "gfx2", ROMREGION_INVERT )        /* Sprites (Chip 2) */
1235
1235
        ROM_LOAD( "16.bin", 0x000000, 0x80000, CRC(dc46cdea) SHA1(d601f5464894223ce8459093ae53006155a3e680) )
1236
1236
        ROM_LOAD( "17.bin", 0x080000, 0x80000, CRC(c6fadd57) SHA1(ce9bc4d7a288feebdd19de09d00bec8489346878) )
1237
1237
        ROM_LOAD( "13.bin", 0x100000, 0x80000, CRC(23283ac4) SHA1(f7aa00f203b17b590f1c43990f3f1c4aba7ba0ad) )