summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... AJR2021-01-242-90/+72
* input.cpp, inputdev.cpp: Misc. fixes AJR2021-01-242-3/+4
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-2/+2
* Much more core std::string_view modernization AJR2021-01-2043-420/+509
* views: Fix some issue when the view does nor span an exact power-of-two block Olivier Galibert2021-01-182-12/+14
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-185-13/+13
* -Improved accuracy of System 573's digital I/O audio emulation. (#7664) 9871238791132021-01-161-2/+2
* New machines marked as NOT_WORKING AJR2021-01-111-0/+2
* metro.cpp: VDP clock is not so standard on some PCBs AJR2021-01-101-1/+1
* render.h, rendlay.h: Dependency refactoring AJR2021-01-046-595/+611
* emumem: more idiomatic way to access members inherited from argument-dependen... Vas Crabb2021-01-0414-83/+116
* Low-level #include overhaul AJR2021-01-024-13/+15
* Further additions of std::string_view AJR2021-01-014-165/+148
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-1/+1
* ioport.cpp: Eliminate redundant std::string("...").c_str() pattern AJR2020-12-311-13/+13
* Merge branch 'release0227' into mainline-master Vas Crabb2020-12-292-76/+75
|\
| * views: pre-inline h_make_1, reduces the memory a little more Olivier Galibert2020-12-281-55/+50
| * views: Remove the lambdas, seems to make the compiler usage resources less ca... Olivier Galibert2020-12-282-74/+78
* | natkeyboard: Remove from ioport_manager AJR2020-12-266-23/+26
|/
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-276-101/+72
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-213-5/+5
* Eliminate many unnecessary c_str calls AJR2020-12-219-12/+12
* device.cpp: Do a little less logging AJR2020-12-211-2/+3
* view: Save their state Olivier Galibert2020-12-215-5/+32
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-204-8/+7
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-1812-102/+71
* Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu... AJR2020-12-171-0/+1
* debughlp.cpp: document loadr and saver debugger commands Ivan Vangelista2020-12-151-1/+34
* unicode.h: Updates AJR2020-12-159-7/+55
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-162-200/+5
* Prevent certain register values from being formatted with invalid characters ... AJR2020-12-141-0/+3
* rendfont.cpp: Convert another function to std::string_view AJR2020-12-123-249/+121
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-134-14/+12
* debugcon.cpp, textbuf.cpp: More uses for std::string_view AJR2020-12-114-71/+67
* debug/textbuf.cpp: Another obvious use for std::string_view AJR2020-12-083-11/+6
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-084-45/+31
* Expose enough of the layout system to Lua to allow position and colour to be ... Vas Crabb2020-12-053-0/+56
* frontend: Lua engine improvements. Vas Crabb2020-11-302-2/+3
* Forgot to switch off the control Olivier Galibert2020-11-261-1/+1
* views: Fix recursion on dup and lookup, reintroduce the correct tim100 view u... Olivier Galibert2020-11-263-5/+5
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-2556-306/+481
* Work around GNU libstdc++ wanting to stack large temporaries when vector elem... Vas Crabb2020-11-237-18/+58
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-2216-1577/+3212
* Add strdump debugger command for dumping memory as ASCII strings AJR2020-11-183-0/+203
* Move some rendering code to constexpr (#7491) Romain TISSERAND2020-11-183-24/+24
* Don't reject re-loading an unused bank [O. Galibert] Olivier Galibert2020-11-171-0/+3
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-182-2/+5
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* multipcm.cpp: Corrected clock divider and clocks for users of YMW-258-F to ma... arbee2020-11-161-0/+1
* Fix memory leak on address_space_specific destruction and add a missing init ... Olivier Galibert2020-11-151-0/+5