diff options
author | 2019-04-21 01:06:19 -0400 | |
---|---|---|
committer | 2019-04-21 01:06:19 -0400 | |
commit | d29903e16cc6d45e3bc15e8c41866356d7230665 (patch) | |
tree | 35aeef94337eef761773598fc15ebe5095bfb700 /src/devices/machine/i82355.cpp | |
parent | 9b3a449790644eb2f72352c1f877ce8df4e43280 (diff) |
tekram_dc820.cpp: Identify some interrupts (nw)
i82355: Device name correction (nw)
Diffstat (limited to 'src/devices/machine/i82355.cpp')
-rw-r--r-- | src/devices/machine/i82355.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82355.cpp b/src/devices/machine/i82355.cpp index c2436c994f1..d37d44d2ebe 100644 --- a/src/devices/machine/i82355.cpp +++ b/src/devices/machine/i82355.cpp @@ -2,7 +2,7 @@ // copyright-holders:AJR /********************************************************************** - Intel 82355 Bus Master Interface Chip (BMIC) + Intel 82355 Bus Master Interface Controller (BMIC) Currently very little of this device is emulated besides storing data that the local processor writes to it. Its interface will |