diff options
author | 2008-11-09 02:09:40 +0000 | |
---|---|---|
committer | 2008-11-09 02:09:40 +0000 | |
commit | a65a044779e72ec2818151e23d54241e804c9e7b (patch) | |
tree | 48ff08433bfcd6cfc34af24b8b47e6911a00ee8b /src/emu/cpuexec.h | |
parent | 1e16c452121de8429e05b38d5a0306ebe15fcdd4 (diff) |
UPI-41/42 (still I8x41.c) changes:
* cpu/i8x41 should be renamed to UPI-4x, since UPI-41/42 was an intel chip family
postponed for now until core moved to pointers.
* removed I8041 definition from mcs48
* removed I8x41 cpu definition and config struct
* added I8041, I8741, I8042, I8242 and I8742 cpus to i8x41.c
* added internal memory maps
* internal ram now uses DATA memory space
* updated drivers
* increased interleave to 70 in decocass. This fixes decocass hanging in countdown around 13
No idea when this bug was introduced.
Diffstat (limited to 'src/emu/cpuexec.h')
-rw-r--r-- | src/emu/cpuexec.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/emu/cpuexec.h b/src/emu/cpuexec.h index 5e0a28ea54e..45b5462b3a1 100644 --- a/src/emu/cpuexec.h +++ b/src/emu/cpuexec.h @@ -78,7 +78,6 @@ enum _cpu_type CPU_V60, CPU_V70, CPU_I8035, - CPU_I8041, CPU_I8048, CPU_I8648, CPU_I8748, @@ -88,7 +87,11 @@ enum _cpu_type CPU_I8049, CPU_I8749, CPU_M58715, - CPU_I8X41, + CPU_I8041, + CPU_I8741, + CPU_I8042, + CPU_I8242, + CPU_I8742, CPU_I8031, CPU_I8032, CPU_I8051, |