home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / revlcd16.zip / PORTLIST.SLV < prev    next >
Text File  |  1993-03-21  |  3KB  |  114 lines

  1. PortList.slv: an I/O prot list for J3100SLVW (and T3300?)
  2.  
  3.    version 1.1  Nov. 8 1992
  4.                 
  5.     written by NoZomi Ytow
  6.     Copyright(C) 1992 NoZomi Ytow
  7.  
  8.  
  9. This document is free document; you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License as published by
  11. the Free Software Foundation; either version 1, or (at your option)
  12. any later version.
  13.  
  14. This document is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. GNU General Public License for more details.
  18.  
  19. You should have received a copy of the GNU General Public License
  20. along with this program; if not, write to the Free Software
  21. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  
  23.  
  24. port 71h
  25.     index 37h
  26.         check sum 
  27.         = sum through 38h - 3Eh
  28.     index 38h
  29.         bit 7 = CPUsleepEnable
  30.         bit 6 = PRT port bi-direction
  31.         bit 4 = resume
  32.         bit 3 = LCD brightness
  33.         bit 0-2 = Power mode (000: Long, 001:Normal 110: User setting)
  34.     index 3Bh
  35.         bit 7 = Speaker On
  36.         bit 6 = Battery Alarm On
  37.         bit 5 = Cache disable
  38.         bit 4 = 84Kybd
  39.         bit 3 = Modem power
  40.     index 3Ch
  41.         bit 5 - 6 = CPU speed
  42.                   = 00 High
  43.                   = 01 Normal
  44.                   = 10 Low
  45.         bit 1 = ??
  46.         bit 0 = external CRT ?
  47.     index 3Dh
  48.         bit 6-7 = PRT port
  49.                 = 00 FDD A
  50.                 = 01 FDD B
  51.                 = 10 PRT
  52.         bit 4-5 = serial port
  53.                 = 00 COM 1
  54.                 = 01 COM 2
  55.                 = 10 not uesed
  56.         bit 2-3 = Modem
  57.                 = 00 COM 1
  58.                 = 01 COM 2
  59.                 = 10 no Modem
  60.         bit 1 = 8 colours
  61.         bit 0 = display reverse
  62.     index 3Eh
  63.         bit 6 = 1.4MB boot
  64.         bit 3-5 = HDD stop time / 5min (000 disable)
  65.         bit 0-2 = Display Auto off time / 3min (000 disable)
  66.     index 40h
  67.         bit 4 = Panel Power on /off enable
  68.         bit 3 = CPU sleep enable (also 38h bit 7)
  69.         bit 0-2 = System Auto Pow off / 10min
  70.                 = 00 Auto Pow Off disable
  71.     index 46h
  72.         displayModeByToshiba?
  73.     index 50h
  74.         bit 0 = JapaneseByToshiba
  75.  
  76. port 76h
  77.     index 08h
  78.         bit0 = powerControl?
  79.     index 28h
  80.         something... (used with port 0E2h)
  81.  
  82. port 0E0h
  83.     bit15 = notLongLife
  84.     bit 0-7 = 5Ah
  85.  
  86. port 0E3h
  87.     bit 0-7 some status
  88.  
  89. port 0E4h
  90.     out by byte to select index of readeing port 0E5h
  91.     bit 12 = notLongLife (& 2B00h | 0DAh)
  92.     bit 0 -7 = 0DAh
  93.  
  94. port E5h
  95.     bit 0-7 = 5Ah when write?
  96.  
  97. port E8h
  98.     bit 4-7 
  99.             > 0BBh        Lit Bright
  100.             > 0B0h        Lit semiBright
  101.             = 0B0h        LitOff
  102.             = 9ah        PowerOff
  103.     bit 0-3 = 5Ah when write(aft. select index 5Ah by out to 0E9h) ?
  104.  
  105. port 3X4h(X = B or D)
  106.     index 39h    pallete registor
  107.         bit 9-15 = palleteValue
  108.         bit 0-8 = 39h
  109.  
  110. port 3X5h(X= B or D)
  111.     index 38h    pallete registor select
  112.         bit 0-8 = pallete number
  113.  
  114.