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