Skip to content

Commit

Permalink
Leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioz committed Jul 7, 2024
1 parent 74a07b4 commit f105824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/video/t6963c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ void t6963c_device::do_command(u8 cmd)
else if ((cmd & 0xf8) == 0xa0)
{
logerror("%s: Select %d-line cursor\n", machine().describe_context(), (cmd & 0x07) + 1);
printf("Select %d-line cursor\n", (cmd & 0x07) + 1);
}
else if ((cmd & 0xfe) == 0xb0)
{
Expand Down

0 comments on commit f105824

Please sign in to comment.