summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/msx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/msx.h')
-rw-r--r--src/mess/includes/msx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/msx.h b/src/mess/includes/msx.h
index acfbb1d174b..66e076472eb 100644
--- a/src/mess/includes/msx.h
+++ b/src/mess/includes/msx.h
@@ -30,9 +30,9 @@
#include "hashfile.h"
#include "includes/msx_slot.h"
-#define MSX_MAX_CARTS (2)
+#define MSX_MAX_CARTS (2)
-#define TC8521_TAG "rtc"
+#define TC8521_TAG "rtc"
class msx_state : public driver_device
{