The issue of multicarts for vintage video games has been rolling around in my mind for quite some time. All the really good ones are no longer available, so I thought if I could learn the bare metal of PICs, particularly the PIC16F88, I could make my own. Can I get some suggestions for books to read on microcontrollers? There are dumb multicarts and smart ones. Dumb ones aren't much more than a large ROM and some dip switches. In a smart multicart, a microcontroller translates addresses. Any arbitrary swath of memory can be presented as a ROM of whatever size. So, when the pic first powers up, it shows the menu program. The pic is told which rom to load up through an otherwise unused IO port and then the game starts. My fantasy multicart would be one that accepts a DOS-formatted SD card, so I guess I'd need a beefy PIC to handle that. Any comments?