summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/cat.c')
-rw-r--r--src/mess/drivers/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/cat.c b/src/mess/drivers/cat.c
index 2444e9bc725..17d5b15681f 100644
--- a/src/mess/drivers/cat.c
+++ b/src/mess/drivers/cat.c
@@ -93,7 +93,7 @@ Scott Kim - responsible for fonts on swyft and cat
Ralph Voorhees - Model construction and mockups (swyft 'flat cat')
Cat HLSL stuff:
-*scanlines:
+*scanlines:
the cat has somewhat visible and fairly close scanlines with very little fuzziness
try hlsl options:
hlsl_prescale_x 4
@@ -937,7 +937,7 @@ static void duart_tx(device_t *device, int channel, UINT8 data)
* IP2: KTOBF (IP2 changes state 0->1 or 1->0 on the rising edge of KTOBF using a d-latch; KTOBF is a 6.5536ms-period squarewave generated by one of the gate arrays, i need to check with a scope to see whether it is a single spike/pulse every 6.5536ms or if from the gate array it inverts every 6.5536ms, documentation isn't 100% clear but I suspect the former) [uses the Delta IP2 state change detection feature to generate an interrupt; I'm not sure if IP2 is used as a counter clock source but given the beep frequency of the real unit i very much doubt it, 6.5536ms is too slow]
* IP3: RG ("ring" input)
* IP4: Centronics BUSY
- * IP5: DSR
+ * IP5: DSR
*/
static UINT8 duart_input(device_t *device)
{