summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/didact.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-5/+11
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-21/+21
* Convert NeoGeo EL panel outputs to lamps - it uses six outputs from a 1-of-8 ... Vas Crabb2018-03-271-14/+21
* fix crash on start (nw) Vas Crabb2018-03-261-0/+2
* get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... Vas Crabb2018-03-251-86/+59
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* didact.cpp: addressed review comment Joakim Larsson Edstrom2018-01-071-1/+0
* didact.cpp: split out of Eseelte 100 computer in its own driver for clarity Joakim Larsson Edstrom2017-12-251-545/+2
* didact.cpp: split out of Candela computers in its own driver for clarity Joakim Larsson Edstrom2017-12-251-724/+6
* 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
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-10/+3
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-21/+21
* Candela PAL driven address map (#2657) Joakim Larsson Edström2017-09-191-89/+359
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-3/+3
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-2/+0
* didact: Updated LOG support to latest cut Joakim Larsson Edstrom2017-08-081-66/+78
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* MT 06544: Robbbert2017-04-271-4/+3
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* srcclean (nw) Vas Crabb2016-11-271-45/+45
* - WIP can09 a non working driver for the Candela main computer, a 6809 based ... Joakim Larsson Edstrom2016-10-271-30/+491
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* srcclean (nw) Vas Crabb2016-09-261-92/+92
* Simplified internal layouts which removed dependencies on external artwork Joakim Larsson Edstrom2016-09-191-0/+1
* Remove unused variables to fix build (nw) AJR2016-09-161-0/+2
* Added serial support that still has issues plus some clean up of the driver Joakim Larsson Edstrom2016-09-161-25/+91
* Added Esselte 100 rev2 layout Joakim Larsson Edstrom2016-09-081-14/+42
* Add IRQ to get software RTC running, removed some unused members, added membe... Joakim Larsson Edstrom2016-09-071-12/+18
* fix for "warning C4390: ';': empty controlled statement found; is this the in... smf-2016-09-041-4/+4
* Hexified some UTF-8 character constants Joakim Larsson Edstrom2016-09-021-12/+12
* Fixed Natural Keyboard configuration Joakim Larsson Edstrom2016-09-021-69/+69
* Fixed PR feedback on temporary integer types and keyboard definitions Joakim Larsson Edstrom2016-09-021-68/+68
* New driver for Esselte 100, has built in BASIC, supports cassette save/load a... Joakim Larsson Edstrom2016-08-311-130/+527
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-2/+2
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-85/+85
* Fixed keyboard lag issue due to faulty clock setup Joakim Larsson Edstrom2016-01-261-4/+2
* (nw) David Haywood2016-01-251-1/+1
* - Added support for md6802 Joakim Larsson Edström2016-01-241-148/+334
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3