summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ngp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-913/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-8/+13
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-4/+2
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* tlcs900: Split derived types into separate files; no need for separate 8-bit ... AJR2020-06-181-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-16/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-261-201/+199
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-199/+201
* ngp: simplify read/write handlers; made flash_w a template (nw) Wilbert Pol2019-03-091-174/+174
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-6/+4
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-14/+14
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-3/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-4/+4
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-2/+6
* tlcs90, tlcs900: Removed MCFG, nw mooglyguy2018-12-071-5/+5
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-3/+0
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-5/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+21
* Remove duplicates (nw) Olivier Galibert2018-02-151-11/+9
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-6/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+4
* New way to provide DAC reference inputs (nw) AJR2018-01-101-4/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-13/+14
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* ioport: added IPT_POWER_ON/OFF F1/F2 meant for soft-power buttons, as seen of... hap2016-03-191-3/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-5/+5