summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esq5505.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-20/+20
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-44/+44
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-19/+20
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+44
* whoops, these should be there (nw) arbee2018-03-031-0/+1
* no disable (nw) arbee2018-03-031-1/+0
* es5510, taito_en Updates (#3284) cam9002018-03-031-13/+10
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+10
* mc68681: Use MCFG_DEVICE_ADD instead of custom macro; switch one more to SCN2... AJR2017-11-221-2/+2
* (nw) vfxsd : extra roms Robbbert2017-11-051-2/+6
* Add an external panel for the Ensoniq VFX family of keyboards, with a websock... Christian Brunschen2017-07-051-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-8/+12
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* first srcclean pass (nw) Vas Crabb2016-12-251-4/+4
* New systems added as MACHINE_NOT_WORKING arbee2016-12-131-0/+17
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* es5506.cpp fixes: [Christian Brunschen] arbee2016-10-151-22/+14
* There we go, srcclean eats all our C++ now Vas Crabb2016-08-021-1/+1
* esq5505.cpp: attempt to fix 32bit crash (nw) Ivan Vangelista2016-07-301-3/+3
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... Olivier Galibert2016-03-101-4/+4
* Cleanups and version bump Miodrag Milanovic2016-02-241-24/+24
* sq1: much improved LCD and front panel button support. [Parduz, R. Belmont] arbee2016-02-201-12/+67
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+955