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

« back to all changes in this revision

Viewing changes to src/mame/drivers/albazc.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:
61
61
                        flipy = !flipy;
62
62
                }
63
63
 
64
 
                drawgfx(bitmap, machine->gfx[0], code, color, flipx, flipy,
65
 
                        sx, sy, cliprect, TRANSPARENCY_PEN, 0);
 
64
                drawgfx_transpen(bitmap, cliprect, machine->gfx[0], code, color, flipx, flipy,
 
65
                        sx, sy, 0);
66
66
        }
67
67
}
68
68
 
149
149
        PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Start")
150
150
 
151
151
        PORT_START("IN1")       /* 0xe001 */
152
 
        PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Card 1") PORT_CODE(KEYCODE_1_PAD)
153
 
        PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Card 2") PORT_CODE(KEYCODE_2_PAD)
154
 
        PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Card 3") PORT_CODE(KEYCODE_3_PAD)
155
 
        PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Card 4") PORT_CODE(KEYCODE_4_PAD)
156
 
        PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Card 5") PORT_CODE(KEYCODE_5_PAD)
157
 
        PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Card 6") PORT_CODE(KEYCODE_6_PAD)
158
 
        PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME(DEF_STR( Yes )) PORT_CODE(KEYCODE_Y)
159
 
        PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME(DEF_STR( No  )) PORT_CODE(KEYCODE_N)
 
152
        PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_HANAFUDA_A )
 
153
        PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_HANAFUDA_B )
 
154
        PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_HANAFUDA_C )
 
155
        PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_HANAFUDA_D )
 
156
        PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_HANAFUDA_E )
 
157
        PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_HANAFUDA_F )
 
158
        PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_HANAFUDA_YES )
 
159
        PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_HANAFUDA_NO )
160
160
 
161
161
        PORT_START("IN2")       /* 0xe002 */
162
 
        PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Data Clear") PORT_CODE(KEYCODE_D)
 
162
        PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Data Clear")
163
163
        PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_TILT )
164
164
        PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON9 ) PORT_NAME("Medal In") PORT_CODE(KEYCODE_I)
165
165
        PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON10 ) PORT_NAME("Pay Out") PORT_CODE(KEYCODE_O)