summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vboy/slot.cpp
Commit message (Expand)AuthorAgeFilesLines
* casio/casloopy.cpp: Promoted system to working. (#11621) Phil Bennett2023-10-181-2/+9
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-15/+6
* API change for device_image_interface AJR2023-03-301-8/+8
* -machine/intelfsh.cpp: Added Macronix 29F008TC (1M*8, 4K*8 pages). Vas Crabb2022-09-061-0/+1
* -nintendo/vboy.cpp: Allow it to run unmapped reads with no cartridge. Vas Crabb2022-08-261-14/+25
* -megaduck.xml: Added explicit info about cartridge banking. Vas Crabb2022-08-261-4/+5
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-1/+1
* device_image_interface: Interface overhaul AJR2022-01-061-1/+1
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-0/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* bus/vboy: cartridge is 16 bits wide (not 32) but we'll keep pretending for pr... Vas Crabb2019-11-111-0/+3
* Cleaned up Virtal Boy slot code. Vas Crabb2019-11-101-178/+100
* Spring cleaning: Vas Crabb2019-11-011-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+6
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-1/+1
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-12/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-12/+0
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-2/+2
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-2/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-3/+3
* clang-modernize part 2 Miodrag Milanovic2015-12-041-6/+6
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+273