summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9901.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms9901.cpp')
-rw-r--r--src/devices/machine/tms9901.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/tms9901.cpp b/src/devices/machine/tms9901.cpp
index b0d557b3abf..5282dd6f9f5 100644
--- a/src/devices/machine/tms9901.cpp
+++ b/src/devices/machine/tms9901.cpp
@@ -12,7 +12,7 @@
CE*| 5 36| S1
INT6*| 6 35| S2
INT5*| 7 34| INT7* / P15
- INT4*| 8 33| int8_t* / P14
+ INT4*| 8 33| INT8* / P14
INT3*| 9 32| INT9* / P13
Phi*|10 31| INT10* / P12
INTREQ*|11 30| INT11* / P11
@@ -311,7 +311,7 @@ READ8_MEMBER( tms9901_device::read )
answer &= ~(m_pio_direction_mirror >> 8);
answer |= (m_pio_output_mirror & m_pio_direction_mirror) >> 8;
}
- LOGPINS("input on lines INT15..int8_t = %02x\n", answer);
+ LOGPINS("input on lines INT15..INT8 = %02x\n", answer);
break;
case 2:
/* exit timer mode */