summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/camplynx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-2/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-73/+78
* New working software list additions Nigel Barnes2018-03-061-0/+8
* lynx96k: Added Scorpion and Danish ROMs as BIOS options. Nigel Barnes2018-03-061-10/+55
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+10
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-4/+3
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-3/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-7/+9
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-7/+7
* z80: removed obsolete irq_line write handler hap2016-02-071-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+940