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"