summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a7800
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-275-25/+25
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+1
* a7800/a78_slot.cpp, nes/nes_unif.hxx: Use multibyte.h helpers AJR2024-01-072-12/+14
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-12/+9
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-6/+6
* API change for device_image_interface AJR2023-03-302-11/+11
* bus/a7800/rom.cpp: Use proper bank order for Activision 128K cartridges. (#10... 0kmg2022-12-151-26/+12
* atari/a7800.cpp: Pass (phase 2) clock to cartridge slot - fixes PAL add-on ch... 0kmg2022-11-245-18/+17
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-10/+8
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-7/+9
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* a7800: BIN files are headerless, and we don't support them. Robbbert2021-03-211-1/+1
* a7800: reassign reset and select buttons sway from joystick2; show message if... Robbbert2021-03-191-0/+1
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-2110-124/+124
* 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