summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/md_stm95.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-266/+0
|
* (MESS) added a bunch of slot-related save registrations. nw. Fabio Priuli2013-05-101-7/+21
|
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-261-3/+3
| | | | location [Miodrag Milanovic]
* (MESS) misc slot cleanups. nw. Fabio Priuli2013-03-101-2/+10
|
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-7/+6
|
* (MESS) megadriv.c: many updates to cart handling [Fabio Priuli] Fabio Priuli2013-02-031-0/+245
- updated carts to be slot devices - simplified loading and bankswitch mechanism - added support for real Sonic & Knuckles lock-on emulation (you can combine it freely with other carts, through the -cart2 slot which gets added automatically) - remove need for "pcb_type" feature from xml softlist, since the new "slot" feature is enough - moved SVP emulation to src/mess/ in view of conversion to a slot device as well