summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mac.h')
-rw-r--r--src/mame/includes/mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mac.h b/src/mame/includes/mac.h
index 4d349f781b0..05dd48a6f5f 100644
--- a/src/mame/includes/mac.h
+++ b/src/mame/includes/mac.h
@@ -43,9 +43,9 @@
#define MAC_H_TOTAL (704) // (512+192)
#define MAC_V_TOTAL (370) // (342+28)
- /* Mac driver data */
+// Mac driver data
- class mac_state:public driver_device
+class mac_state:public driver_device
{
public:
mac_state(const machine_config &mconfig, device_type type, const char *tag) :