trunk/src/mess/drivers/c65_old.c
| r245585 | r245586 | |
| 1 | 1 | /*************************************************************************** |
| 2 | 2 | |
| 3 | | commodore c65 home computer |
| 3 | Commodore C65 home computer |
| 4 | 4 | PeT mess@utanet.at |
| 5 | 5 | |
| 6 | 6 | documention |
| r245585 | r245586 | |
| 256 | 256 | PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_PLAYER(1) PORT_NAME("Mouse 1350 Button 2") PORT_CONDITION("CTRLSEL", 0x0f, EQUALS, 0x03) |
| 257 | 257 | PORT_BIT( 0xc0, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 258 | 258 | |
| 259 | | /* Still to verify how many mices you were able to plug into a c64 */ |
| 259 | /* Still to verify how many mice you were able to plug into a C64 */ |
| 260 | 260 | /* Only one, for now */ |
| 261 | 261 | PORT_START("JOY2_2B") |
| 262 | 262 | PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED ) |