summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m5.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-3/+3
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-1/+1
* (nw) more cassette wave sound Robbbert2019-06-301-0/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-39/+36
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-36/+39
* tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) AJR2019-03-091-4/+2
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-4/+4
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-2/+2
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-9/+9
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-7/+7
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-3/+4
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-5/+3
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-4/+4
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-6/+6
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-6/+6
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-2/+2
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-9/+6
* tms9928a: Configuration modernization (nw) AJR2018-08-211-20/+21
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+2
* Made a pass over the source to eliminate uppercase hex in hashes (nw) Scott Stone2018-07-131-1/+1
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-23/+23
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-8/+8
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* 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-19/+19
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-10/+13
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-86/+92
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* 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-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-10/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* m5: Don't crash when not run with cartridges, nw therealmogminer@gmail.com2016-08-291-12/+16
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-6/+6
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2
* Cleanups and version bump Miodrag Milanovic2016-02-241-245/+241
* Sord m5: bug fixes dlabi2016-02-201-120/+108
* fix compile (nw) Miodrag Milanovic2016-02-081-5/+11
* Sord m5 driver update dlabi2016-02-071-42/+937
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+726