summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atom.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* *atom: fixed capslock freeze Robbbert2020-08-191-1/+1
* *adam: fixed some bugs with quickloader Robbbert2020-08-191-6/+16
* *atom: cleanup Robbbert2020-08-171-148/+105
* simplified some handlers (nw) Ivan Vangelista2020-05-131-9/+9
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-3/+3
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-3/+2
* (nw) cassette: last lot of wave changes Robbbert2019-07-011-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-30/+28
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-3/+3
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-1/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-71/+70
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-70/+71
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-18/+14
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-4/+4
* 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-10/+11
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-4/+4
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-14/+16
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+2
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-8/+8
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* mc6847: Eliminate MCFG_ macros; modernize screen auto-configuration (nw) AJR2019-01-191-6/+8
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-10/+10
* Details, details (nw) Vas Crabb2018-09-011-1/+1
* i8271.cpp: deMCFG (nw) Ivan Vangelista2018-08-241-3/+3
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-8/+2
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-8/+8
* atom.cpp: Replace machine().device with finder array (nw) AJR2018-06-141-34/+23
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* 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-3/+4
* (nw) address map modernisation for a2600, asst128, osborne1, atom, cbm2, deco... Robbbert2018-04-121-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+28
* Cleanup address map remnants (nw) Olivier Galibert2018-03-081-10/+10
* srcclean (nw) Vas Crabb2018-02-251-3/+3
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* 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-3/+3
* 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-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* atom: renamed softlist atom_cart -> atom_rom (nw) Nigel Barnes2017-02-011-13/+25