diff options
Diffstat (limited to 'src/mess/machine/nascom1.c')
-rw-r--r-- | src/mess/machine/nascom1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/nascom1.c b/src/mess/machine/nascom1.c index 7551d7a6507..f609d95f956 100644 --- a/src/mess/machine/nascom1.c +++ b/src/mess/machine/nascom1.c @@ -19,8 +19,8 @@ #include "imagedev/flopdrv.h" #include "machine/ram.h" -#define NASCOM1_KEY_RESET 0x02 -#define NASCOM1_KEY_INCR 0x01 +#define NASCOM1_KEY_RESET 0x02 +#define NASCOM1_KEY_INCR 0x01 |