summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-13/+13
* 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-32/+32
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* (nw) last bunch for tonight Robbbert2018-04-121-3/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-54/+66
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-29/+43
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6
* equites.cpp: fixed c/p error. (nw) Ivan Vangelista2018-02-131-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-2/+2
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+4
* New way to provide DAC reference inputs (nw) AJR2018-01-101-4/+2
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-1/+1
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-1/+1
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-1/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-1/+1
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-2/+2
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-9/+4
* New 74LS259/9334/CD4099 devices AJR2017-07-251-16/+25
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Mechanism for devices to generate clocks for other devices AJR2017-04-211-1/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* gekisou: De-hardcode the service mode input AJR2017-02-011-1/+1
* equites.cpp: Use 8155 device (nw) AJR2016-12-111-49/+35
* srcclean (nw) Vas Crabb2016-10-231-18/+18
* shorter setname for splendorblast2. We introduced a 16-char limit to parent s... hap2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* New games added Scott Stone2016-10-211-0/+57
* rom label fixes (nw) Scott Stone2016-10-201-4/+4
* New clones added Scott Stone2016-10-201-1/+102
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-25/+26
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-9/+9
* updated a few few drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-05-181-4/+6
* Make watchdog timer a separate device AJR2016-04-301-1/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1816