summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esq5505.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix more region widths (nw) AJR2019-11-161-31/+31
* bfm_sc1.cpp: Correct 6809 type and clock (nw) AJR2019-09-261-3/+3
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-2/+2
* eps: Fix accidental breakage in last commit (nw) AJR2019-04-191-1/+1
* esq5505.cpp: Fix crash in most sets caused by misconfigured address map (nw) AJR2019-04-191-2/+10
* hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-191-31/+8
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-18/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+2
* es5506.cpp, Sync sample rate with esqpump.cpp (#4582) cam9002019-02-021-2/+11
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-1/+1
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-124/+126
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-15/+16
* hd63450: Configure device clock (not used yet); back out custom constructor (nw) AJR2018-06-251-2/+6
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-19/+31
* Remove emupal.h from emu.h (nw) AJR2018-06-131-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-18/+6
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-5/+5
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-12/+12
* 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