summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/d6800.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1
* (nw) cassette: last lot of wave changes Robbbert2019-07-011-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-5/+6
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-7/+7
* (nw) d6800 : new bios Robbbert2019-04-131-6/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-23/+41
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-41/+23
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-9/+9
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1
* (nw) d6800 : added missing RST key; fixed instructions; marked working once a... Robbbert2019-02-011-14/+27
* (nw) d6800 : marked as MNW (see added notes in source). Robbbert2019-01-291-1/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-3/+3
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-8/+8
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+5
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+2
* 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-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-7/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* 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-1/+2
* (nw) cleanups Robbbert2017-10-071-24/+25
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-1/+1
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-1/+1
|/
* Further IRQ passthrough cleanup AJR2016-07-081-2/+2
* Add support to adjust the screen color Dirk Best2016-03-121-1/+1
* beep_device: removed set_volume hap2016-01-211-1/+1
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-1/+1
* 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
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-091-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+435