Go to file
davidhay c78bd9087e snk.c > removed duplicate input port bits.
this DOES NOT fix mantis 1829, which appears to be a bug in the validation code causing it to hang on startup attempting to validate 

 PORT_BIT( 0xf0, 0x00, IPT_POSITIONAL ) PORT_POSITIONS(12) PORT_WRAPS PORT_SENSITIVITY(5) PORT_KEYDELTA(5) PORT_CODE_DEC(KEYCODE_Z) PORT_CODE_INC(KEYCODE_X) PORT_REVERSE PORT_FULL_TURN_COUNT(12) \

or

 PORT_BIT( 0xf0, 0x00, IPT_POSITIONAL ) PORT_POSITIONS(12) PORT_WRAPS PORT_SENSITIVITY(5) PORT_KEYDELTA(5) PORT_CODE_DEC(KEYCODE_N) PORT_CODE_INC(KEYCODE_M) PORT_PLAYER(2) PORT_REVERSE PORT_FULL_TURN_COUNT(12)
2008-06-01 08:25:42 +00:00
docs Added new option -snapname which lets you provide a template for how snapshot 2008-05-29 08:00:23 +00:00
src snk.c > removed duplicate input port bits. 2008-06-01 08:25:42 +00:00
.gitattributes from nuapete - tecmosys protection simulation 2008-05-30 19:39:47 +00:00
makefile New universal dynamic recompiler system. The central module 2008-05-11 22:15:13 +00:00