diff options
author | 2015-08-17 14:43:31 +0200 | |
---|---|---|
committer | 2015-08-17 14:43:31 +0200 | |
commit | 2c65dc2e75dc3bd4093712e28eb61056d95c684f (patch) | |
tree | dd5f66049aee9b61b29fea92d36776ab7aa71c33 | |
parent | 84d3ffa9e2c46cd03903f439471ad06499433ed8 (diff) |
hp64k: small doc update
-rw-r--r-- | src/mess/drivers/hp64k.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mess/drivers/hp64k.c b/src/mess/drivers/hp64k.c index c35cf001836..1467aac1c91 100644 --- a/src/mess/drivers/hp64k.c +++ b/src/mess/drivers/hp64k.c @@ -60,7 +60,7 @@ // simple rectangular envelope. // //*U20 HP "PHI" Custom HP-IB interface microcontroller -//*U28 i8251 RS232 UART +// U28 i8251 RS232 UART // // ********** // Display card (64100-66530) @@ -148,8 +148,6 @@ // // ICs that are not emulated yet are marked with "*" // -// TODO: -// - RS232 I/F #include "emu.h" #include "cpu/hphybrid/hphybrid.h" |