summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removal of wave.h part 2 Robbbert2019-07-061-2/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-4/+5
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+1
* srcclean (nw) Vas Crabb2019-05-261-4/+4
* abc80: Use ROM checksums for BIOS versions as is customary. (nw) Curt Coder2019-05-211-3/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+9
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-1/+1
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* bus/abcbus: Remove MCFG_ macros; add bus clocks (presumed same as CPUs) (nw) AJR2019-01-261-1/+1
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-4/+4
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-11/+11
* machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-2/+2
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-3/+3
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-1/+1
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-5/+5
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* 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-2/+1
* 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-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+19
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Trade MACHINE_IMPERFECT_KEYBOARD, MACHINE_NODEVICE_CAMERA and MACHINE_NODEVIC... Vas Crabb2017-07-271-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* abc80: Removed bogus DIP switches and downgraded sound status. (nw) Curt Coder2017-04-131-33/+2
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* abc80: Fixed sound. [Curt Coder] Curt Coder2017-03-121-16/+12
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* abc80: Fixed graphics characters, hiresinv demo is now fully working. [Curt C... Curt Coder2017-02-211-2/+1
* abc80: Converted to scanline based rendering, partially fixing hiresinv demo.... Curt Coder2017-02-211-8/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* 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-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+630