diff options
| author | 2016-04-23 14:23:52 +0200 | |
|---|---|---|
| committer | 2016-04-23 14:24:14 +0200 | |
| commit | 4fe0164ea660a5082cebf333c82d2849b3c1ac07 (patch) | |
| tree | 2688c5374ca480a18c29d0101d7c8b88976aa9cd /src/devices | |
| parent | ff2c95e3bfcc6d249cecba358eb7b416564bae89 (diff) | |
hh_tms1k: copycatm2 is now playable
Diffstat (limited to 'src/devices')
| -rw-r--r-- | src/devices/cpu/tms1000/tms1000.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/cpu/tms1000/tms1000.cpp b/src/devices/cpu/tms1000/tms1000.cpp index 6685105d8f0..33edca13eba 100644 --- a/src/devices/cpu/tms1000/tms1000.cpp +++ b/src/devices/cpu/tms1000/tms1000.cpp @@ -41,10 +41,8 @@ static ADDRESS_MAP_START(data_64x4, AS_DATA, 8, tms1k_base_device) ADDRESS_MAP_END static ADDRESS_MAP_START(data_32x4, AS_DATA, 8, tms1k_base_device) - AM_RANGE(0x00, 0x07) AM_MIRROR(0x08) AM_RAM - AM_RANGE(0x10, 0x17) AM_MIRROR(0x08) AM_RAM - AM_RANGE(0x20, 0x27) AM_MIRROR(0x08) AM_RAM - AM_RANGE(0x30, 0x37) AM_MIRROR(0x08) AM_RAM + AM_RANGE(0x08, 0x0f) AM_MIRROR(0x30) AM_NOP // override + AM_RANGE(0x00, 0x3f) AM_RAM ADDRESS_MAP_END |
