summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vidbrain (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean and fix up some bits Vas Crabb2023-07-231-1/+1
* seabattl: add pcb locations to parent set, hap2023-07-1512-39/+282
* flower: remove unneeded vblank irq trampoline, hap2023-07-143-12/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* -Improved some Lua APIs: Vas Crabb2023-04-071-8/+8
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* API change for device_image_interface AJR2023-03-302-3/+3
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-012-52/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-268-43/+37
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-37/+43
* bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) AJR2019-02-258-25/+25
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-18/+12
* devcb3 Vas Crabb2018-07-071-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-6/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-39/+34
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices prep: Vas Crabb2017-02-274-4/+4
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-118-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-34/+34
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-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-13/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* reverting: Miodrag Milanovic2016-01-208-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-168-8/+8
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-3/+3
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-054-22/+22
* clang-modernize part 2 Miodrag Milanovic2015-12-042-4/+4
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+725