summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/driver.h')
-rw-r--r--src/emu/driver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/driver.h b/src/emu/driver.h
index 5833b4a1455..797a6ca5895 100644
--- a/src/emu/driver.h
+++ b/src/emu/driver.h
@@ -283,14 +283,14 @@ struct _game_driver
#define MDRV_CPU_REPLACE(tag, _type, _clock) \
cpu = driver_find_cpu(machine, tag); \
- cpu->type = (CPU_##_type); \
- cpu->clock = (_clock); \
+ cpu->type = (CPU_##_type); \
+ cpu->clock = (_clock); \
/* CPU parameters */
#define MDRV_CPU_FLAGS(_flags) \
if (cpu) \
- cpu->flags = (_flags); \
+ cpu->flags = (_flags); \
#define MDRV_CPU_CONFIG(config) \
if (cpu) \