trunk/src/mame/drivers/lindbergh.c
| r242234 | r242235 | |
| 16 | 16 | The version documented here is the red box. The PC part of it is mostly just the CPU, |
| 17 | 17 | Intel North/South-bridge chipset and AGP/PCI card slots etc. The main board is still |
| 18 | 18 | a typically custom-made Sega arcade PCB using a custom nVIDIA GeForce video card. |
| 19 | | The main board also has a slot for a compact flash card. Primary storage media is DVD or HDD. |
| 20 | | Both CF and HDD are locked and unreadable on a regular PC. |
| 19 | The main board also has a slot for a compact flash card. Primary storage media is HDD. |
| 20 | Games are installed from a DVD. Both the CF and HDD are locked and unreadable on a regular PC. |
| 21 | 21 | |
| 22 | 22 | The familiar PIC is still present on the back of the system and likely decrypts the HDD and/or DVD. |
| 23 | 23 | |
| r242234 | r242235 | |
| 28 | 28 | Security |
| 29 | 29 | -------- |
| 30 | 30 | |
| 31 | | The security seems to work in multiple steps. The information there |
| 31 | The security seems to work in multiple steps. The information here |
| 32 | 32 | is a combination of our research and things found on the internet. |
| 33 | 33 | |
| 34 | 34 | - At boot, the bios unlocks the CF card through an IDE 0x82 command |
| r242234 | r242235 | |
| 222 | 222 | DSW(8) - OFF,OFF,OFF,ON,ON,OFF,OFF,ON |
| 223 | 223 | DIP18.IC1 - DIP18 socket for protection PIC16F648A |
| 224 | 224 | |
| 225 | | Sega Security |
| 226 | | Game ID Number Dongle Sticker |
| 227 | | ----------------------------------------- |
| 228 | | Too Spicy 317-0490-COM 253-5508-0491 |
| 229 | 225 | |
| 230 | | |
| 231 | 226 | Video Card (plugged into AGP slot) |
| 232 | 227 | ---------- |
| 233 | 228 | |
| r242234 | r242235 | |
| 293 | 288 | EDS1232 - Elpida EDS1232AATA-75-E 128Mbit SDRAM (4M word x 32bit) |
| 294 | 289 | D442012 - NEC D442012AGY-BB70 2Mbit CMOS Static RAM (128k-word x 16bit) |
| 295 | 290 | ISP1106 - NXP Semiconductor ISP1106 Advanced Universal Serial Bus transceiver (SSOIC16) |
| 296 | | RTL8201 - Realtek RTL8201 Single Chip Single Pport 10/100M Fast Ethernet IC (QFP48) |
| 291 | RTL8201 - Realtek RTL8201 Single Chip Single Port 10/100M Fast Ethernet IC (QFP48) |
| 297 | 292 | mUSB - Mini USB connector |
| 298 | 293 | |
| 299 | 294 | |