Rename print_port() to print_phys_port()

This commit is contained in:
René van Dorst
2026-08-25 07:55:17 +02:00
parent f511453f79
commit 95b3bde822
5 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -813,8 +813,8 @@ void print_reg(uint16_t reg)
print_sfr_data();
}
// Print the phy port for a log port number.
void print_port(uint8_t port)
// Print the physical port of a logical port number.
void print_phys_port(uint8_t port)
{
if (port < CPU_PORT)
write_char(machine.log_to_phys_port[port] + '0');