diff options
Diffstat (limited to 'src/devices/bus/pc98_cbus/pc9801_14.cpp')
| -rw-r--r-- | src/devices/bus/pc98_cbus/pc9801_14.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/pc98_cbus/pc9801_14.cpp b/src/devices/bus/pc98_cbus/pc9801_14.cpp index 096a1bc2f03..5d2ee3458c5 100644 --- a/src/devices/bus/pc98_cbus/pc9801_14.cpp +++ b/src/devices/bus/pc98_cbus/pc9801_14.cpp @@ -94,6 +94,7 @@ void pc9801_14_device::io_map(address_map &map) NAME([this] (offs_t offset, u8 data) { m_pit->write(2, data); })); map(0x018e, 0x018e).lrw8( NAME([this] (offs_t offset) { + LOG("PC9801-14: read DSW\n"); return 0x80; // dip switch }), NAME([this] (offs_t offset, u8 data) { |
