Skip to main content
Home Documents Macintosh M0110A 341 0322A.Bin
M0110A 341 0322A.Bin

M0110A 341 0322A.Bin

Macintosh · MacBinary / raw
FilenameM0110A_341-0322A.bin
Size0.00 MB
Subsection keyboard / M0110A
Downloads4
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
About this file

This is a MacBinary / raw — a binary artifact that can't be previewed in the browser. MacBinary or raw binary — The Unarchiver handles the MacBinary variant.

Home Documents Macintosh Video F.Jpg
Video F.Jpg

Video F.Jpg

Macintosh · JPG
FilenameVideo_F.jpg
Size0.94 MB
Subsection prototypes / 1984_Early_Big_Mac / pictures
Downloads5
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Image
Video F.Jpg

Click to open at full size in a new tab.

Home Documents Macintosh M0110A 3.JPG
M0110A 3.JPG

M0110A 3.JPG

Macintosh · JPG
FilenameM0110A_3.JPG
Size1.11 MB
Subsection keyboard / M0110A
Downloads4
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Image
M0110A 3.JPG

Click to open at full size in a new tab.

Home Documents Macintosh Pal10x.Bmp
Pal10x.Bmp

Pal10x.Bmp

Macintosh · BMP
Filenamepal10x.bmp
Size196.76 MB
Subsection mac_plus / hals / 341-0522-a
Downloads2
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
About this file

This is a BMP — a binary artifact that can't be previewed in the browser. Download the file and inspect it with the appropriate tool for this format.

Home Documents Macintosh LcIII Vga.Png
LcIII Vga.Png

LcIII Vga.Png

Macintosh · PNG
FilenamelcIII_vga.png
Size0.03 MB
Subsection monitor / monitor_sense
Downloads4
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Image
LcIII Vga.Png

Click to open at full size in a new tab.

Home Documents Macintosh MC1001 01 1981.Jpg
MC1001 01 1981.Jpg

MC1001 01 1981.Jpg

Macintosh · 1981 · JPG
FilenameMC1001-01_1981.jpg
Size0.04 MB
Year1981
Subsection prototypes / 1981_ACIA
Downloads2
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Image
MC1001 01 1981.Jpg

Click to open at full size in a new tab.

Home Documents Macintosh Plus Power Supply.Tif
Plus Power Supply.Tif

Plus Power Supply.Tif

Macintosh · TIFF (scanned image)
FilenamePlus_Power_Supply.tif
Size0.19 MB
Subsection schematic
Downloads3
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
TIFF

Browsers don't render TIFF natively. Use Download to save the file, or Open in browser on macOS which will hand the file off to Preview.

Home Documents Macintosh TSM RE.Txt
TSM RE.Txt

TSM RE.Txt

Macintosh · TXT
FilenameTSM_RE.txt
Size0.00 MB
Subsection mac_plus / hals / 341-0522-a
Downloads5
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Contents
TSM : 16R4

TSM is a 16R4 device whose major function is control of the dynamic RAM. For
inputs, it has the decoded RAM enable signal, along with the address and data
strobes from the processor which signify whether the data transfer will be low
byte, hi byte, or word. From these the RAS and CAS strobes are generated, and
the row/column address multiplexer is controlled. Until there were PALs, this
type of dynamic RAM control function required either about 10-20 discrete TTL
packages, or a 40 pin LSI dynamic RAM controller which usually didn't do what
you wanted anyway.

/TSEN0  /CS     11              10              GND
/CASL    O      12              9        I      /LDS
/CASR    O      13              8        I      /UDS
/RAS     R      14              7        I      /AS
TC       R      15              6        I      /ROM
C1M      R      16              5        I      /RAM
C4M      R      17              4        I      VID/u*
C2M      O      18              3        I      C8M
/DTACK   O      19              2        I      C16M
Vcc             20              1       CLK     C16M

From Kryten's (now gone) page:

Apple Mac Timing State Machine, PAL16R8

