diff options
author | 2015-12-17 02:55:30 +0200 | |
---|---|---|
committer | 2015-12-17 02:58:13 +0200 | |
commit | f5b5f30f9c9705eab301af923ddca568b8af464f (patch) | |
tree | 828ab2b699339c3207ed34cb69eeadee2381ab82 /src/devices/cpu/tms32051/tms32051.cpp | |
parent | 0bd7d225ff628a2567419deeea53b2aeff3452a2 (diff) |
taitopjc: video updates + 32051 fixes (nw)
Diffstat (limited to 'src/devices/cpu/tms32051/tms32051.cpp')
-rw-r--r-- | src/devices/cpu/tms32051/tms32051.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/tms32051/tms32051.cpp b/src/devices/cpu/tms32051/tms32051.cpp index 110a13d5a9c..ac979099bc8 100644 --- a/src/devices/cpu/tms32051/tms32051.cpp +++ b/src/devices/cpu/tms32051/tms32051.cpp @@ -492,6 +492,9 @@ READ16_MEMBER( tms32051_device::cpuregs_r ) case 0x28: // PDWSR return 0; + case 0x37: // ABU BKR + return 0; + case 0x50: // Memory-mapped I/O ports case 0x51: case 0x52: |