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

« back to all changes in this revision

Viewing changes to src/mame/drivers/istellar.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:
64
64
                {
65
65
                        int current_screen_character = (chary*32) + charx;
66
66
 
67
 
                        drawgfx(bitmap, screen->machine->gfx[0],
 
67
                        drawgfx_transpen(bitmap, cliprect, screen->machine->gfx[0],
68
68
                                        tile_ram[current_screen_character],
69
69
                                        (tile_control_ram[current_screen_character] & 0x0f),
70
 
                                        0, 0, charx*8, chary*8, cliprect, TRANSPARENCY_PEN, 0);
 
70
                                        0, 0, charx*8, chary*8, 0);
71
71
                }
72
72
        }
73
73
 
379
379
        ROM_LOAD( "rom11.bot", 0x0000, 0x2000, CRC(165cbc57) SHA1(39463888f22ec3125f0686066d923a9aae79a8f7) )   /* At IC location C12 (bottom board) - label IS11 */
380
380
 
381
381
        /* Tiles */
382
 
        ROM_REGION( 0x6000, "gfx1", ROMREGION_DISPOSE )
 
382
        ROM_REGION( 0x6000, "gfx1", 0 )
383
383
        ROM_LOAD( "rom9.bot", 0x0000, 0x2000, CRC(9d79acb6) SHA1(72af972695face0016afce8a26c629d963e86d48) )    /* At IC location C47? (bottom board) - label ? */
384
384
        ROM_LOAD( "rom8.bot", 0x2000, 0x2000, CRC(e9c9e490) SHA1(79aa35552b984018bc723adece5c40a0833a313c) )    /* At IC location C48? (bottom board) - label ? */
385
385
        ROM_LOAD( "rom7.bot", 0x4000, 0x2000, CRC(1447ce3a) SHA1(8545cec108df6adab303802b1407c89b2dceba21) )    /* At IC location C49? (bottom board) - label ? */