Previous 199869 Revisions Next

r23754 Monday 17th June, 2013 at 19:41:30 UTC by smf
allow you to skip the CMOS error screen by pressing the S key (nw)
[src/mame/drivers]savquest.c

trunk/src/mame/drivers/savquest.c
r23753r23754
561561//  AM_RANGE(0x5000, 0x5007) // routes to port $eb
562562ADDRESS_MAP_END
563563
564#define AT_KEYB_HELPER(bit, text, key1) \
565   PORT_BIT( bit, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_NAME(text) PORT_CODE(key1)
566
564567static INPUT_PORTS_START( savquest )
568   PORT_START("pc_keyboard_3")
569   AT_KEYB_HELPER( 0x0800, "F1",           KEYCODE_S           ) /* F1                          3B  BB */
565570INPUT_PORTS_END
566571
567572void savquest_state::machine_start()

Previous 199869 Revisions Next


© 1997-2024 The MAME Team