summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/romload.h')
0 files changed, 0 insertions, 0 deletions
+47 * emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. Vas Crabb2024-04-141-0/+1 * Initial touch input support: Vas Crabb2024-04-121-6/+15 * scripts/build/verinfo.py: Use a raw string literal for regular expression. (#... ksherlock2024-02-271-1/+1 * Update copyright years. Vas Crabb2024-02-261-1/+1 * Updated png.py to 0.0.20 (last version before Python 3.4 support dropped) Vas Crabb2023-01-031-1848/+1421 * Bump dates to 2023 where appropriate Vas Crabb2023-01-021-1/+1 * bgfx: Re-built shaders for crt-geom update. Vas Crabb2022-07-071-0/+1 * Fail earlier in the build process if SOURCES= specifies no files containing s... Vas Crabb2022-07-071-10/+44 * Added CI job to check for likely mame.lst errors. Vas Crabb2022-07-021-0/+141 * -Added support for directory names in SOURCES= Vas Crabb2022-06-301-8/+21 * More quality of life features for new source layout: Vas Crabb2022-06-291-6/+14 * Eliminated cross dependencies between driver projects. Vas Crabb2022-06-271-222/+292 * Updated scripts to support SOURCES= builds after the reorganisation happens. Vas Crabb2022-06-151-5/+57 * -Got rid of some legacy MESS support glue. Vas Crabb2022-06-131-145/+111 * cps2.cpp: Added TOURNAMENT board communication simulation. (#9699) [Vas Crabb... Vas Crabb2022-05-061-0/+1 * rendlay: remove led8seg_gts1 hap2022-02-261-1/+1 * Re-enabled some compiler warnings and cleaned up some Python scripts a little.