Previous 199869 Revisions Next

r32113 Sunday 14th September, 2014 at 04:58:04 UTC by Jonathan Gevaryahu
(MESS) cat.c: comment updates (nw)
[src/mess/drivers]cat.c

trunk/src/mess/drivers/cat.c
r32112r32113
856856// 0x860000: 'tcb' "test control bits" test mode register; what the bits do is
857857// unknown. 0x0000 is written here to disable test mode, and that is the extent
858858// of the cat touching this register.
859// it is possible that writing ANYTHING here will set the PFAIL state from 0 to 1, assuming the guessed information about pfail above is correct.
860859WRITE16_MEMBER( cat_state::cat_tcb_w )
861860{
862861#ifdef DEBUG_TEST_W
r32112r32113
909908                                                                            0   1   0   0   0       R   {'fd.status'} Floppy status lines (write protect, ready, index, track0)
910909                                                                            0   1   0   1   0       R   Keyboard Column Read
911910                                                                            0   1   1   0   0       W?  Unknown (reads as 0x00)
912                                                                            0   1   1   1   0       RW  Read: Battery status (MSB bit, 0 = ok, 1 = dead, other bits read as 0)/Write: Centronics Printer and Keyboard LED/Country Code Related
911                                                                            0   1   1   1   0       RW  {'pr.cont'} Read: Battery status (MSB bit, 0 = ok, 1 = dead, other bits read as 0)/Write: Centronics Printer and Keyboard LED/Country Code Related
913912                                                                            1   x   x   x   0       W?  Unknown (reads as 0x00)
9149131   0   0   x   x   0   0   1   x   x   x   x   x   x   x   x   x   x   x   *   *   *   *   1       RW  {'duart'} 68681 DUART at ic34 [controlled via GA2 /DUARTCS]
9159141   0   0   x   x   0   1   0   x   x   x   x   x   x   x   x   x   x   *   *   *   *   *   0       RW  {'modem'} Modem Chip AMI S35213 @ IC37 DATA BIT 7 ONLY [controlled via GA2 /SMCS]

Previous 199869 Revisions Next


© 1997-2024 The MAME Team