summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hp48.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1052/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-5/+13
* hp48: Fix regression from auto_alloc changes. Aaron Giles2021-06-221-0/+1
* Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-9/+9
* -General maintenance on emu/devfind: Vas Crabb2020-11-041-3/+3
* atarisy1, bfcobra, gts80b, hp48, hyhoo, jpmsys5, malzak, system16, tecmosys, ... Ivan Vangelista2020-11-021-0/+4
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-23/+9
* Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-6/+13
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-10/+10
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-13/+13
* Replace machine().device with subdevice for NVRAM installation; clean up vide... AJR2018-06-031-1/+1
* Initial Hector cleanup. In the future, please ensure your code comments are i... mooglyguy2018-06-031-16/+0
* 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-3/+2
* hp48_port: Eliminate driver_data calls; separate source files; reduce depende... AJR2018-04-201-117/+27
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* hp48: Removed first_screen and eliminated redundant function-name prefixes no... mooglyguy2018-03-101-251/+230
* space.machine -> machine (nw) Olivier Galibert2017-12-141-12/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-3/+7
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-5/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-2/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* Fix compile errors due to option_resolution namespacing (nw) AJR2016-07-071-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-11/+11
* reverting: Miodrag Milanovic2016-01-201-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-6/+6
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-6/+6
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-191-9/+8
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1176