Repair & Schematics
Sega Mega-Tech Arcade
Mega Drive Overview (Sega Mega-Tech)
5min
the mega drive circuit is on the left side of the board, and is mostly made up of the following chips 68000 cpu (motorola mc68000, ic54) sram for 68000 (tc51832pl 12, ic55, ic43) mega drive vdp (315 5313, ic64) video dram for vdp (mb81461, ic59, ic60) co processor z80 cpu (zilog z80, ic56) bus arbiter (315 5308, ic65) io controller (315 5309, ic66) clock generator (315 5345, ic61) slightly different than an actual mega drive, but still useful to see is the architecture of the mega drive cpu 68000 (ic54) the 68000 cpu is responsible for most of the work on the console including running mega drive games co processor z80 cpu (ic56) the z80 was the cpu from the master system and was included in the mega drive primarily to support backwards compatibility it also handles audio and controller input video display processor (ic64) this custom sega ic 315 5313 controls video output generation, reading data from both the cpu and co processor, utilizing the video dram bus arbiter (ic65) the custom sega ic 315 5308 holds the z80's bank register used to select the appropriate 68k bank, whose address this chip puts on the bus during free cycles it basically interfaces communication between the 68000 cpu and the z80 co processor io controller (ic66) the main job of the sega ic 315 5308 is as an io controller for translating data between the z80 (8 bit) and 68000 (16 bit) cpus a bad one of these can cause black screen output clock generator (ic61) the custom sega ic 315 5345 is responsible of edclk generation (external dot clock in h40 mode, based on hsync and mclk inputs) and 68k ram refresh