summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flip screen API cleanup (nw) AJR2018-02-032-26/+8
* address_map: Internal maps must now be constructed last to have priority (nw) AJR2018-02-011-6/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-7/+1
* *DUH*, also fix MT6857 (nw) Olivier Galibert2018-01-281-4/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-282-15/+15
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-53/+53
* A farewell to machine_config_constructor (nw) AJR2018-01-261-4/+0
* let's be dimensionally correct Vas Crabb2018-01-262-14/+6
* less reliant on PCH, more constexpr, allow 16_MHz_XTAL without decimal point ... Vas Crabb2018-01-262-10/+18
* xtal: add x_yHz_XTAL list you can copy-paste from (nw) hap2018-01-251-292/+292
* various reorganization of radica and vtech stuff (#3108) David Haywood2018-01-241-1/+1
* bad Sarayan (nw) Vas Crabb2018-01-251-0/+3
* do you user-defined literal? also some more notes on the digital scale (nw) Vas Crabb2018-01-243-11/+15
* Fuck, I missed the last commit (nw) Olivier Galibert2018-01-232-12/+40
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-2310-722/+878
* Add VT3xx XTALS (and fix one misread value) (nw) AJR2018-01-191-1/+3
* Once more into the xtal.h breach (nw) AJR2018-01-191-2/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-196-108/+173
* std::function and delegate both require runtime relocations, slowing down sta... Vas Crabb2018-01-185-49/+19
* Warning: implicit private inheritance may be hazardous to your build (nw) AJR2018-01-171-1/+1
* std::function is too inefficient, use a device delegate instead (nw) AJR2018-01-174-10/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1710-82/+50
* microterm.cpp: Screen configuration (nw) (touches xtal.h, alas) AJR2018-01-171-1/+3
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-134-95/+18
* qvt103: Give this its own driver (touches xtal.h, sorry) (nw) AJR2018-01-111-1/+2
* Fix masking of signed integer types in debug state AJR2018-01-101-1/+23
* New way to provide DAC reference inputs (nw) AJR2018-01-104-18/+95
* Override and fallback options for artwork (#2908) phulshof2018-01-073-21/+69
* debugcpu.cpp: added missing initialization of m_vblank_occurred (nw) Oliver Stöneberg2018-01-061-0/+1
* debugcpu.cpp: Eliminate unnecessary downcast (nw) AJR2018-01-051-2/+5
* binding reference to nullptr is bad, mkay? (nw) Vas Crabb2018-01-061-8/+9
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-0/+2
* Eliminate machine().firstcpu (nw) AJR2018-01-043-12/+7
* xtal.h: Add another large batch of terminal XTALs (nw) AJR2018-01-031-2/+12
* simplify nodump chd check (nw) smf-2018-01-031-1/+1
* soflist.cpp: fixed nodump disk validation regression (nw) Ivan Vangelista2018-01-031-1/+1
* xtal.h: Another batch of additions (nw) AJR2017-12-281-0/+7
* Add verbose logging for CFG files (#2980) Firehawke2017-12-281-1/+4
* remove stutter in dump command ascii bytes (nw) smf-2017-12-261-1/+1
* Add option to disable saving NVRAM on exit AJR2017-12-263-3/+9
* srcclean and manual cleanups (nw) Vas Crabb2017-12-247-51/+51
* missing return vadosnaprimer2017-12-221-1/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-229-239/+266
* dvstate beamx/beamy/frame: set to 0 on invalid(eg. screenless) (nw) hap2017-12-211-20/+8
* debugbuf: Back to uppercase hex (nw) AJR2017-12-211-14/+14
* Stop save and load logging timers unless VERBOSE is set. [smf] smf-2017-12-201-2/+6
* Stop including random strings of question marks in key names AJR2017-12-191-1/+1
* zephyr: Correct XTAL value (nw) AJR2017-12-181-1/+2
* Cause of crash reported on MAMEWorld (nw) AJR2017-12-181-0/+1
* eurocom2: Correct CPU type and XTAL value (nw) AJR2017-12-151-1/+1