Previous 199869 Revisions Next

r37074 Sunday 5th April, 2015 at 22:54:31 UTC by Zoƫ Blade
Tidy comments more
[src/mess/drivers]c65_old.c

trunk/src/mess/drivers/c65_old.c
r245585r245586
11/***************************************************************************
22
3    commodore c65 home computer
3    Commodore C65 home computer
44    PeT mess@utanet.at
55
66    documention
r245585r245586
256256   PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_PLAYER(1) PORT_NAME("Mouse 1350 Button 2") PORT_CONDITION("CTRLSEL", 0x0f, EQUALS, 0x03)
257257   PORT_BIT( 0xc0, IP_ACTIVE_HIGH, IPT_UNUSED )
258258
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 */
260260   /* Only one, for now */
261261   PORT_START("JOY2_2B")
262262   PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team