summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/a7800
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-2416/+0
* added some further sanity check. nw. etabeta782015-06-021-1/+1
* unified all for Fabio (nw) Miodrag Milanovic2015-05-2111-11/+11
* No need for temp variables (nw) Miodrag Milanovic2015-04-231-3/+1
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-191-22/+22
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-142-5/+5
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-3/+3
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-1511-158/+154
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-282-23/+31
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-232-31/+19
* (MESS) a7800: changed header bits for pokey at Fabio Priuli2014-09-181-30/+42
* some licensing. nw. Fabio Priuli2014-09-1311-0/+22
* cosmetic changes. nw. Fabio Priuli2014-09-131-32/+49
* (MESS) a7800: reworked header handling (used when Fabio Priuli2014-09-127-177/+481
* pcb_type for this had been wrong forever, finally fixed. nw. Fabio Priuli2014-09-061-1/+1
* d'oh. sorry. Fabio Priuli2014-09-062-0/+230
* silenced debug residual. nw. Fabio Priuli2014-09-061-3/+0
* (MESS) a7800: more accurate POKEY accesses make Beef Drop happier. nw. Fabio Priuli2014-09-062-3/+29
* (MESS) a7800.c: [Fabio Priuli] Fabio Priuli2014-09-066-122/+72
* (MESS) whoops... Activision and Absolute mappers got switched when loading fr... Fabio Priuli2014-09-041-6/+6
* fixed pokey mapping in the a7800 carts. nw. Fabio Priuli2014-09-034-62/+12
* a7800 minor comments/cleanups. nw. Fabio Priuli2014-09-023-9/+12
* (MESS) a7800: added Yamaha 2151 emulation to the XM Fabio Priuli2014-08-262-3/+73
* (MESS) a78_slot: added logging of the A78 header, fixed identification of Fabio Priuli2014-08-253-126/+205
* (MESS) a7800.c progress: [Fabio Priuli] Fabio Priuli2014-08-259-0/+1766