summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_optroms (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-032-6/+0
* hp9845b: Use standard instance names (and type) for optional ROMs AJR2017-02-272-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-8/+8
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-8/+8
* Cleanups for device_image_interface (nw) AJR2016-07-231-1/+1
* 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-8/+1
* Removing create_option_guide() call that returns the default Nathan Woods2016-07-171-1/+0
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-272-115/+115
* hp9845: little change to hp_optrom after comment in PR fulivi2016-04-231-8/+2
* hp9845: adapt to new iterator syntax fulivi2016-04-231-7/+5
* hp9845b: added capability to load optional ROMs fulivi2016-04-232-0/+225