summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64_xl80.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/c64_xl80.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/c64_xl80.c')
-rw-r--r--src/mess/machine/c64_xl80.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/c64_xl80.c b/src/mess/machine/c64_xl80.c
index 5899a67c214..accb653cf66 100644
--- a/src/mess/machine/c64_xl80.c
+++ b/src/mess/machine/c64_xl80.c
@@ -42,10 +42,10 @@ Notes:
// MACROS/CONSTANTS
//**************************************************************************
-#define RAM_SIZE 0x800
+#define RAM_SIZE 0x800
-#define HD46505SP_TAG "mc6845"
-#define MC6845_SCREEN_TAG "screen80"
+#define HD46505SP_TAG "mc6845"
+#define MC6845_SCREEN_TAG "screen80"