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/galaxy.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/galaxy.c')
-rw-r--r-- | src/mess/machine/galaxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/galaxy.c b/src/mess/machine/galaxy.c index ac988816be4..b8b8be882de 100644 --- a/src/mess/machine/galaxy.c +++ b/src/mess/machine/galaxy.c @@ -62,8 +62,8 @@ static IRQ_CALLBACK ( galaxy_irq_callback ) Snapshot files (GAL) ***************************************************************************/ -#define GALAXY_SNAPSHOT_V1_SIZE 8268 -#define GALAXY_SNAPSHOT_V2_SIZE 8244 +#define GALAXY_SNAPSHOT_V1_SIZE 8268 +#define GALAXY_SNAPSHOT_V2_SIZE 8244 static void galaxy_setup_snapshot (running_machine &machine, const UINT8 * data, UINT32 size) { |