summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* emu/render.cpp: Apply target orientation when mapping points to layout elements. Vas Crabb2020-09-123-124/+267
* Remove last remaining uses of <background> elements in layouts, and print war... Vas Crabb2020-09-101-5/+15
* Migrate layouts in src/emu as well Vas Crabb2020-09-096-94/+87
* Updated most of the layouts using <bezel> elements Vas Crabb2020-09-091-4/+15
* -emu/rendlay.cpp: Fixed uninitialised variable breaking sdtor. Vas Crabb2020-09-091-9/+29
* -Fix layout regressions in spacezap/ebases and ccompan. Vas Crabb2020-09-092-6/+7
* New machines marked as NOT_WORKING Dirk Best2020-09-071-0/+1
* -Fixed issue that automatically generated unnecessary internal views. Vas Crabb2020-09-071-2/+13
* Finished adding new mechanism for allowing parts of views to be hidden. Vas Crabb2020-09-073-37/+32
* render.cpp: May need to recompute selected view when loading visibility toggl... Vas Crabb2020-09-061-0/+3
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-065-249/+503
* express.cpp: Replace simple_list with std::list in parsing AJR2020-09-032-56/+87
* Don't ignore config elements with attributes but no child nodes. Vas Crabb2020-09-021-1/+1
* inputdev.cpp: Fix oversight AJR2020-08-311-1/+1
* device_state_interface overhaul AJR2020-08-314-171/+199
* Remove memarray.h from emu.h AJR2020-08-305-5/+3
* ioport: Transfer crosshair polling loop to render_crosshair AJR2020-08-304-61/+60
* Move axis movement checking code down into input devices AJR2020-08-304-54/+98
* devfind.cpp: move explicit template instantiations below all member bodies to... Vas Crabb2020-08-281-81/+82
* xtal: Add 9.732 MHz (used by CTA Invader) Dirk Best2020-08-281-0/+1
* validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... Vas Crabb2020-08-287-129/+197
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-272-29/+44
* Get rid of a bunch of _Names - any name starting with an underscore followed ... Vas Crabb2020-08-251-6/+6
* diserial: Use logmacro for optional logging and make the messages more useful AJR2020-08-231-7/+19
* srcclean for 0.224 Vas Crabb2020-08-232-5/+4
* odyssey2: different video xtal for jopac hap2020-08-221-0/+1
* emu/video: check macros are defined before doing comparisons, also fix a typo... Vas Crabb2020-08-213-6/+5
* Clean up the preprocessor glue for selecting RGB utility implementation a little Vas Crabb2020-08-214-5/+12
* TMS340X0 updates AJR2020-08-1916-0/+195
* screen: fix possible issue if update_now and update_partial are both called f... hap2020-08-191-0/+8
* Clean up command-line -h output, tidy up emulator_info class a little, add tr... Vas Crabb2020-08-141-10/+10
* Revert "Add an overload to input_to_stream_input in disound.cpp, fixes the in... Lord-Nightmare2020-08-132-30/+1
* Add an overload to input_to_stream_input in disound.cpp, fixes the input_gain... Lord-Nightmare2020-08-122-1/+30
* i8244: fix problem with zoomed sprites, update sound/video at tighter intervals hap2020-08-121-2/+2
* odyssey2: add preliminary Videopac+ C7420 Home Computer Module emulation hap2020-08-121-0/+1
* mcs48: fix possible missed timer overflow if burn_cycles is larger than 2 hap2020-08-111-2/+4
* screen/update_now(): fix overwriting last pixel of previous update, fix rende... hap2020-08-083-24/+33
* Document rowsize parameter for dump command in debugger help AJR2020-08-081-4/+4
* screen: add getter for pixeltime hap2020-08-071-0/+1
* Merge tag 'mame0223' into mainline-master Vas Crabb2020-08-061-25/+23
|\
| * -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ... Vas Crabb2020-08-061-25/+23
* | odyssey2: make Videopac C52 a clone set(different XTAL), make g7400 a parent set hap2020-08-021-0/+2
* | Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-013-0/+130
* | addrmap: remove unsupported setter, emumem enforces unmapval 0 or ~0 hap2020-08-011-1/+0
* | New NOT_WORKING software list additions hap2020-08-011-0/+1
* | New machines marked as NOT_WORKING AJR2020-07-311-2/+4
* | ssystem3: added the new lcd screen to internal artwork hap2020-07-301-2/+2
* | New machines marked as NOT_WORKING AJR2020-07-281-0/+1
* | speaker.cpp: Add new option -speaker_report <n> to help devs tune volume (#6995) Aaron Giles2020-07-274-39/+68
|/
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1