summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lc80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* lc80.h: unused function (nw) hap2020-05-241-1/+1
* lc80: rename sc80 to lc80e, and lc80_2 is a homebrew mod (nw) hap2020-05-241-8/+8
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-4/+4
* companyname correction (nw) hap2020-04-261-4/+4
* (nw) cassette: last lot of wave changes Robbbert2019-07-011-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+22
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-22/+22
* mame\drivers: removed most MCFG and MACHINE_CONFIG_MACROS (nw) Ivan Vangelista2019-02-281-18/+18
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-4/+4
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-10/+10
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-16/+16
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-5/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* (nw) last bunch for tonight Robbbert2018-04-121-4/+5
* lc80.cpp, poly880.cpp: Use output finders (nw) AJR2018-04-041-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+16
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Make address maps complain when entry bounds lie outside the global mask (nw) AJR2016-08-081-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+441