1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-20 01:44:44 +00:00

KA10: Fixed compiler warnings.

This commit is contained in:
Richard Cornwell 2020-02-17 20:08:07 -05:00
parent 1fbe806f85
commit 1fea8b2d2f

View File

@ -429,11 +429,11 @@ const char *wcnsls_description (DEVICE *dptr)
* (four 9-bit bytes)
*/
/* bits inside the bytes */
#define CCW 0400 /* counter clockwise (L) */
#define CW 0200 /* clockwise (R) */
#define THRUST 0100
#define HYPER 040
#define FIRE 020
#define CCW 0400LL /* counter clockwise (L) */
#define CW 0200LL /* clockwise (R) */
#define THRUST 0100LL
#define HYPER 040LL
#define FIRE 020LL
/* shift values for the players' bytes */
#define UR 0 /* upper right: enterprise "top plug" */