summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coleco (follow)
Commit message (Expand)AuthorAgeFilesLines
* coleco/expansion: Implement device_mixer_interface Dirk Best4 days3-5/+6
* coleco/expansion/sgm: Fix clang error Dirk Best5 days1-1/+1
* coleco: Add expansion bus and support for the Super Game Module Dirk Best5 days6-0/+366
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-1/+1
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-3/+3
* API change for device_image_interface AJR2023-03-302-3/+3
* device_image_interface: Interface overhaul AJR2022-01-062-10/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-5/+5
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-1/+0
* coleco megacart: savestate support (nw) hap2020-06-054-3/+6
* Support Colecovision Megacart. (#6788) Andrew Green2020-06-053-5/+154
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-014-10/+10
* PORT_CUSTOM simplification (nw) AJR2019-09-142-2/+2
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-2612-8/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-2512-8/+8
* svi3x8: Hook up controllers to the Coleco Game Adapter Dirk Best2019-03-1212-0/+0
* bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... AJR2019-02-196-8/+8
* -bus/adam/exp, adamnet, bus/coleco, bus/crvision: Removed MCFG macros. [Ryan ... mooglyguy2018-12-212-32/+19
* devcb3 Vas Crabb2018-07-071-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-10/+12
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-032-6/+6
* 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-1412-81/+77
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-4/+4
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices prep: Vas Crabb2017-02-276-6/+6
* device_image_interface cleanups (nw) AJR2017-02-271-2/+2
* Removed colon (":") from image_interface preventing front-ends from launching... gordon-fish2017-02-251-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1110-4/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2212-34/+34
* 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
* Update exp.h PugsyMAME2016-03-271-1/+1
* Update exp.cpp PugsyMAME2016-03-271-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* reverting: Miodrag Milanovic2016-01-2012-12/+12
* tags are now strings (nw) Miodrag Milanovic2016-01-1612-12/+12
* 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-7/+4
* override part 1 (nw) Miodrag Milanovic2015-12-056-26/+26
* cleanup Miodrag Milanovic2015-12-052-3/+3
* clang-modernize part 2 Miodrag Milanovic2015-12-043-7/+7