summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smartmed.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-1/+1
* -Improved some Lua APIs: Vas Crabb2023-04-071-1/+1
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-1/+1
* namcos10: Refactored driver, and implemented MEM(M) and MEM(N) boards. (#11053) 9871238791132023-04-011-177/+8
* API change for device_image_interface AJR2023-03-301-3/+3
* device_image_interface: Interface overhaul AJR2022-01-061-8/+3
* Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-1/+2
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+10
* scudsp, sega_scu, serflash, smartmed, smc91c9x, smioc, smpc : removed MCFG ma... Ivan Vangelista2018-10-261-6/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-59/+58
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-115/+116
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-3/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-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-211-1/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Fixed ti drivers (nw) Miodrag Milanovic2016-05-011-0/+237