diff options
author | 2018-12-16 09:08:16 +0100 | |
---|---|---|
committer | 2018-12-16 09:08:39 +0100 | |
commit | 56bb41208ad0de815d82f3bd1a2f546e126b9535 (patch) | |
tree | 871ded7c939f4857e48684d4623219a4165a2cb9 /src/devices/cpu/arm/arm.h | |
parent | c62979a7118226cc6d7ddb497e70c880e51f074b (diff) |
-cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Removed MCFG macros. [Ryan Holtz]
-audio/dcs, rax: Removed MACHINE_CONFIG macros. [Ryan Holtz]
-drivers/aa310, apexc, aristmk5, cfx9850, cinemat, craft, ertictac, esripsys, gaelco3d, harddriv,
hh_amis2k, nds, polgar, rambo, replicator, risc2500, sbc6510, uzebox: Removed MACHINE_CONFIG macros. [Ryan Holtz]
Diffstat (limited to 'src/devices/cpu/arm/arm.h')
-rw-r--r-- | src/devices/cpu/arm/arm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/cpu/arm/arm.h b/src/devices/cpu/arm/arm.h index 2751be58ab0..d710e6ed517 100644 --- a/src/devices/cpu/arm/arm.h +++ b/src/devices/cpu/arm/arm.h @@ -16,10 +16,6 @@ * PUBLIC FUNCTIONS ***************************************************************************************************/ -#define MCFG_ARM_COPRO(_type) \ - downcast<arm_cpu_device &>(*device).set_copro_type(arm_cpu_device::copro_type::_type); - - class arm_cpu_device : public cpu_device { public: |