diff options
| author | 2015-11-06 15:01:46 +0100 | |
|---|---|---|
| committer | 2015-11-06 15:55:31 +0100 | |
| commit | 9c96282b3b9f9e2b46b34d5b3fec07ef6c68456b (patch) | |
| tree | a6c613e07df82529df00c95524e7c81bcc0fb25b /src/emu/devcpu.h | |
| parent | 920f0ad7b55fd3afb2143396d3cd9aa426eb0e58 (diff) | |
Cleanup devcpu.h (nw)
Diffstat (limited to 'src/emu/devcpu.h')
| -rw-r--r-- | src/emu/devcpu.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h index 20cf21f25f0..0a298a4ddf8 100644 --- a/src/emu/devcpu.h +++ b/src/emu/devcpu.h @@ -17,43 +17,6 @@ #ifndef __DEVCPU_H__ #define __DEVCPU_H__ -#include "emuopts.h" - -//************************************************************************** -// CONSTANTS -//************************************************************************** - -// CPU information constants -const int MAX_REGS = 256; -enum -{ - // --- the following bits of info are returned as 64-bit signed integers --- - CPUINFO_INT_FIRST = 0x00000, - - CPUINFO_INT_CPU_SPECIFIC = 0x08000, // R/W: CPU-specific values start here - - // --- the following bits of info are returned as pointers to data or functions --- - CPUINFO_PTR_FIRST = 0x10000, - - // CPU-specific additions - CPUINFO_PTR_INSTRUCTION_COUNTER = 0x14000, - // R/O: int *icount - - CPUINFO_PTR_CPU_SPECIFIC = 0x18000, // R/W: CPU-specific values start here - - // --- the following bits of info are returned as pointers to functions --- - CPUINFO_FCT_FIRST = 0x20000, - - CPUINFO_FCT_CPU_SPECIFIC = 0x28000, // R/W: CPU-specific values start here - - // --- the following bits of info are returned as NULL-terminated strings --- - CPUINFO_STR_FIRST = 0x30000, - - CPUINFO_STR_CPU_SPECIFIC = 0x38000 // R/W: CPU-specific values start here -}; - - - //************************************************************************** // CPU DEVICE CONFIGURATION MACROS //************************************************************************** |
