diff options
author | 2019-11-24 13:52:11 +1100 | |
---|---|---|
committer | 2019-11-24 13:52:11 +1100 | |
commit | e64edf6c7127fb8291a157026f3ac72e38c78d80 (patch) | |
tree | 092564456a138ad98775b989ea6073e4c75a7abd /src/devices/bus/isa/eis_twib.cpp | |
parent | 6e8748952730a23a507c415c92398205238d1367 (diff) |
srcclean and indentation cleanup (nw)
Diffstat (limited to 'src/devices/bus/isa/eis_twib.cpp')
-rw-r--r-- | src/devices/bus/isa/eis_twib.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/isa/eis_twib.cpp b/src/devices/bus/isa/eis_twib.cpp index 8902ead74ef..5d465cef327 100644 --- a/src/devices/bus/isa/eis_twib.cpp +++ b/src/devices/bus/isa/eis_twib.cpp @@ -36,7 +36,7 @@ | IC4 IC3 Resistor DIL IC6 ooooo o5 o5 IC9 P2|| |- BNC(3270) | 74LS00 74LS00 1234567890 74LS86 ooooo 1o o4 1o o4 74LS245 ||--- | SW1 DIP 2o o3 2o o3 ____| - +----------------------------------------------------------------------------------|o___| + +----------------------------------------------------------------------------------|o___| ||||||||||||||||||||||||| | Notes | ------------------------------------------------------------------------------ | @@ -49,7 +49,7 @@ ------------------- This is a passive ISA8 board that should be fitted into an Ericsson PC (epc) and driven by suitable software. It was replaced by the ISA16 SAD8852 intelligent TWIB - board for WS286 and higher a few years later. + board for WS286 and higher a few years later. */ @@ -246,7 +246,7 @@ void isa8_eistwib_device::device_reset() int base = m_sw1->read(); if (!m_installed) { - LOG("Installing twib device at %04x\n", base); + LOG("Installing twib device at %04x\n", base); m_isa->install_device( base, base + 0x0f, read8_delegate(*this, FUNC( isa8_eistwib_device::twib_r )), |