summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a7800 (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-16/+18
* Spring cleaning: Vas Crabb2019-11-012-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-265-50/+49
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-49/+50
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-092-30/+29
* okim6376, pokey: Remove address_space and mem_mask arguments from read/write ... AJR2019-02-014-18/+18
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-183-26/+27
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-2/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-093-9/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-11/+11
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-22/+23
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-11/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-174-10/+10
* srcclean (nw) Vas Crabb2017-07-231-1/+1
* device_add_mconfig: a small start in devices\bus (nw) Ivan Vangelista2017-06-028-98/+63
* Fixed issue when the hash length is zero (#2314) npwoods2017-05-282-13/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-224-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1411-151/+178
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-2/+2
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-5/+3
* Made a few random methods 'const' Nathan Woods2017-04-092-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-275-22/+25
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Update a78_slot.h trebor682017-01-051-2/+2
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* Proper support for Rescue on Fractalus (proto) - No Bankswitch + 2K Mirror RA... Scott Stone2016-12-025-3/+72
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-81/+81
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-3/+3
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-9/+9
* reverse logic of IMAGE_VERIFY (nw) Miodrag Milanovic2016-07-311-3/+3
* for bool type use true and false (nw) Miodrag Milanovic2016-07-312-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-232-3/+3
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-11/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* another tiny doc update for A7800 (NW) Cowering2016-03-211-4/+5
* A few info updates for A7800 (nw) Cowering2016-03-191-7/+8
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-2010-54/+54
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-14/+14
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-14/+14
* tags are now strings (nw) Miodrag Milanovic2016-01-1610-54/+54
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1