diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/c64_stardos.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/c64_stardos.c')
-rw-r--r-- | src/mess/machine/c64_stardos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/c64_stardos.c b/src/mess/machine/c64_stardos.c index 469b44cc1d7..06ef188b9f9 100644 --- a/src/mess/machine/c64_stardos.c +++ b/src/mess/machine/c64_stardos.c @@ -35,8 +35,8 @@ // MACROS/CONSTANTS //************************************************************************** -#define IO1_FULL_CHARGE 27 -#define IO2_FULL_CHARGE 42 +#define IO1_FULL_CHARGE 27 +#define IO2_FULL_CHARGE 42 |