summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8251.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/i8251.c')
-rw-r--r--src/emu/machine/i8251.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/i8251.c b/src/emu/machine/i8251.c
index d8553e3ecc8..f06d800d9eb 100644
--- a/src/emu/machine/i8251.c
+++ b/src/emu/machine/i8251.c
@@ -2,7 +2,7 @@
i8251.c
- Intel 8251 Universal Synchronous/Asynchronous Receiver Transmitter code
+ Intel 8251 Universal Synchronous/Asynchronous Receiver Transmitter code
*********************************************************************/
@@ -278,7 +278,7 @@ void i8251_device::update_tx_empty()
//-------------------------------------------------
void i8251_device::device_reset()
-{
+{
LOG(("I8251: Reset\n"));
/* what is the default setup when the 8251 has been reset??? */