summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hp48.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* hp48_port: Eliminate driver_data calls; separate source files; reduce depende... AJR2018-04-201-56/+6
* hp48: Removed first_screen and eliminated redundant function-name prefixes no... mooglyguy2018-03-101-65/+70
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-221-5/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+8
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-0/+3
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-0/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-1/+0
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Fix compile errors due to option_resolution namespacing (nw) AJR2016-07-071-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-191-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-17/+17
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+219