summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* abc806: Fixed memory banking allowing CP/M to boot. [Curt Coder] Curt Coder2018-05-161-164/+143
* abc800: Cleanup. (nw) Curt Coder2018-05-141-172/+130
* abc806: Marked software list items as not working. (nw) Curt Coder2018-05-141-1/+0
* abc800: Removed outdated todo item. (nw) Curt Coder2018-05-141-1/+0
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* abc800: Cleanup. (nw) Curt Coder2018-05-111-198/+77
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-7/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-118/+118
* abc800: WIP (nw) Curt Coder2018-05-021-0/+57
* maps: Finish mame/drivers (nw) Olivier Galibert2018-04-191-24/+27
* abc802: Demoted to not working. (nw) Curt Coder2018-04-081-2/+1
* abc80x: Implemented option ROM opcode fetch thru character RAM. [Curt Coder] Curt Coder2018-03-271-5/+81
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-71/+76
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+4
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-30/+30
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* abc80x: Downgrade video status. (nw) Curt Coder2017-04-021-27/+5
* abc80x: Remove the direct update handler, doesn't seem to change a thing [O. ... Olivier Galibert2017-03-311-108/+0
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-20/+20
* abc80x: Added PAL pinouts. (nw) Curt Coder2016-06-161-0/+66
* abc802,abc806: Added LUXNET BIOSes. [Anders Sandahl] Curt Coder2016-06-151-0/+6
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-4/+4
* abc80x, abc1600: ROM documentation. (nw) Curt Coder2016-06-141-2/+2
* abc80x separate compile possible (nw) Miodrag Milanovic2016-04-281-0/+3
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-4/+4
* clang-modernize part 4 Miodrag Milanovic2015-12-041-12/+12
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1641