NB: Not verified yet!

PAL16R8  PAL DESIGN SPECIFICATIONS

16MBUF C16M 8M MU RAMEN ROMEN AS UDS LDS GND 
TSEN CAS0 CAS1 RAS TC 1M 4M 2M DTACK VCC

RAS is the DRAM Row Address Strobe.

RAS: =       /4M *             /RAS
     +  8M *  4M *             /RAS + 
     + /8M *  4M *       /2M * /RAS
     +  8M * /4M *  1M *        RAS
     +  8M * /4M * /1M *  2M *  RAS
     + /8M *  4M * /1M *        RAS *  LDS
     + /8M *  4M * /1M *        RAS *  UDS
     + /8M *  4M * /1M *        RAS * /LDS * /UDS * /CAS0
     + 

TC goes to the LAG and to the video counter (U1F)

TC:= 8M + /4M + 2M +  /1M + RAS

1M: =      /8M *  4M * /2M * 1M * /RAS + 
     /1M *  8M * /4M * /RAS + 
     /1M * /8M *  4M * 2M * /RAS + 
     /1M *              RAS + 
     /1M * /8M * /4M * /RAS + 
     /1M * 8M *   4M * /RAS

4M: =                    1M *  RAS + 
       8M *  4M *  2M * /1M *  RAS + 
      /8M * /4M *       /1M *  RAS + 
       8M * /4M *  2M * /1M *  RAS + 
      /8M *  4M * /2M *       /RAS + 
there may be a line missing here..... 

2M: = /C16M *       /8M * /4M * /RAS
    +         /2M + /8M + /4M 
    +         /2M + /1M + * /TC
    +  C16M * /2M
    + /C16M * /8M * /4M * /1M * RAS * /ROMEN * /RAMEN * /AS
    + /2M * 4M
    + /2M * 8M * /4M *1M * MU

DTACK := /C16M * /8M * /4M *        /RAS * /AS * /ROMEN *  RAMEN
      +  /C16M * /8M * /4M * /1M  * /RAS * /AS * /RAMEN *  ROMEN
      +  /C16M * /8M * /4M *  1M  * /RAS * /AS * /RAMEN *  ROMEN * /MU
      +  /C16M * /8M *  4M * /1M  *  RAS * /AS * /RAMEN * /ROMEN
      +  /DTACK * /UDS
      +  /DATACK * /LDS
      +  /DATACK * /RAS

This is probably not right for the Mac Plus...

CAS0: =  4M * /2M *       /RAS * /DTACK * /RAMEN * ROMEN * /LDS * MU
      +  4M * /2M * 1M * /RAS * MU
      + /CAS0 
      + /RAS
      +  8M + 4M + /2M * /1M * RAS * /DTACK
      + /CAS0 * /2M + /1M

CAS1: = 4M * /2M *              /RAS * /DTACK * /RAMEN * ROMEN * /UDS * MU
      + 4M * /2M * 1M *         /RAS *                                  MU
      +                 /CAS1 + /RAS
Home Documents Macintosh Rprs001 1.JPG
Rprs001 1.JPG

Rprs001 1.JPG

Macintosh · JPG
Filenamerprs001_1.JPG
Size0.91 MB
Subsection prototypes / 1984_Early_Big_Mac / pictures_2
Downloads3
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
Image
Rprs001 1.JPG

Click to open at full size in a new tab.

Home Documents Macintosh BMU0 3D86.JED
BMU0 3D86.JED

BMU0 3D86.JED

Macintosh · PAL/GAL logic (JED)
FilenameBMU0_3D86.JED
Size0.00 MB
Subsection prototypes / 1983_512K_Proto_No_122 / pals
Downloads3
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
About this file

This is a PAL/GAL logic (JED) — a binary artifact that can't be previewed in the browser. JED files encode PAL/GAL logic device programming data; open them with a JEDEC programmer or a text editor for inspection.

Subscribe to Macintosh
mp.ls