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/mc6843.h | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/machine/mc6843.h')
-rw-r--r-- | src/mess/machine/mc6843.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/machine/mc6843.h b/src/mess/machine/mc6843.h index be9ab55a310..677899c817f 100644 --- a/src/mess/machine/mc6843.h +++ b/src/mess/machine/mc6843.h @@ -40,11 +40,11 @@ struct mc6843_interface #define MCFG_MC6843_ADD(_tag, _intrf) \ - MCFG_DEVICE_ADD(_tag, MC6843, 0) \ - MCFG_DEVICE_CONFIG(_intrf) + MCFG_DEVICE_ADD(_tag, MC6843, 0) \ + MCFG_DEVICE_CONFIG(_intrf) -#define MCFG_MC6843_REMOVE(_tag) \ - MCFG_DEVICE_REMOVE(_tag) +#define MCFG_MC6843_REMOVE(_tag) \ + MCFG_DEVICE_REMOVE(_tag) /* ---------- functions ------------ */ |