diff options
author | 2015-11-06 15:01:46 +0100 | |
---|---|---|
committer | 2015-11-06 15:55:31 +0100 | |
commit | 9c96282b3b9f9e2b46b34d5b3fec07ef6c68456b (patch) | |
tree | a6c613e07df82529df00c95524e7c81bcc0fb25b /src/devices/cpu/sh2/sh2.h | |
parent | 920f0ad7b55fd3afb2143396d3cd9aa426eb0e58 (diff) |
Cleanup devcpu.h (nw)
Diffstat (limited to 'src/devices/cpu/sh2/sh2.h')
-rw-r--r-- | src/devices/cpu/sh2/sh2.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/cpu/sh2/sh2.h b/src/devices/cpu/sh2/sh2.h index 9724c1f51b0..9fd39b30422 100644 --- a/src/devices/cpu/sh2/sh2.h +++ b/src/devices/cpu/sh2/sh2.h @@ -82,18 +82,6 @@ typedef device_delegate<void (UINT32 data)> sh2_ftcsr_read_delegate; #define SH2DRC_COMPATIBLE_OPTIONS (SH2DRC_STRICT_VERIFY | SH2DRC_FLUSH_PC | SH2DRC_STRICT_PCREL) #define SH2DRC_FASTEST_OPTIONS (0) -enum -{ - CPUINFO_INT_SH2_DRC_OPTIONS = CPUINFO_INT_CPU_SPECIFIC, - - CPUINFO_INT_SH2_FASTRAM_SELECT, - CPUINFO_INT_SH2_FASTRAM_START, - CPUINFO_INT_SH2_FASTRAM_END, - CPUINFO_INT_SH2_FASTRAM_READONLY, - - CPUINFO_PTR_SH2_FASTRAM_BASE = CPUINFO_PTR_CPU_SPECIFIC -}; - #define SH2_MAX_FASTRAM 4 class sh2_frontend; |