summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pccard.c
Commit message (Collapse)AuthorAgeFilesLines
* asserted copyright (nw) smf-2013-11-031-0/+2
|
* Split rf5c296 and ata flash functionality from taitogn.c into their own ↵ smf-2013-06-021-9/+0
| | | | devices. The pccard slot has had to revert to use memory handlers instead of device maps for the moment [smf]
* Changed the pccard slot over to use a device map (nw) smf-2013-06-011-0/+9
|
* Created a PCCARD slot and Linear Flash Card for System 573. Uses bankdev.c ↵ smf-2013-06-011-0/+74
for banking the onboard flash chips and the pccard slots. This adds an extra two calls to the memory system & intelfsh.c already called the memory system for accessing the data. [smf]